

var adSrc2 = "flash/main.swf"

var adUrl2 = "index.asp"

var adWidth2 = "185"

var adHeight2 = "309"



// change var

var weny2 = 3

var wenx2 = 38



document.ns = navigator.appName == "Netscape"

function load2()
{

  if (navigator.appName == "Netscape") {

	document.zhongxin2.pageY=pageYOffset+window.innerHeight-adHeight2-weny2;

	document.zhongxin2.pageX=pageXOffset+window.innerWidth- wenx2 - adWidth2;

	move2();

	}

  else {

	zhongxin2.style.top=document.body.scrollTop+document.body.offsetHeight-adHeight2-weny2-20;

	zhongxin2.style.left=document.body.scrollLeft + document.body.offsetWidth - wenx2 - adWidth2;

	move2();

  }

}



function move2() {

	if(document.ns) {
		//if(document.zhongxin2.top > 600) 
		   document.zhongxin2.top=pageYOffset+window.innerHeight-adHeight2-weny2;

		document.zhongxin2.left=pageXOffset+window.innerWidth- wenx2 - adWidth2;

		setTimeout("move2();",80)

	}

	else {
		//if(document.body.scrollTop > 300)
		  zhongxin2.style.top=document.body.scrollTop+document.body.offsetHeight-adHeight2-weny2-20;

		zhongxin2.style.left=document.body.scrollLeft + document.body.offsetWidth - wenx2 - adWidth2;

		setTimeout("move2();",80)

	}

}



function MM_reloadPage2(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_reloadPage2(true)



if (navigator.appName == "Netscape") {

	//document.write("<layer id=zhongxin2 top=300 width=" + adWidth2 + " height=" + adHeight2 + " ><a href=" + adUrl2 + " target=_blank><img src=" + adSrc2 + " border=0 width=" + adWidth2 + " height=" + adHeight2 + "></a></layer>");
	
	document.write("<layer id=zhongxin2 top=300 width=" + adWidth2 + " height=" + adHeight2 + " ><object classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0 width=" + adWidth2 + " height=" + adHeight2 + ">");
    document.write("<param name=movie value=" + adSrc2 + ">");
    document.write("<param name=quality value=high>");
    document.write("<embed src=" + adSrc2 + " quality=high pluginspage=http://www.macromedia.com/go/getflashplayer type=application/x-shockwave-flash width=" + adWidth2 + " height=" + adHeight2 + "></embed></object></layer>");

	load2();

	}

else  {

	//document.write("<div id=zhongxin2 style='top:300; position: absolute; width:" + adWidth2 + ";'><a href=" + adUrl2 + " target=_blank><img src=" + adSrc2 + " border=0 width=" + adWidth2 + " height=" + adHeight2 + "></a></div>");

    document.write("<div id=zhongxin2 style='top:300; position: absolute; width:" + adWidth2 + ";height:" + adHeight2 + ";'><object classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0 width=" + adWidth2 + " height=" + adHeight2 + ">");
    document.write("<param name=movie value=" + adSrc2 + ">");
    document.write("<param name=quality value=high>");
    document.write("<embed src=" + adSrc2 + " quality=high pluginspage=http://www.macromedia.com/go/getflashplayer type=application/x-shockwave-flash width=" + adWidth2 + " height=" + adHeight2 + "></embed></object></div>");
	load2();

	}