
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="../images1/ttop.gif" border="0"></td></tr>');
document.write('    			<tr>');
document.write('      				<td valign="top" align="center" background="../images1/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%B7%98%E4%B9%90%E9%87%8C%E5%95%86%E6%B1%87&siteid=cntaobao&status=1&charset=utf-8"><img border="0" src="http://amos.alicdn.com/online.aw?v=2&uid=%E6%B7%98%E4%B9%90%E9%87%8C%E5%95%86%E6%B1%87&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%B7%98%E4%B9%90%E9%87%8C%E5%95%86%E6%B1%87&siteid=cntaobao&status=1&charset=utf-8"><img border="0" src="http://amos.alicdn.com/online.aw?v=2&uid=%E6%B7%98%E4%B9%90%E9%87%8C%E5%95%86%E6%B1%87&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%B7%98%E4%B9%90%E9%87%8C%E5%95%86%E6%B1%87&siteid=cntaobao&status=1&charset=utf-8"><img border="0" src="http://amos.alicdn.com/online.aw?v=2&uid=%E6%B7%98%E4%B9%90%E9%87%8C%E5%95%86%E6%B1%87&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%B7%98%E4%B9%90%E9%87%8C%E5%95%86%E6%B1%87%3Aray&siteid=cntaobao&status=1&charset=utf-8"><img border="0" src="http://amos.alicdn.com/online.aw?v=2&uid=%E6%B7%98%E4%B9%90%E9%87%8C%E5%95%86%E6%B1%87%3Aray&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=1&amp;Uin=702800080&amp;Site=客服&amp;Menu=yes"><img border="0" src="http://wpa.qq.com/pa?p=1:702800080:41" /></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=1&amp;Uin=702800080&amp;Site=客服&amp;Menu=yes"><img border="0" src="http://wpa.qq.com/pa?p=1:702800080:41" /></a>');
	document.write('    						</td>');
document.write('  							</tr>');

	

	document.write('    						</td>');
document.write('  							</tr>');
document.write('						</table>');
document.write('    			<tr><td><img src="../images1/tbot.gif" border="0"></td></tr>');

document.write('			</table>');
document.write('    	</td>');
document.write('    </tr>');
document.write('</table>');

var stmnGAP1=70;
var stmnGAP2=250;  //Y距离
var startX = 2; //X距离
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);    
}

//设置div位置
STATICMENU.style.top=document.documentElement.scrollTop+stmnBASE;
STATICMENU.style.left=startX;
RefreshStaticMenu();

document.write('</div>');
