//HOME button graphics

graphic1= new Image();
graphic1.src = "/layout/home.gif";
graphic1on = new Image();
graphic1on.src = "/layout/home_mo.gif";

//TERMS button graphics

graphic2= new Image();
graphic2.src = "/layout/books.gif";
graphic2on = new Image();
graphic2on.src = "/layout/books_mo.gif";

//CATALOG button graphics

graphic3= new Image();
graphic3.src = "/layout/audio.gif";
graphic3on = new Image();
graphic3on.src = "/layout/audio_mo.gif";

//LINKS button graphics

graphic4= new Image();
graphic4.src = "/layout/jewelry.gif";
graphic4on = new Image();
graphic4on.src = "/layout/jewelry_mo.gif";

//CONTACT button graphics

graphic5= new Image();
graphic5.src = "/layout/pipes.gif";
graphic5on = new Image();
graphic5on.src = "/layout/pipes_mo.gif";

//CONTACT button graphics

graphic6= new Image();
graphic6.src = "/layout/contact.gif";
graphic6on = new Image();
graphic6on.src = "/layout/contact_mo.gif";

//CONTACT button graphics

graphic7= new Image();
graphic7.src = "/layout/archives.gif";
graphic7on = new Image();
graphic7on.src = "/layout/archives_mo.gif";

//CONTACT button graphics

graphic8= new Image();
graphic8.src = "/layout/visual.gif";
graphic8on = new Image();
graphic8on.src = "/layout/visual_mo.gif";

//CONTACT button graphics

graphic9= new Image();
graphic9.src = "/layout/tshirts.gif";
graphic9on = new Image();
graphic9on.src = "/layout/tshirts_mo.gif";


//new buttons-----------
graphic10= new Image();
graphic10.src = "/layout/Bulletin.JPG";
graphic10on = new Image();
graphic10on.src = "/images/banim.gif";

graphic11= new Image();
graphic11.src = "layout/RecentWork.JPG";
graphic11on = new Image();
graphic11on.src = "/images/ranim.gif";

graphic12= new Image();
graphic12.src = "/layout/Miscellaneous.JPG";
graphic12on = new Image();
graphic12on.src = "/images/manim.gif";

graphic13= new Image();
graphic13.src = "/images/visuals/smalleye.jpg";
graphic13on = new Image();
graphic13on.src = "/images/visuals/smalleye.jpg";


graphic14= new Image();
graphic14.src = "/layout/GuestPoetry.JPG";
graphic14on = new Image();
graphic14on.src = "/images/gpanim.gif";

graphic15= new Image();
graphic15.src = "/layout/Quotes.JPG";
graphic15on = new Image();
graphic15on.src = "/images/quotesanim.gif";
//----------------------


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

function imageChange(imageID,imageName) {


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


}

