/* GENERAL FUNCTIONS */ // Rollover images for footer if ( document.images ) { mlist_on = new Image ( ); mlist_off = new Image ( ); mlist_on.src = "/home/emjal/emmanueljal/emmanueljal/wp-content/themes/emjal//images/emjal-join-mailing_on.gif"; mlist_off.src = "/home/emjal/emmanueljal/emmanueljal/wp-content/themes/emjal//images/emjal-join-mailing_off.gif"; } function button_on ( imgId ) { if ( document.images ) { butOn = eval ( imgName + "_on.src" ); document.getElementById(imgId).src = butOn; } } function button_off ( imgId ) { if ( document.images ) { butOff = eval ( imgName + "_off.src" ); document.getElementById(imgId).src = butOff; } } /* Now insert this into your HTML: Button */