// float_l_img.js

// change var



var adSrc2 = "/float/2010/zj20100617.jpg"

var adUrl2 = "http://211.138.126.114:8001/GovermentPortal/OpenInquiry/0000000084.aspx"

var adWidth2 = "110"

var adHeight2 = "60"



// change var

var wy2 = 480

var wx2 = 0



document.nss = navigator.appName == "Netscape"

function load2()

{

if (navigator.appName == "Netscape") {

	document.nete2.pageY=pageYOffset+window.innerHeight-adHeight2-wy2;

	document.nete2.pageX=wx2;

	mov2();

	}

else {

	nete2.style.top=document.body.scrollTop+document.body.offsetHeight-adHeight2-wy2-20;

	nete2.style.left=wx2;

	mov2();

	}

}



function mov2() {

	if(document.nss) {

		document.nete2.top=pageYOffset+window.innerHeight-adHeight2-wy2;

		document.nete2.left=wx2;

		setTimeout("mov2();",80)

	}

	else {

		nete2.style.top=document.body.scrollTop+document.body.offsetHeight-adHeight2-wy2-20;

		nete2.style.left=wx2;

		setTimeout("mov2();",80)

	}

}



function MM_reloadPg2(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_reloadPage2;

			}

		}

	else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH)

		location.reload();

}



MM_reloadPg2(true)



if (navigator.appName == "Netscape") {

	document.write("<layer id=nete2 top=300 width=" + adWidth2 + " height=" + adHeight2 + " ><a href=" + adUrl2 + " target=_blank><img src=" + adSrc2 + " border=0 width=" + adWidth2 + " height=" + adHeight2 + "></a></layer>");

	load2();

	}

else  {

	document.write("<div id=nete2 style='top:300; position: absolute; width:" + adWidth2 + ";'><a href=" + adUrl2 + " target=_blank><img src=" + adSrc2 + " border=0 width=" + adWidth2 + " height=" + adHeight2 + "></a></div>");

	load2();

	}