//<!--满意中国促销图片->		
function closelo()
{	
    LeftAD1.style.visibility='hidden';
	RightAD1.style.visibility='hidden';
}
		//----------38
		document.write("<DIV id='LeftAD1' style='Z-INDEX: 1; VISIBILITY: hidden; POSITION: absolute'>");
		document.write("<TABLE width='102' border='0' cellspacing='0' cellpadding='0'>");
		document.write("<TR>");
		document.write("<TD width='102' height='283'>");
		document.write("<P><A target='_blank' href='../advertisement.asp' title='满意中国促销活动'> <IMG border='0' src='../images/mychina2_06.gif' width='102' height='283'></A></P>");
		document.write("</TD>");
		document.write("</TR>");
		
		document.write("</TR>");
		document.write("<TR>");
		document.write("<TD valign='middle' title='关闭窗口'><A onClick='closelo();' style='cursor:hand;'> <IMG src='../images/cross.jpg' align='absMiddle' width='17' height='14'>&nbsp;<FONT color='#3366ff' class='introduction' style='cursor:hand;'>关闭窗口</FONT></A></TD>");
		document.write("</TR>");						
		document.write("</TABLE>");
		document.write("</DIV>");
		//----------38	
		document.write("<DIV id='RightAD1' style='Z-INDEX: 1; VISIBILITY: hidden; POSITION: absolute'>");
		document.write("<P><A target='_blank' href='../advertisement.asp' title='满意中国促销活动'> <IMG border='0' src='../images/mychina2_06.gif' width='102' height='283'></A></P>");
		document.write("</DIV>");		
		//----------		
function doCouplet()
{
	if((document.body.offsetWidth>800)){	
	  LeftAD1.style.visibility='visible';
	  RightAD1.style.visibility='visible';	  
	  LeftAD1.style.top=108;//379;
	  LeftAD1.style.left=1;
	  RightAD1.style.top=108;//379;
	  RightAD1.style.right=1;	  
	}else{
	LeftAD1.style.visibility='hidden';
	RightAD1.style.visibility='hidden';	
	}
}

doCouplet();
lastScrollY=0;

function backtop()
{
	diffY=document.body.scrollTop;
	percent=.1*(diffY-lastScrollY);
	if(percent>0)
	{
		percent=Math.ceil(percent);
	}
	else
	{
		percent=Math.floor(percent);
	}
	
	document.all.LeftAD1.style.pixelTop+=percent;
	document.all.RightAD1.style.pixelTop+=percent;
	
	lastScrollY=lastScrollY+percent;
}

window.setInterval("backtop()",10);

