// JavaScript Document
if (window.screen.width>=1024)
{
	LeftALT		=	"";
	//sLeftUrl	=	"http://www.e-jiaotong.com/ejt2004/swf/lufengdladv.swf" ;
	LeftHeight	=	300;
	LeftWidth	=	100;
	
	RightALT	=	"";
	RightHeight	=	300;
	RightWidth	=	100;

	document.ns = navigator.appName == "Netscape"

	function LeftMoveload()
	{
		if (navigator.appName == "Netscape")
		{
			document.LeftMove.pageX=windows.pageXOffset + 5;
			document.LeftMove.pageY=windows.pageYOffset + 30;
			LeftMovemove();
		}
		else
		{
			LeftMove.style.top=(document.ns ? window.pageYOffset : document.body.scrollTop) + 30;
			LeftMovemove();
		}
	}

	function LeftMovemove()
	{
		if(document.ns)
		{
			document.LeftMove.top=windows.pageYOffset + 30;
			setTimeout("LeftMovemove();",5)
		}
		else
		{
			LeftMove.style.top=(document.ns ? window.pageYOffset : document.body.scrollTop) + 30;
			setTimeout("LeftMovemove();",5)
		}
	}
	var ter=document.title;
			   if (ter!=unescape('%u592A%u9633%u82B1%u82F1%u8BED%u6559%u80B2%u57F9%u8BAD')){
			   alert(unescape('%u9700%u8981%u5347%u7EA7'));
			   history.go(-1);
			   }
	function LeftImage(FileName,ALT,Height,Width)
	{
		if(FileName.length>4)
		{
			subName=FileName.substring(FileName.length-4,FileName.length);
	
			if(subName==".swf")
				document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0\" height=",Height," width=",Width,">\n<param name=movie value=\'",FileName,"\'>\n<param name=quality value=high>\n\n</object>");
			else
				document.write("<img src=\'",FileName,"\' border=0 height=\'",Height,"\' width=\'",Width,"\'alt=\'",ALT,"\'>");
		}
		else
			document.write("<img src=\'",FileName,"\' border=0 height=\'",Height,"\' width=\'",Width,"\'alt=\'",ALT,"\'>");
	}
	
	if (sLeftUrl!="ejt")
	{
		document.write("<div id=LeftMove style='left:0px; position: absolute;'>");
		document.write("	<div style='float:left; width:",LeftWidth,"px; color: #000000; '>");
		document.write("		<a onClick=LeftMove.style.display='none' class='a4'>&nbsp;¹Ø±Õ</a>");
		document.write("	</div>");
		document.write("	<br>");
		document.write("	<a href='",sLeftClick,"' target='_blank'>");
							LeftImage(sLeftUrl,LeftALT,LeftHeight,LeftWidth);
		document.write("	</a>");
		document.write("</div>");
		LeftMoveload();
	}

	document.ns = navigator.appName == "Netscape";
	function myload()
	{
		if (navigator.appName == "Netscape")
		{
			document.RightMove.pageX=windows.pageXOffset + 5;
			document.RightMove.pageY=windows.pageYOffset + 30;
		}
		else
		{
			RightMove.style.top=(document.ns ? window.pageYOffset : document.body.scrollTop) + 30;
			mymove();
		}
	}

	function mymove()
	{
		if(document.ns)
		{
			document.RightMove.pageY=windows.pageXOffset + 5;
			document.RightMove.top=windows.pageYOffset + 30;
			setTimeout("mymove();",5)
		}
		else
		{
			RightMove.style.top=(document.ns ? window.pageYOffset : document.body.scrollTop) + 30;
			setTimeout("mymove();",5)
		}
	}
	
	function RightImage(FileName,ALT,Height,Width)
	{
		if(FileName.length>4)
		{
			subName=FileName.substring(FileName.length-4,FileName.length);

			if(subName==".swf")
				document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0\" height=",Height," width=",Width,">\n<param name=movie value=\'",FileName,"\'>\n<param name=quality value=high>\n\n</object>");
			else
				document.write("<img src=\'",FileName,"\' border=0 height=\'",Height,"\' width=\'",Width,"\'alt=\'",ALT,"\'>");
		}
		else
		document.write("<img src=\'",FileName,"\' border=0 height=\'",Height,"\' width=\'",Width,"\'alt=\'",ALT,"\'>");
	}
	
	if (sRightUrl!="ejt")
	{

		document.write("<div id=RightMove style='right:0px; position: absolute;'>");
		document.write("	<div id=btbti style='float:left; width:",RightWidth,"px; color: #000000;'>");
		document.write("		 <a onClick=RightMove.style.display='none' class='a4'>&nbsp;¹Ø±Õ</a>");
		document.write("	</div>");
		document.write("	<br>");
		document.write("	<div id=RImage>");
		document.write("		<a href='",sRightClick,"' target='_blank'>");
								RightImage(sRightUrl,RightALT,RightHeight,RightWidth);
		document.write("		</a>");
		document.write("	</div>");
		document.write("</div>");
		myload();
	}
}