function popUp(winURL) 
{
	window.open(winURL,"popup","width=760, height=701, resizable=no, scrollbars=0");	
}
