
<!--
 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('flyerLM/flyer.html','elearning','width=772,height=600,resizable=yes toolbar=no,scrollbars=yes');
 }

 function newwindow3()
 {
 window.open('flyerZ3/flyer.html','elearning','width=772,height=600,resizable=yes toolbar=no,scrollbars=yes');
 }

 function newwindow4()
 {
 window.open('flyerZ4/flyer.html','elearning','width=772,height=600,resizable=yes toolbar=no,scrollbars=yes');
 }

 function newwindow5()
 {
 window.open('flyerZ5/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 if (theForm.store.value == "105"){
		newwindow5()
		return (false);
	} else {
		newwindow1()
		return (false);
	}
	return (true);
}
//-->