function NewOpen(URL) {
	newWin1=window.open(URL,"","width=740,height=480,scrollbars=1,toolbar=0,resizable=1");
//	newWin1.focus();
}
