Image1 = new Image(90,30) Image1.src = "graphic/home1.gif" Image2 = new Image(90,30) Image2.src = "graphic/home2.gif" Image3 = new Image(90,30) Image3.src = "graphic/gall1.gif" Image4 = new Image(90,30) Image4.src = "graphic/gall2.gif" Image5 = new Image(90,30) Image5.src = "graphic/exhi1.gif" Image6 = new Image(90,30) Image6.src = "graphic/exhi2.gif" Image7 = new Image(90,30) Image7.src = "graphic/link1.gif" Image8 = new Image(90,30) Image8.src = "graphic/link2.gif" Image9 = new Image(90,30) Image9.src = "graphic/bout1.gif" Image10 = new Image(90,30) Image10.src = "graphic/bout2.gif" function SwapOut1() {document.roll1.src = Image2.src; return true;} function SwapBack1() {document.roll1.src = Image1.src; return true;} function SwapOut2() {document.roll2.src = Image4.src; return true;} function SwapBack2() {document.roll2.src = Image3.src; return true;} function SwapOut3() {document.roll3.src = Image6.src; return true;} function SwapBack3() {document.roll3.src = Image5.src; return true;} function SwapOut4() {document.roll4.src = Image8.src; return true;} function SwapBack4() {document.roll4.src = Image7.src; return true;} function SwapOut5() {document.roll5.src = Image10.src; return true;} function SwapBack5() {document.roll5.src = Image9.src; return true;}