if (document.images) {
aboutoff=new Image();
aboutoff.src= "../images/menus/aboutoff.gif";
abouton=new Image();
abouton.src= "../images/menus/abouton.gif";
contactoff=new Image();
contactoff.src= "../images/menus/contactoff.gif";
contacton=new Image();
contacton.src= "../images/menus/contacton.gif";
edenoff=new Image();
edenoff.src= "../images/menus/edenoff.gif";
edenon=new Image();
edenon.src= "../images/menus/edenon.gif";
gsspoff=new Image();
gsspoff.src= "../images/menus/gsspoff.gif";
gsspon=new Image();
gsspon.src= "../images/menus/gsspon.gif";
hiddenlakesoff=new Image();
hiddenlakesoff.src= "../images/menus/hiddenlakesoff.gif";
hiddenlakeson=new Image();
hiddenlakeson.src= "../images/menus/hiddenlakeson.gif";
internshipsoff=new Image();
internshipsoff.src= "../images/menus/internshipsoff.gif";
internshipson=new Image();
internshipson.src= "../images/menus/internshipson.gif";
jaguarcreekoff=new Image();
jaguarcreekoff.src= "../images/menus/jaguarcreekoff.gif";
jaguarcreekon=new Image();
jaguarcreekon.src= "../images/menus/jaguarcreekon.gif";
partneroff=new Image();
partneroff.src= "../images/menus/partneroff.gif";
partneron=new Image();
partneron.src= "../images/menus/partneron.gif";
teamsoff=new Image();
teamsoff.src= "../images/menus/teamsoff.gif";
teamson=new Image();
teamson.src= "../images/menus/teamson.gif";
}

function imageOn (imagename){
  document[imagename].src=eval(imagename+"on.src");
 }
function imageOff (imagename){
  document[imagename].src=eval(imagename+"off.src");
 }