<!-- HIDE SCRIPT FROM OLD BROWSERS

<!-- JAVASCRIPT MODULES SECTION STARTS HERE  // -->
<!-- This script opens Copperfield Schedule pdf file // -->
function openCoppSchedule()
{
window.open("images/Forms/Copperfield_Schedule.pdf", "winTkdSchedule", "toolbar=no, directories=no, location=no, status=no, menubar=yes,resizable=no, scrollbars=yes, copyhistory=yes width=680, height=600");
}

<!-- This script opens Sugarland Schedule pdf file //-->
function openSugarSchedule()
	{
		window.open("images/Forms/Sugarland_Schedule.pdf", "winTkdSchedule", "toolbar=no, directories=no, location=no, status=no, menubar=yes,resizable=no, scrollbars=yes, copyhistory=yes width=680, height=600");
	}
	
<!-- This script is to be used by auto-resizable pop-ups images //-->
function CaricaFoto(img){
				foto1= new Image();
				foto1.src=(img);
				Controlla(img);
} // end of function CaricaFoto(img) -->
function Controlla(img){
				if((foto1.width!=0)&&(foto1.height!=0)){
					viewFoto(img);
				}
				else{
					funzione="Controlla('"+img+"')";
					intervallo=setTimeout(funzione,20);
				}
} // end of function Controlla(img) -->
function viewFoto(img){
				largh=foto1.width+20;
				altez=foto1.height+20;
				stringa="width="+largh+",height="+altez;
				finestra=window.open(img,"",stringa);
}
// End of function viewfoto(img) -->

function mailsome1(){
			<!-- who=prompt("Enter recipient's email address: ","antispammer@earthling.net"); //-->
			<!-- what=prompt("Enter the subject: ","none"); //-->
			who="Enroll@TaeKwonDoUMA.com";
			what="Please, type in your issue here...";
			<!-- if (confirm("Are you sure you want to mail "+who+" with the subject of "+what+"?")==true){ //-->
			parent.location.href='mailto:'+who+'?subject='+what+'';
			<!-- } //-->
}
// End of function mailsome1() -->

// END HIDDING SCRIPT FROM OLD BROWSERS -->