/*
	HITACHI CONSTRUCTION MACHINERY
	JS FILE [/locator/mapfunction.js]
 */


var loaded = 0;
var currentCountoryName="";
var toggle=false;

map_off = new Image();map_off.src = cdnPath + '/asia/images/locator/index/map_off.gif';
map_africa = new Image();map_africa.src = cdnPath + '/asia/images/locator/index/map_africa.gif';
map_asia = new Image();map_asia.src = cdnPath + '/asia/images/locator/index/map_asia.gif';
map_europe = new Image();map_europe.src = cdnPath + '/asia/images/locator/index/map_europe.gif';
map_latinamerica = new Image();map_latinamerica.src = cdnPath + '/asia/images/locator/index/map_latinamerica.gif';
map_middleeast = new Image();map_middleeast.src = cdnPath + '/asia/images/locator/index/map_middleeast.gif';
map_northamerica = new Image();map_northamerica.src = cdnPath + '/asia/images/locator/index/map_northamerica.gif';
map_oceania = new Image();map_oceania.src = cdnPath + '/asia/images/locator/index/map_oceania.gif';

bg = new Image();bg.src = cdnPath + '/asia/images/locator/index/arrow_bg_small.gif';


function submitform(country_id , pref_exist) {
	if(pref_exist == 0){
		document.form1.action="information.html";
	}else{
		document.form1.action="prefecture.html";
	}
	document.form1.countryId.value=country_id;
	document.form1.page_pre.value='1';
	document.form1.submit();
}
