window.onerror = null;
 var bName = navigator.appName;
 var bVer = parseInt(navigator.appVersion);
 var NS4 = (bName == "Netscape" && bVer >= 4);
 var IE4 = (bName == "Microsoft Internet Explorer"
 && bVer >= 4);
 var NS3 = (bName == "Netscape" && bVer < 4);
 var IE3 = (bName == "Microsoft Internet Explorer"
 && bVer < 4);
 var blink_speed=1000;
 var i=0;

if (NS4 || IE4) {
 if (navigator.appName == "Netscape") {
 layerStyleRef="layer.";
 layerRef="document.layers";
 styleSwitch="";
 }else{
 layerStyleRef="layer.style.";
 layerRef="document.all";
 styleSwitch=".style";
 }
}

//BLINKING
function Blink(layerName){
 if (NS4 || IE4) {
 if(i%2==0)
 {
 eval(layerRef+'["'+layerName+'"]'+
 styleSwitch+'.visibility="visible"');
 }
 else
 {
 eval(layerRef+'["'+layerName+'"]'+
 styleSwitch+'.visibility="hidden"');
 }
 }
 if(i<1)
 {
 i++;
 }
 else
 {
 i--
 }
 setTimeout("Blink('"+layerName+"')",blink_speed);
}
//  End -->

function printMonForm(){
window.open("graffin_1st_grade.htm");
}

function printSatForm(){
window.open("graffin_2nd_grade.htm");
}

function printTryouts(){
window.location.replace("premier.htm");
window.open("premier_reg.htm");
}

function showTournament(){

window.open("tournament.htm");
}

function openwinterJCCForm(){
window.open("winter_training_jcc.htm");
}

function printFCTForm(){
window.open("FCT_tourneys_brewster.htm");
}

function printU13Form(){
window.open("U13_marymount_league_WEDS.htm");
}

function printU14Form(){
window.open("U14_marymount_league_SATS.htm");
}