<!--
//by yyq
//QQ:298522
function getmapid()
{
	var id;
	id = showModalDialog( "/inc/map/map.htm",
								 "",
								 "font-family:Verdana; font-size:12; dialogWidth:60em; dialogHeight:62em");

	return id;
}
-->