$(document).ready(function(){
	$('#mapsubmit').click(function(){
		$('#topform').attr("action","chintai_map.cfm").submit();
		return false;
	})
})
