function winload()
{
duilianleft.style.top=120;
duilianleft.style.left=10;
duilianright.style.top=120;
duilianright.style.right=10;
winmove();
}

function winmove()
{
	  duilianleft.style.top=document.body.scrollTop+120;
	  duilianleft.style.left = 10;
	  duilianright.style.top=document.body.scrollTop+120;
	  duilianright.style.right=10;
		setTimeout("winmove();",20);
}

function HideDuilian()
{
duilianleft.style.visibility='hidden';
duilianright.style.visibility='hidden';
}
function DuilianBegin()
{
if(window.screen.width>=1024){	
	ts="<table width=104 border='0' cellspacing='0' cellpadding='0' align='center' bgcolor=#000000 valign='middle'>";
	ts+="<tr bgcolor=#000000><td  height=24 align=center valign=middle><font color='#FFFFFF'><b>"+JS_str_hotpd+"</b></font></td><td align=right onclick='HideDuilian();'><a href='#'><img src='/modimg/icon-close.gif' border=0></a></td></tr>";
	ts+="<tr><td align=center colspan=2 height=308><table width=100 border='0' cellspacing='0' cellpadding='0' align='center' bgcolor=#ffffff>";
	ts+="<tr><td height=304><div align=center>";
	imgsrp="&nbsp;<br>";
}
}

function DuilianEnd()
{
if(window.screen.width>=1024){
    imgsrp+="</marquee></div></td></tr></table></td></tr></table> ";	
	document.write("<div id=duilianleft style='position: absolute;visibility:visible;z-index:1'>"+ts
	+"<marquee scrollamount='1' scrolldelay='30' direction= 'up' width='95' id='helpor_left' height='300' onmouseover='helpor_left.stop()' onmouseout='helpor_left.start()'"+imgsrp+"</div>"
	+"<div id=duilianright style='position: absolute;visibility:visible;z-index:1'>"+ts
	+"<marquee scrollamount='1' scrolldelay='30' direction= 'down' width='95' id='helpor_right' height='300' onmouseover='helpor_right.stop()' onmouseout='helpor_right.start()'"+imgsrp+"<div>");
	winload()
}
}
function high(image) 
{

theobject=image
highlighting=setInterval("highlightit(theobject)",50)
}

function low(image) 
{
clearInterval(highlighting)
image.filters.alpha.opacity=50
}

function highlightit(cur2) 
{
if (cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=10
else if (window.highlighting)
clearInterval(highlighting)

}
function DuilianAddImg(imgsrc,imglink)
{
if(window.screen.width>=1024){
	imgsrp+="<a href='"+imglink+"' target='_blank'><img src='"+imgsrc+"' border=0 width=95 ></a>";
}	
}
