
	
// $B%m!<%k%*!<%P!<=i4|2=(B
var srcs = new Array("dz_btn_tomen","dz_btn_towomen","dz_btn_tomen_j","dz_btn_towomen_j");
preloadimg("../share/",srcs);

var srcs = new Array("btn_backtomap");
preloadimg("img/",srcs);
doflag = true;

// show hostcity_top.swf
function writeSWF(pLang) {
	theValue = "lang=" + pLang;
	var myURL = "" + location.href;
	thePos = myURL.indexOf("jump=");
	if (thePos != -1) theValue += "&" + myURL.substring(thePos, myURL.length);
	//alert(theValue);
	
	toWrite = '<OBJECT width="635" height="580" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#5,0,0,0"><PARAM name="SRC" value="hostcity_top.swf"><PARAM name="BGCOLOR" value="#FFCC00"><PARAM name="TYPE" value="application/x-shockwave-flash"><param name="SALIGN" value="TL"><param name="menu" value="false"><param name="FlashVars" value="FlashVarsValue"><EMBED src="hostcity_top.swf" width="635" height="580" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/" bgcolor="#000000" salign="TL" menu="false" flashvars="FlashVarsValue"></EMBED></OBJECT>';
	toWrite = toWrite.replace("FlashVarsValue", theValue);
	toWrite = toWrite.replace("FlashVarsValue", theValue);
	//alert(toWrite);
	document.write(toWrite);
}