<!--//Below is the code that pre-loads the graphics {//These are the menu bar buttonssubmitbut= new Image();submitbut.src = "images/buttons/submit_off2.gif";submitbuton = new Image();submitbuton.src = "images/buttons/submit_on2.gif";topmenubut01= new Image();topmenubut01.src = "images/buttons/home_off.gif";topmenubut01on = new Image();topmenubut01on.src = "images/buttons/home_on.gif";topmenubut02= new Image();topmenubut02.src = "images/buttons/contacts_off.gif";topmenubut02on = new Image();topmenubut02on.src = "images/buttons/contacts_on.gif";topmenubut03= new Image();topmenubut03.src = "images/buttons/links_off.gif";topmenubut03on = new Image();topmenubut03on.src = "images/buttons/links_on.gif";menubut01= new Image();menubut01.src = "images/buttons/group_travel_off.gif";menubut01on = new Image();menubut01on.src = "images/buttons/group_travel_on.gif";menubut02= new Image();menubut02.src = "images/buttons/travel_club_off.gif";menubut02on = new Image();menubut02on.src = "images/buttons/travel_club_on.gif";menubut03= new Image();menubut03.src = "images/buttons/quotations_off.gif";menubut03on = new Image();menubut03on.src = "images/buttons/quotations_on.gif";menubut04= new Image();menubut04.src = "images/buttons/registration_off.gif";menubut04on = new Image();menubut04on.src = "images/buttons/registration_on.gif";//This is the function that calls for//the change in the buttons }function imageChange(imageID,imageName,imageID2,imageName2) { {document.images[imageID].src = eval(imageName + ".src")}}// -->