// JavaScript Document
display_region_div("none");
function display_region_div(id){
	var region = new Array("asia","europe","north_america","south_america","oceania","africa");
	for(var i=0;i<region.length;i++){
		if(region[i]==id){
			document.getElementById(region[i]).style.display = "";
		}else{
			document.getElementById(region[i]).style.display = "none";
		}
	}
}
var swf_width=992;
var swf_height=120;
var config='5|0xffffff|0x666666|80|0xffffff|0x666666|0x000000';
var files='',links='', texts='';
files+='|templets/fwq/images/indexad3.gif';links+='|jp.html';texts+='|年终感恩：日本云服务器，大促销，最低180元起！';
files+='|templets/fwq/images/indexad2.gif';links+='|index.html';texts+='|犀利主机，好网络，好服务，好实惠！';
files+='|templets/fwq/images/indexad.gif';links+='|index.html';texts+='|全球直通机房';
files=files.substring(1);links=links.substring(1);texts=texts.substring(1);
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ swf_width +'" height="'+ swf_height +'">');
document.write('<param name="movie" value="banner.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="menu" value="false" />');
document.write('<param name=wmode value="opaque" />');
document.write('<param name="FlashVars" value="config='+config+'&bcastr_flie='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'" />');
document.write('<embed src="banner.swf" wmode="opaque" FlashVars="config='+config+'&bcastr_flie='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'& menu="false" quality="high" width="'+ swf_width +'" height="'+ swf_height +'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');
