
// float_r_img.js 
// change var 
 
var adSrc4 = "elan1.gif" 
var adUrl4 = "http://www.qaksiz.com/music" 
var adWidth4 = "50" 
var adHeight4 = "248" 
 
// change var 
var weny4 = 30
var wenx4 = 0
 
document.ns = navigator.appName == "Netscape" 
 
function netease4_14over() 
	{ 
	if(navigator.appName == "Netscape"){ 
		 
		document.tcldiv1_1.document.tcldiv2_1.visibility="show"; 
		} 
	else { 
		netease4_14.style.visibility="visible"; 
		} 
	} 
	 
	function netease4_14out() 
	{ 
	if(navigator.appName == "Netscape"){ 
		document.tcldiv1_1.document.tcldiv2_1.visibility="hide"; 
		} 
	else netease4_14.style.visibility="hidden"; 
	} 
 
function load4_l() 
{ 
if (navigator.appName == "Netscape") { 
	document.netease4_1.pageY=pageYOffset+window.innerHeight-adHeight4-weny4; 
	document.netease4_1.pageX=+window.innerWidth-adWidth4-wenx4; 
	move4_l(); 
	} 
else { 
	netease4_1.style.top=document.body.scrollTop+document.body.offsetHeight-adHeight4-weny4-0; 
	netease4_1.style.left=document.body.offsetWidth-adWidth4-wenx4-20; 
	move4_l(); 
	} 
} 
 
function move4_l() { 
	if(document.ns) { 
		document.netease4_1.top=pageYOffset+window.innerHeight-adHeight4-weny4; 
		document.netease4_1.left=+window.innerWidth-adWidth4-wenx4; 
		setTimeout("move4_l();",80) 
	} 
	else { 
		netease4_1.style.top=document.body.scrollTop+document.body.offsetHeight-adHeight4-weny4-0; 
		netease4_1.style.left=document.body.offsetWidth-adWidth4-wenx4-20; 
		setTimeout("move4_l();",80) 
	} 
} 
 
function MM_reloadPage4_l(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_reloadPage4_l; 
			} 
		} 
	else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) 
		location.reload(); 
} 
 
MM_reloadPage4_l(true) 
 
if (navigator.appName == "Netscape") { 
	document.write("<layer id=netease4_1 top=0 width=" + adWidth4 + " height=" + adHeight4 + " ><a href=" + adUrl4 + " target=_blank><img src=" + adSrc4 + " border=0 width=" + adWidth4 + " height=" + adHeight4 + "></a></layer>"); 
	load4_l(); 
	} 
else  { 
	document.write("<div id=netease4_1 style='top:0; position: absolute; width:" + adWidth4 + ";'><a href=" + adUrl4 + " target=_blank onmouseover=netease4_14over() onmouseout=netease4_14out()><img src=" + adSrc4 + " border=0 width=" + adWidth4 + " height=" + adHeight4 + "></a><div id=netease4_14 style='visibility:hidden; top:0; left:-160; position: absolute;'></div></div>"); 
	load4_l(); 
	} 