function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function myPopup() 
{
	window.open( "/newsletter/newsletter-confirmation.php", "myWindow", 
	"status = 1, height = 730, width = 700, resizable = 1" )
}

function verifyRequired() {
	if (document.icpsignup.fields_email.value == "") {
		alert("The Email field is required.");
		return false;
	}
	return true;
}
	
function window_open(url,winName,width,height)
{	
	
	options = "scrollbars=0,resizable=0,width="+width+",height="+height;
	window.open(url,winName,options);
}

function window_privacy() {
	window.open("/privacy-text-only.php","privacywindow","resizable=1, scrollbars=1, width=500,height=300");
}

function window_terms() {
	window.open("/terms-of-use-text-only.php","termswindow","resizable=1, scrollbars=1, width=500,height=300");
}