
function SGYWindowOpen(target,windowName) 
	{      
		winNew = window.open(target,windowName, 'toolbar=no, menubar=no, status=no, scrollbars=yes, resizable=no, width=600, height=640');
		winNew.focus();
	}