


function NewOpen(URL,pWidth,pHeight) {
	var newWin1=window.open(URL,"","width="+pWidth+",height="+pHeight+",scrollbars=0,toolbar=0,resizable=1");
	newWin1.focus();
}




