function Submitform(){	
    	
		var formobj=document.getElementById("customform")

		formobj.method="post";

		formobj.action="http://www.chinatouristmaps.com/forms/sendmail/mailer.php";

		formobj.submit();	
}
function mymouseover1(){

	document.getElementById("sbt1").src="http://www.chinatouristmaps.com/maps/home_submit2.jpg";

}

function mymouseout1(){

	document.getElementById("sbt1").src="http://www.chinatouristmaps.com/maps/home_submit1.jpg";

}
function mymouseover2(){

	document.getElementById("sbt2").src="http://www.chinatouristmaps.com/maps/home_reset2.jpg";

}

function mymouseout2(){

	document.getElementById("sbt2").src="http://www.chinatouristmaps.com/maps/home_reset1.jpg";

}