function ____CoustomQQClient(siteDns,siteQQNo){
	var _lang=(location.href.toUpperCase().indexOf("_EN.ASP")!=-1) ? "_en" : '';
	document.writeln("<DIV id=\"STATICMENU\" style=\"Z-INDEX:999; left:0px; VISIBILITY: visible; WIDTH: 95px; POSITION: absolute;TOP:274px; HEIGHT: 203px; filter=\'progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)\';\"  >");
	document.writeln("<table width=\"96\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" background=\"/public/icon/fw01.jpg\">");
	document.writeln("  <tr>");
	document.writeln("    <td><img src=\"/public/icon/fw02"+_lang+".jpg\" width=\"95\" height=\"31\" /></td>");
	document.writeln("  </tr>");
	
	var arrQQNo=siteQQNo.split('|');
	//alert(arrQQNo.length)
	for(var intQQ=0;intQQ<arrQQNo.length;intQQ++){
		var str = arrQQNo[intQQ].split(",");
		document.writeln("  <tr>");
		document.writeln("    <td style='height:35px;font-size:35px;font-weight:bold;' align='middle'  background=\"/public/icon/fw06.jpg\"  onmouseover=\"javascript:this.style.backgroundImage='url(/public/icon/fw05.jpg)';\" onmouseout=\"javascript:this.style.backgroundImage='url(/public/icon/fw06.jpg)';\" ><a href='"+str[0]+"' style='color:#fff;font-weight:bold;font-size:16px;font-family:\"ºÚÌå\"' target='_blank'>"+str[1]+"</a></td>");		
		document.writeln("  </tr>");
	}
	document.writeln("  <tr>");
	document.writeln("    <td><img src=\"/public/icon/fw08.jpg\" width=\"95\" height=\"29\" /></td>");
	document.writeln("  </tr>");
	document.writeln("</table>");
}// end  ____CoustomQQClient
var stmnGAP1=70;
var stmnGAP2=100;
var stmnBASE=70;
var stmnActivateSpeed=200;
var stmnScrollSpeed=10;
var stmnTimer;
function RefreshStaticMenu()
{
	var stmnStartPoint,stmnEndPoint,stmnRefreshTimer;	
	stmnStartPoint=parseInt(document.getElementById("STATICMENU").style.top,10);	
	stmnEndPoint=document.documentElement.scrollTop+stmnGAP2;	
	if(stmnEndPoint<stmnGAP1)stmnEndPoint=stmnGAP1;	
	stmnRefreshTimer=stmnActivateSpeed;	
	if(stmnStartPoint!=stmnEndPoint){
		stmnScrollAmount=Math.ceil(Math.abs(stmnEndPoint-stmnStartPoint)/15);		
		document.getElementById("STATICMENU").style.top=parseInt(document.getElementById("STATICMENU").style.top,10)+((stmnEndPoint<stmnStartPoint)?-stmnScrollAmount:
		stmnScrollAmount);		
		stmnRefreshTimer=stmnScrollSpeed;		
	}
	stmnTimer=setTimeout("RefreshStaticMenu();",stmnRefreshTimer);	
}

function _____initCoustomQQ(siteDns,siteQQNo){
	____CoustomQQClient(siteDns,siteQQNo)
	document.getElementById("STATICMENU").style.top=document.documentElement.scrollTop+stmnBASE;
	RefreshStaticMenu();
}

function gogo(){
	document.getElementById("STATICMENU").style.display='none';	
}

function turnoff(obj){
document.getElementById(obj).style.display="none";
}
