// JavaScript Document

/*-------------------------------------------------------------------------------------------------------------*/

//ROLLOVER BUTTON EFFECT

function changeButton(thisButton, thisImage){
		document.images[thisButton].src = thisImage;
}