/******************************************** * Purpose: Open new windows ********************************************/function popDisplay(url){	var popup = window.open (url, '', 'scrollbars=1, resizable=0, width=700, height=550');	return popup.focus();}	
