Site hosted by Angelfire.com: Build your free website today!
button1up = new Image; button1up.src = "images/rocky.jpg"; button1down = new Image; button1down.src = "images/hhh.jpg"; function MouseOverRoutine(ButtonName) { if (ButtonName=="button1") {document.button1.src = button1down.src;} } function MouseOutRoutine(ButtonName) { if (ButtonName=="button1") {document.button1.src = button1up.src;} }

Jabroni Central!