//sundayleague js file.

//still need to do:
//advancedtactics.html


//pages with js left in:
//teaminformation.html put back in.Not passing {{teamid}} now.
//teaminformationchange.html
//teamtactics.html still has {{imagelist}} in head.
//teammanagementgrey*.html

//all pages
function simplepop( url, name, height, width, scroll, resize, x, y ) {
 window.open(url, name, "height="+height+",width="+width+"alwaysRaised=1,toolbar=0,scrollbars="+scroll+",menubar=0,screenX="+x+",left="+x+",screenY="+y+",top="+y+",channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable="+resize+",status=0");
}
function pyramid() {
 window.open("/nhl/pyramid.html", "quiz", "height=600,width=760,alwaysRaised=1,toolbar=0,scrollbars=0,menubar=0,screenX=20,left=10,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function tellafriend() {
 window.open("/cgi-bin/nhl/fans.pl", "fans1", "height=630,width=650,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=120,left=100,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function beginner() {
 window.open("/nhl/beginner_1.html", "help", "height=450,width=630,alwaysRaised=1,toolbar=0,scrollbars=0,menubar=0,screenX=120,left=100,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function faq() {
 window.open("/nhl/help.html", "help", "height=500,width=690,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=120,left=100,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function terms() {
 window.open("/nhl/terms_pop.html", "terms", "height=520,width=450,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=120,left=100,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function feedback() {
 window.open("/nhl/feedback.html", "help", "height=350,width=630,alwaysRaised=1,toolbar=0,scrollbars=0,menubar=0,screenX=120,left=100,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function infocups() {
 window.open("/nhl/help.html#gq42", "help", "height=500,width=690,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=120,left=100,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function fanspop() {
 window.open("/cgi-bin/nhl/fans.pl?pagenum=2", "fans", "height=630,width=650,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=120,left=100,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function fans1() {
 window.open("/cgi-bin/nhl/fans.pl", "fans1", "height=630,width=650,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=120,left=100,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function slh_help_system() {
 window.open("/nhl/slh_help_system.html", "quiz", "height=520,width=720,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=120,left=50,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function gamerule() {
 window.open("http://www.seniorleaguehockey.com/nhl/officalgamerule.html", "terms", "height=520,width=450,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=120,left=100,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function privacy() {
 window.open("http://www.seniorleaguehockey.com/nhl/privacy_policy.html", "privacy", "height=520,width=450,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=120,left=100,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}

//ref & weather pop up
//function ref() {
// window.open("/cgi-bin/nhl/referee.pl?page={{refereeindex}}", "quiz", "height=340,width=510,alwaysRaised=1,toolbar=0,scrollbars=0,menubar=0,screenX=120,left=100,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
//}
function info_r_w() {
 window.open("/nhl/info_r_w.html", "terms", "height=500,width=630,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=120,left=100,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}

//teaminformation.html
//function fixturelist() {
// window.open("/cgi-bin/nhl/fixturelist.pl?teamid={{teamid}}", "fixtures", "height=550,width=660,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=120,left=100,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
//}


//training.html
function changepic0(){     document.training0pic.src = "http://images.seniorleaguehockey.com/slhimages/training_"+document.f.training0.options[document.f.training0.selectedIndex].value+".gif";    } 
function changepic1(){     document.training1pic.src = "http://images.seniorleaguehockey.com/slhimages/training_"+document.f.training1.options[document.f.training1.selectedIndex].value+".gif";    } 
function changepic2(){     document.training2pic.src = "http://images.seniorleaguehockey.com/slhimages/training_"+document.f.training2.options[document.f.training2.selectedIndex].value+".gif";    } 
function changepic3(){     document.training3pic.src = "http://images.seniorleaguehockey.com/slhimages/training_"+document.f.training3.options[document.f.training3.selectedIndex].value+".gif";    } 
function changepic5(){     document.moralepic.src = "http://images.seniorleaguehockey.com/slhimages/morale_"+document.f.morale.options[document.f.morale.selectedIndex].value+".gif";    } 
//newplayer.html
function changepic4(){     document.incentivespic1.src = "http://images.seniorleaguehockey.com/slhimages/incentives_"+document.theform.incentive1.options[document.theform.incentive1.selectedIndex].value+".gif";    }
//tactics.html
function changepic6(){      document.captainpic.src = "http://images.seniorleaguehockey.com/slhimages/smallfaces/"+getnum(document.f.captain.selectedIndex)+".gif";    }
function changepic7(){      document.penaltiespic.src = "http://images.seniorleaguehockey.com/slhimages/smallfaces/"+getnum(document.f.penalties.selectedIndex)+".gif";    }
function changepic8(){      document.formationpic.src = "http://images.seniorleaguehockey.com/slhimages/formation_"+document.f.formation.options[document.f.formation.selectedIndex].value+".gif";    } 
function changepic9(){      document.freekickspic.src = "http://images.seniorleaguehockey.com/slhimages/smallfaces/"+getnum(document.f.freekicks.selectedIndex)+".gif";    }
function changepic10(){      document.cornerspic.src = "http://images.seniorleaguehockey.com/slhimages/smallfaces/"+getnum(document.f.corners.selectedIndex)+".gif";    }  

//teammanagement*.html
function changepic11(){      document.formation1pic.src = "http://images.seniorleaguehockey.com/slhimages/formation_"+document.theform.formation.options[document.theform.formation.selectedIndex].value+".gif";    }  

//team details
function changepic12(){     document.stripspic.src = "http://images.seniorleaguehockey.com/slhimages/shirt_"+document.f.strip.options[document.f.strip.selectedIndex].value+".gif";    }
function changepic13(){     document.modelspic.src = "http://images.seniorleaguehockey.com/slhimages/model_"+document.f.model.options[document.f.model.selectedIndex].value+".gif";    }

//buddylist_*.html
function change(list) { 
if (list.options[list.selectedIndex].value == "null") {
 return true;
} else {
 location.href = list.options[list.selectedIndex].value
 }
}

//credits_index.html
function ivr_countries() {
 window.open("/cgi-bin/nhl/listnumbers.pl?type=ivr", "credits", "height=600,width=680,alwaysRaised=1,toolbar=0,scrollbars=0,menubar=0,screenX=120,left=100,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function sms_countries() {
 window.open("/cgi-bin/nhl/listnumbers.pl?type=sms", "credits", "height=500,width=680,alwaysRaised=1,toolbar=0,scrollbars=0,menubar=0,screenX=120,left=100,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}

//fixturelist.html & fixtures_*.html
function resetgroupindex()
{
 document.options.division.value = 0;
 document.options.submit();
}

//teammanagement.html
function dochange(my_pos){
 my_select = "position" + my_pos;
 index     = "document.forms[0]."+my_select+".selectedIndex";
 index     = eval(index);
 value     = "document.forms[0]."+my_select+".options[index].value";
 my_value  = eval(value) - 1;
 var positions = new Array();
 var position  = 0;
 // Find the select that has my_value
 num_selects = 0;
 for (i = 0; i < document.forms[0].elements.length; i++) {
  select = document.forms[0].elements[i].name;
  if (select.substring(0,8) == "position") {
        num_selects++;
        pos      = select.substring(8,select.length);
        index    = "document.forms[0]."+select+".selectedIndex";
        index    = eval(index);
        value    = "document.forms[0]."+select+".options[index].value";
        value    = eval(value) - 1;
     // Now store the values in an array
     positions[position] = value;
     position++;
     // The select that we want to set
     if (value == my_value && select != my_select) { 
        target_select = select;
     }
  }
 }
 // Find the missing value since two will be duplicated
 missing = 0;
 for (i = 0; i < num_selects; i++) {
   used = 0;
   for (j = 0; j < num_selects; j++) {
     if (positions[j] == i) {
         used = 1;
     }
   }
   if (used == 0) {
       missing = i;
   }
 }
  eval("document.forms[0]."+target_select+".selectedIndex="+missing);
  return true;
} 


//playerinfo2
//function imageup(){
 //     document.player_change.image.value -=-1;   //Subtract a negative coz + keeps doing STRING concat. Bleedin overloaded operators, I hate 'em.
 //     if(document.player_change.image.value>27)document.player_change.image.value=0;
 //     document.imagepic.src = "http://images.seniorleaguehockey.com/slhimages/p_a_"+document.player_change.image.value+".gif";
 //   }  
 //   function imagedown(){
 //     document.player_change.image.value -=1;
 //     if(document.player_change.image.value<0)document.player_change.image.value=27;
 //     document.imagepic.src = "http://images.seniorleaguehockey.com/slhimages/p_a_"+document.player_change.image.value+".gif";
 //   }
	var flag=false;
// This function is used to preload all the images for rollovers
// and initialise all the objects

function initialise() {
// Preloading images goes here

  if (document.images) {
      
      b_button_on    = new Image();     b_button_on.src   = "http://images.seniorleaguehockey.com/slhimages/but_ld.gif";
      b_button1_on   = new Image();     b_button1_on.src  = "http://images.seniorleaguehockey.com/slhimages/but_rd.gif";
    
return (flag = true);
   }

} // end Initialise

if (document.images) {
      
      b_button     = new Image();      b_button.src  = "http://images.seniorleaguehockey.com/slhimages/but_lu.gif";
      b_button1    = new Image();      b_button1.src = "http://images.seniorleaguehockey.com/slhimages/but_ru.gif";
}


function turnOn(Name) {
	
    if (document.images && (flag == true)) {
        document[Name].src = eval(Name + "_on.src");
    }
}

function turnOff(Name) {
	
 if (document.images) {
        document[Name].src = eval(Name + ".src");
 }
}  



//help pop ups
function sl_help() {
 window.open("/nhl/sl_help_ti.html", "quiz", "height=500,width=660,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=120,left=100,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function sl_help_buddy() {
 window.open("/nhl/sl_help_buddy.html", "quiz", "height=500,width=660,alwaysRaised=1,toolbar=0,scrollbars=0,menubar=0,screenX=120,left=100,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function sl_help_training() {
 window.open("/nhl/sl_help_training.html", "quiz", "height=500,width=660,alwaysRaised=1,toolbar=0,scrollbars=0,menubar=0,screenX=120,left=100,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function sl_help_ri() {
 window.open("/nhl/sl_help_ri.html", "quiz", "height=500,width=660,alwaysRaised=1,toolbar=0,scrollbars=0,menubar=0,screenX=120,left=100,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function sl_help_waiver() {
 window.open("/nhl/sl_help_waiver.html", "quiz", "height=500,width=660,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=120,left=100,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function sl_help_fixtures() {
 window.open("/nhl/sl_help_fixtures.html", "quiz", "height=500,width=660,alwaysRaised=1,toolbar=0,scrollbars=0,menubar=0,screenX=120,left=100,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function sl_help_exhibition() {
 window.open("/nhl/sl_help_exhibition.html", "quiz", "height=500,width=660,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=120,left=100,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function sl_help_ko() {
 window.open("/nhl/sl_help_ko.html", "quiz", "height=500,width=660,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=120,left=100,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function sl_help_div() {
 window.open("/nhl/sl_help_div.html", "quiz", "height=500,width=720,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=20,left=10,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function sl_help_man() {
 window.open("/nhl/sl_help_man.html", "quiz", "height=500,width=660,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=120,left=100,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function sl_help_online() {
 window.open("/nhl/sl_help_online.html", "quiz", "height=500,width=660,alwaysRaised=1,toolbar=0,scrollbars=0,menubar=0,screenX=120,left=100,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function sl_help_account() {
 window.open("/nhl/sl_help_account.html", "quiz", "height=500,width=660,alwaysRaised=1,toolbar=0,scrollbars=0,menubar=0,screenX=120,left=100,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function sl_help_system() {
 window.open("/nhl/sl_help_system.html", "quiz", "height=500,width=820,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=50,left=50,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function sl_help_playerinfo() {
 window.open("/nhl/sl_help_playerinfo.html", "quiz", "height=500,width=660,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=120,left=50,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function sl_help_view_message() {
 window.open("/nhl/sl_help_view_message.html", "quiz", "height=500,width=660,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=120,left=50,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function sl_help_view_message_inbox() {
 window.open("/nhl/sl_help_view_message_inbox.html", "quiz", "height=500,width=660,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=120,left=50,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function sl_help_np() {
 window.open("/nhl/sl_help_newplayer.html", "quiz", "height=500,width=660,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=120,left=50,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function sl_help_teamdetails() {
 window.open("/nhl/sl_help_teamdetails.html", "quiz", "height=500,width=660,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=120,left=50,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function sl_help_teamhistory() {
 window.open("/nhl/sl_help_history.html", "quiz", "height=500,width=660,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=120,left=50,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function sl_help_tactics() {
 window.open("/nhl/sl_help_tactics.html", "quiz", "height=500,width=660,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=120,left=50,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function sl_help_advanced_tactics() {
 window.open("/nhl/sl_help_advanced_tactics.html", "quiz", "height=500,width=660,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=120,left=50,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function sl_help_teamlayout() {
 window.open("/nhl/sl_help_teamlayout.html", "quiz", "height=500,width=660,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=120,left=50,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function sl_help_playertables() {
 window.open("/nhl/sl_help_playertables.html", "quiz", "height=500,width=660,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=120,left=50,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function sl_help_teammanagement() {
 window.open("/nhl/sl_help_teammanagement.html", "quiz", "height=500,width=660,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=120,left=50,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function sl_help_credits() {
 window.open("/nhl/sl_help_credits.html", "quiz", "height=500,width=660,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=120,left=50,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function sl_help_matchreport() {
 window.open("/nhl/sl_help_matchreport.html", "quiz", "height=500,width=660,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=120,left=50,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function sl_help_chat() {
 window.open("/nhl/sl_help_chat.html", "quiz", "height=500,width=660,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=120,left=50,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function sl_help_forum() {
 window.open("/nhl/sl_help_forum.html", "quiz", "height=500,width=660,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=120,left=50,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function sl_help_faq() {
 window.open("/nhl/sl_help_faq.html", "quiz", "height=500,width=660,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=120,left=50,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function sl_help_feedback() {
 window.open("/nhl/sl_help_feedback.html", "quiz", "height=500,width=660,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=120,left=50,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function sl_help_tellafriend() {
 window.open("/nhl/sl_help_tellafriend.html", "quiz", "height=500,width=660,alwaysRaised=1,toolbar=0,scrollbars=1,menubar=0,screenX=120,left=50,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}

//screen shots
function screen_shots_teami() {
 window.open("/nhl/screen_shots_teami.html", "quiz", "height=500,width=750,alwaysRaised=1,toolbar=0,scrollbars=0,menubar=0,screenX=120,left=50,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function screen_shots_change() {
 window.open("/nhl/screen_shots_change.html", "quiz", "height=500,width=750,alwaysRaised=1,toolbar=0,scrollbars=0,menubar=0,screenX=120,left=50,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function screen_shots_teamm() {
 window.open("/nhl/screen_shots_teamm.html", "quiz", "height=500,width=750,alwaysRaised=1,toolbar=0,scrollbars=0,menubar=0,screenX=120,left=50,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function screen_shots_tack() {
 window.open("/nhl/screen_shots_tack.html", "quiz", "height=500,width=750,alwaysRaised=1,toolbar=0,scrollbars=0,menubar=0,screenX=120,left=50,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function screen_shots_adtack() {
 window.open("/nhl/screen_shots_adtack.html", "quiz", "height=500,width=750,alwaysRaised=1,toolbar=0,scrollbars=0,menubar=0,screenX=120,left=50,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function screen_shots_train() {
 window.open("/nhl/screen_shots_train.html", "quiz", "height=500,width=750,alwaysRaised=1,toolbar=0,scrollbars=0,menubar=0,screenX=120,left=50,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function screen_shots_tranf() {
 window.open("/nhl/screen_shots_tranf.html", "quiz", "height=500,width=750,alwaysRaised=1,toolbar=0,scrollbars=0,menubar=0,screenX=120,left=50,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}
function screen_shots_knocko() {
 window.open("/nhl/screen_shots_knocko.html", "quiz", "height=500,width=750,alwaysRaised=1,toolbar=0,scrollbars=0,menubar=0,screenX=120,left=50,screenY=20,top=10,,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,resizable=1,status=0");
}


