<SCRIPT LANGUAGE="JavaScript" type="text/javascript">

<!-- JavaScript by web-architect copyright © 2000, web-architect.
if(document.images) {
pics = new Array();
pics[1] = new Image();
pics[1].src = "http://www.goldentropics.com.my/travel/wp-content/themes/theme1049/images/button3.png";
pics[2] = new Image();
pics[2].src = "../images/a.jpg";
}

function changer(from,to) {
if(document.images) {
document.images[from].src = pics[to].src;
}
}
//-->
</SCRIPT>
