
<!--

//this is from fzilla - 135

 function flyer()
 {
 window.open('flyer101/flyer.html','elearning','width=772,height=600,resizable=yes toolbar=no,scrollbars=yes');
 }

 function newwindow1()
 {
 window.open('flyer101/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 newwindow5()
 {
 window.open('flyer105/flyer.html','elearning','width=772,height=600,resizable=yes toolbar=no,scrollbars=yes');
 }
function newwindow6()
 {
 window.open('flyer106/flyer.html','elearning','width=772,height=600,resizable=yes toolbar=no,scrollbars=yes');
 }
function newwindow7()
 {
 window.open('flyer107/flyer.html','elearning','width=772,height=600,resizable=yes toolbar=no,scrollbars=yes');
 }
function newwindow8()
 {
 window.open('flyer108/flyer.html','elearning','width=772,height=600,resizable=yes toolbar=no,scrollbars=yes');
 }
function newwindow9()
 {
 window.open('flyer109/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 if (theForm.store.value == "106"){
		newwindow6()
		return (false);
	}else if (theForm.store.value == "107"){
		newwindow7()
		return (false);
	}else if (theForm.store.value == "108"){
		newwindow8()
		return (false);
	}else if (theForm.store.value == "109"){
		newwindow9()
		return (false);
	} else {
		newwindow1()
		return (false);
	}
	return (true);
}
//-->

