
<!--
 function flyer()
 {
 window.open('flyer/flyer.html','elearning','width=772,height=600,resizable=yes toolbar=no,scrollbars=yes');
 }

 function newwindow1()
 {
 window.open('flyer/flyer.html','elearning','width=772,height=600,resizable=yes toolbar=no,scrollbars=yes');
 }

 function newwindow2()
 {
 window.open('flyer102/flyer.html','elearning','width=772,height=600,resizable=yes toolbar=no,scrollbars=yes');
 }

 function newwindow3()
 {
 window.open('flyer103/flyer.html','elearning','width=772,height=600,resizable=yes toolbar=no,scrollbars=yes');
 }
 
 function newwindow4()
 {
 window.open('flyer104/flyer.html','elearning','width=772,height=600,resizable=yes toolbar=no,scrollbars=yes');
 }
 
function Form1_Validator(theForm){
	if (theForm.store.value == ""){
		alert("Please Select a Community.");
		theForm.city.focus();
		return (false);
	}
	if (theForm.store.value == "101 "){
		newwindow1()
		return (false);
	}
	else if (theForm.store.value == "102 "){
		newwindow2()
		return (false);
	}
	else if (theForm.store.value == "103 "){
		newwindow3()
		return (false);
	}
 	else if (theForm.store.value == "104 "){
		newwindow4()
		return (false);
	} 
  else {
		newwindow1()
		return (false);
	}
	return (true);
}
//-->
