<!--

if (document.images) {

 homeon = new Image();
 homeon.src = "/images/menu_home_on.gif";

 homeoff = new Image();
 homeoff.src = "/images/menu_home_off.gif";

 aceholeson = new Image();
 aceholeson.src = "/images/menu_aceholes_on.gif";

 aceholesoff = new Image();
 aceholesoff.src = "/images/menu_aceholes_off.gif";

 instructionon = new Image();
 instructionon.src = "/images/menu_instruction_on.gif";

 instructionoff = new Image();
 instructionoff.src = "/images/menu_instruction_off.gif";

 tournamentson = new Image();
 tournamentson.src = "/images/menu_tournaments_on.gif";

 tournamentsoff = new Image();
 tournamentsoff.src = "/images/menu_tournaments_off.gif";

 segmentson = new Image();
 segmentson.src = "/images/menu_segments_on.gif";

 segmentsoff = new Image();
 segmentsoff.src = "/images/menu_segments_off.gif";

 highlightson = new Image();
 highlightson.src = "/images/menu_highlights_on.gif";

 highlightsoff = new Image();
 highlightsoff.src = "/images/menu_highlights_off.gif";

 partnerson = new Image();
 partnerson.src = "/images/menu_partners_on.gif";

 partnersoff = new Image();
 partnersoff.src = "/images/menu_partners_off.gif";

 contactuson = new Image();
 contactuson.src = "/images/menu_contactus_on.gif";

 contactusoff = new Image();
 contactusoff.src = "/images/menu_contactus_off.gif";

 }
 
 //--> 


