/*
	HITACHI CONSTRUCTION MACHINERY
	JS FILE [/locator/mapfunction.js]
 */

function submitform(country_id , statepref_id) {
	document.form1.action="information.html";
	document.form1.countryId.value=country_id;
	document.form1.page_pre.value='1';
	document.form1.submit();
}
