
	function swapImage(oldButton,newButton) {
        eval("document." + oldButton + ".src = '" + newButton + "'");
    }
