document.ns = navigator.appName == "Microsoft Internet Explorer"

var imgheight
var imgleft
window.screen.width>800 ? imgheight=100:imgheight=450
window.screen.width>800 ? imgleft=15:imgleft=122
function myload()
{
myleft.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
myleft.style.left=imgleft;
leftmove();
}
function leftmove()
 { 
 myleft.style.top=document.body.scrollTop+100//+document.body.offsetHeight-imgheight;
 myleft.style.left=imgleft;
 setTimeout("leftmove();",80)
 }

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
function DobAdv_Show(s){
	oDobAdv_Left.style.visibility = oDobAdv_Right.style.visibility = s?"visible":"hidden";
}

MM_reloadPage(true)

if(document.ns){
	if(ad_float_left_type!="swf")
		document.write("<div id=myleft style='position: absolute;width:80;top:300;left:5;visibility: visible;z-index: 1'><a href=# onClick=javascript:DobAdv_Show(false);><b>¹Ø±Õ</b></a><a href='" + ad_float_left_url + "' target = '_blank'><img src='" + ad_float_left_src + "' WIDTH=88 HEIGHT=396  border = 0></a><a href=# onClick=javascript:DobAdv_Show(false);><b>¹Ø±Õ</b></a></div>");
	else
		document.write("<div id=myleft style='position: absolute;width:80;top:300;left:5;visibility: visible;z-index: 1'><EMBED src='" + ad_float_left_src + "' quality=high WIDTH=88 HEIGHT=396 TYPE='application/x-shockwave-flash' id=changhongout ></EMBED></div>");
	myload()
}

oDobAdv_Left = document.getElementById("myleft");