//This works the mouse over effect IMG01 = "../img_2/button_on.gif" IMG02 = "../img_2/button_off.gif" function imgover(imgname){ imgname.src = IMG01 } function imgout(imgname){ imgname.src = IMG02 }