// **********************************************************************************
//	e3 : h_src01.htmÍÑ JavaScript
// **********************************************************************************
function clickCity(nation_code, city_code){

	strLocation = '../h/h_src09.php';
	strLinkPara = '?citycd=' + city_code;

	document.main.action = strLocation + strLinkPara;
	document.main.natcd.value  = nation_code;
	document.main.citycd.value = city_code;
	document.main.submit();

}

