function areamenus2(ids) {
/* ****************
	for (i=1; i<5; i++) {
document.getElementById("areamenus").innerHTML='<table width="564" cellspacing=0 cellpadding=0 border=0><tr align="left" valign="top">\n'
		if (i != id2) {
//		document.getElementById("area0"+i).src="../images/chs/areamenu_0"+i+"_off.gif";
+'<td><a href="javascript:void(0);" onclick="areashow('+i+'); show'+i+'01();" onmouseover="MM_swapImage(\'area0'+i+'\',\'\',\'../images/chs/areamenu_0'+i+'_on.gif\',\'0\')" onmouseout="MM_swapImgRestore();"><img src="../images/chs/areamenu_0'+i+'_off.gif" border="0" id="area0'+i+'"></a></td>\n'
		} else {
//		document.getElementById("area0"+i).src="../images/chs/areamenu_0"+i+"_on.gif";
+'<td><a href="javascript:void(0);" onclick="areashow('+i+'); show'+i+'01();" !onmouseover="MM_swapImage(\'area0'+i+'\',\'\',\'../images/chs/areamenu_0'+i+'_on.gif\',\'0\')" !onmouseout="MM_swapImgRestore();"><img src="../images/chs/areamenu_0'+i+'_on.gif" border="0" id="area0'+i+'"></a></td>\n'
		}
+'</tr></table>';
	}
**************** */
}

function areashow(id2) {
	document.getElementById("worldmap").src="../images/chs/oversea_map0"+id2+".gif";
}


