var online=new Array();
document.write('<div id="STATICMENU" style="Z-INDEX:999;VISIBILITY: visible; WIDTH: 76px; POSITION: absolute;TOP:274px; HEIGHT: 203px;">');
document.write('<table width="156" cellSpacing="0" cellPadding="0" border="0">');
document.write('<tr>');
document.write('<td id="qqtab">');
document.write('<table cellSpacing="0" cellPadding="0" width="156" border="0">');
document.write('<tr><td><img src="../Scripts/ttop.gif" border="0"></td></tr>');
document.write('<tr>');
document.write('<td valign="top" align="center" background="../Scripts/tbg.gif">');
document.write('<table border="0" width="156" cellSpacing="0" cellPadding="0">');
document.write('<tr height=35>');
document.write('<td valign="bottom" align="center">');
document.write('<a target="_blank" href="http://www.taobao.com/webww/ww.php?ver=3&touid=%E6%B0%B8%E4%B8%8D%E8%A8%80%E5%BC%83zpc&siteid=cntaobao&status=1&charset=utf-8"><img border="0" src="http://amos.alicdn.com/online.aw?v=2&uid=%E6%B0%B8%E4%B8%8D%E8%A8%80%E5%BC%83zpc&site=cntaobao&s=1&charset=utf-8" alt="点这里给我发消息" /></a>');
document.write('</td>');
document.write('</tr>');
document.write('<tr height=35>');
document.write('<td valign="bottom" align="center">');
document.write('<a target="_blank" href="http://www.taobao.com/webww/ww.php?ver=3&touid=%E6%B0%B8%E4%B8%8D%E8%A8%80%E5%BC%83zpc%3A%E5%B0%8F%E7%87%95&siteid=cntaobao&status=1&charset=utf-8"><img border="0" src="http://amos.alicdn.com/online.aw?v=2&uid=%E6%B0%B8%E4%B8%8D%E8%A8%80%E5%BC%83zpc%3A%E5%B0%8F%E7%87%95&site=cntaobao&s=1&charset=utf-8" alt="点这里给我发消息" /></a>');
document.write('</td>');
document.write('</tr>');
document.write('<tr height=35>');
document.write('<td valign="bottom" align="center">');
document.write('<a target="_blank" href="http://www.taobao.com/webww/ww.php?ver=3&touid=%E6%B0%B8%E4%B8%8D%E8%A8%80%E5%BC%83zpc%3A%E7%90%AA%E7%90%AA&siteid=cntaobao&status=1&charset=utf-8"><img border="0" src="http://amos.alicdn.com/online.aw?v=2&uid=%E6%B0%B8%E4%B8%8D%E8%A8%80%E5%BC%83zpc%3A%E7%90%AA%E7%90%AA&site=cntaobao&s=1&charset=utf-8" alt="点这里给我发消息" /></a>');
document.write('</td>');
document.write('</tr>');
document.write('<tr height=35>');
document.write('<td valign="bottom" align="center">');
document.write('<a target="_blank" href="http://www.taobao.com/webww/ww.php?ver=3&touid=%E6%B0%B8%E4%B8%8D%E8%A8%80%E5%BC%83zpc%3A%E5%94%AE%E5%90%8E&siteid=cntaobao&status=1&charset=utf-8"><img border="0" src="http://amos.alicdn.com/online.aw?v=2&uid=%E6%B0%B8%E4%B8%8D%E8%A8%80%E5%BC%83zpc%3A%E5%94%AE%E5%90%8E&site=cntaobao&s=1&charset=utf-8" alt="点这里给我发消息" /></a>');
document.write('</td>');
document.write('</tr>');
document.write('<tr height=35>');
document.write('<td valign="bottom" align="center">');
document.write('<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=568362599&site=qq&menu=yes"><img border="0" src="http://wpa.qq.com/pa?p=2:568362599:41" alt="点击这里给我发消息" title="点击这里给我发消息"></a>');
document.write('</td>');
document.write('</tr>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('<tr><td><img src="../Scripts/tbot.gif" border="0"></td></tr>');
document.write('</table>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
var stmnGAP1=10;
var stmnGAP2=250;
var startX = 2; 
var stmnBASE=70;
var stmnActivateSpeed=100;
var stmnScrollSpeed=10; 
var stmnTimer;
function RefreshStaticMenu()
{
    var stmnStartPoint,stmnEndPoint,stmnRefreshTimer;    
    stmnStartPoint=parseInt(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);        
        STATICMENU.style.top=parseInt(STATICMENU.style.top,10)+((stmnEndPoint<stmnStartPoint)?-stmnScrollAmount:
        stmnScrollAmount);        
        stmnRefreshTimer=stmnScrollSpeed;        
    }
    stmnTimer=setTimeout("RefreshStaticMenu();",stmnRefreshTimer);    
}
STATICMENU.style.top=document.documentElement.scrollTop+stmnBASE;
STATICMENU.style.left=startX;
RefreshStaticMenu();
document.write('</div>');

