function doOpen(path){
	var positionCode="left="+Math.round((screen.width-760)/2)+",top="+Math.round((screen.height-600)/2);
	window.open(path,'infoWin','width=760,height=600,toolbar=0,scrollbars=0,resizable=1,status=0,' +positionCode);
}