
function doPopN() {

	value = 0
	itmW = 432
	itmH = 500
	myurl = "form_newsletter.php";
remote=window.open(myurl,"newsletter","height="+itmH+",width="+itmW+",left="+(((screen.width-itmW)-10)/2)+",top="+(screen.height-itmH-36)/2+",directories=0,fullscreen=0,menubar=0,resizable=0,status=0,titlebar=0,toolbar=0,scrollbars="+value+"");
remote.focus();
	}
