//pre-load the graphics


//button graphics

graphic1= new Image();
graphic1.src = "http://propartusa.com/layout/pumps.gif";
graphic1on = new Image();
graphic1on.src = "http://propartusa.com/layout/pumps_mo.gif";

//button graphics

graphic2= new Image();
graphic2.src = "http://propartusa.com/layout/parts.gif";
graphic2on = new Image();
graphic2on.src = "http://propartusa.com/layout/parts_mo.gif";

//button graphics

graphic3= new Image();
graphic3.src = "http://propartusa.com/layout/aboutus.gif";
graphic3on = new Image();
graphic3on.src = "http://propartusa.com/layout/aboutus_mo.gif";

//button graphics

graphic4= new Image();
graphic4.src = "http://propartusa.com/layout/contactus.gif";
graphic4on = new Image();
graphic4on.src = "http://propartusa.com/layout/contactus_mo.gif";

//button graphics

graphic5= new Image();
graphic5.src = "http://propartusa.com/layout/quickquote.gif";
graphic5on = new Image();
graphic5on.src = "http://propartusa.com/layout/quickquote_mo.gif";

//button graphics

graphic6= new Image();
graphic6.src = "http://propartusa.com/layout/warranty.gif";
graphic6on = new Image();
graphic6on.src = "http://propartusa.com/layout/warranty_mo.gif";

//button graphics

graphic7= new Image();
graphic7.src = "http://propartusa.com/layout/orderstatus.gif";
graphic7on = new Image();
graphic7on.src = "http://propartusa.com/layout/orderstatus_mo.gif";

//button graphics

graphic8= new Image();
graphic8.src = "/layout/search.gif";
graphic8on = new Image();
graphic8on.src = "/layout/search_mo.gif";

//button graphics

graphic9= new Image();
graphic9.src = "/layout/view_list.gif";
graphic9on = new Image();
graphic9on.src = "/layout/view_list_mo.gif";

//button graphics

graphic10= new Image();
graphic10.src = "/layout/home.gif";
graphic10on = new Image();
graphic10on.src = "/layout/home_mo.gif";


graphicA= new Image();
graphicA.src = "http://propartusa.com/layout/goulds.gif";
graphicAon = new Image();
graphicAon.src = "http://propartusa.com/layout/goulds_mo.gif";


graphicB= new Image();
graphicB.src = "http://propartusa.com/layout/ahlstrom.gif";
graphicBon = new Image();
graphicBon.src = "http://propartusa.com/layout/ahlstrom_mo.gif";

graphicC= new Image();
graphicC.src = "http://propartusa.com/layout/warren.gif";
graphicCon = new Image();
graphicCon.src = "http://propartusa.com/layout/warren_mo.gif";

graphicD= new Image();
graphicD.src = "http://propartusa.com/layout/allis.gif";
graphicDon = new Image();
graphicDon.src = "http://propartusa.com/layout/allis_mo.gif";

graphicE= new Image();
graphicE.src = "http://propartusa.com/layout/gorman.gif";
graphicEon = new Image();
graphicEon.src = "http://propartusa.com/layout/gorman_mo.gif";

graphicF= new Image();
graphicF.src = "http://propartusa.com/layout/worthington.gif";
graphicFon = new Image();
graphicFon.src = "http://propartusa.com/layout/worthington_mo.gif";

graphicG= new Image();
graphicG.src = "http://propartusa.com/layout/durco.gif";
graphicGon = new Image();
graphicGon.src = "http://propartusa.com/layout/durco_mo.gif";

graphicH= new Image();
graphicH.src = "http://propartusa.com/layout/ingersoll.gif";
graphicHon = new Image();
graphicHon.src = "http://propartusa.com/layout/ingersoll_mo.gif";

graphicI= new Image();
graphicI.src = "http://propartusa.com/layout/Other.gif";
graphicIon = new Image();
graphicIon.src = "http://propartusa.com/layout/other_mo.gif";



//button graphics

graphicJ= new Image();
graphicJ.src = "http://propartusa.com/layout/goulds.gif";
graphicJon = new Image();
graphicJon.src = "http://propartusa.com/layout/goulds_mo.gif";


graphicK= new Image();
graphicK.src = "http://propartusa.com/layout/ahlstrom.gif";
graphicKon = new Image();
graphicKon.src = "http://propartusa.com/layout/ahlstrom_mo.gif";

graphicL= new Image();
graphicL.src = "http://propartusa.com/layout/warren.gif";
graphicLon = new Image();
graphicLon.src = "http://propartusa.com/layout/warren_mo.gif";

graphicM= new Image();
graphicM.src = "http://propartusa.com/layout/allis.gif";
graphicMon = new Image();
graphicMon.src = "http://propartusa.com/layout/allis_mo.gif";

graphicN= new Image();
graphicN.src = "http://propartusa.com/layout/gorman.gif";
graphicNon = new Image();
graphicNon.src = "http://propartusa.com/layout/gorman_mo.gif";

graphicO= new Image();
graphicO.src = "http://propartusa.com/layout/worthington.gif";
graphicOon = new Image();
graphicOon.src = "http://propartusa.com/layout/worthington_mo.gif";

graphicP= new Image();
graphicP.src = "http://propartusa.com/layout/durco.gif";
graphicPon = new Image();
graphicPon.src = "http://propartusa.com/layout/durco_mo.gif";

graphicQ= new Image();
graphicQ.src = "http://propartusa.com/layout/ingersoll.gif";
graphicQon = new Image();
graphicQon.src = "http://propartusa.com/layout/ingersoll_mo.gif";

graphicR= new Image();
graphicR.src = "http://propartusa.com/layout/Other.gif";
graphicRon = new Image();
graphicRon.src = "http://propartusa.com/layout/other_mo.gif";


//This is the function that calls for
//the change in the buttons

function imageChange(imageID,imageName) {


document.images[imageID].src = eval(imageName + ".src");


}
