imgheight=100	//广告与页面顶部的距离
leftAd=screen.width-120;//显示屏的宽度减去-120


function mymove()
{
	QQService.style.top=document.documentElement.scrollTop+imgheight+'px'; // W3C标准
	//QQService.style.top=document.body.scrollTop+imgheight+'px';  非标准
	QQService.style.left=document.documentElement.scrollLeft+leftAd+'px';
	setTimeout("mymove();",20)
}

document.write("<div id='QQService' style='position: absolute;width:98px;top:0px;left:0px;visibility: visible;z-index: 1'>");
document.write('<table cellpadding="0" cellspacing="0" width="100%"><tr><td height="1"></td></tr></table>');

document.write("<table border='0' width='100%' cellpadding='0' cellspacing='0'><tr><td><table border='0' cellpadding='0' cellspacing='0' width='98' height='' align='center'><tr><td><img src='/images/Service_001.gif'></td></tr>");
document.write("<tr><td style='background:url(/images/Service_003.gif) repeat-y;'><table border='0' cellpadding='0' cellspacing='0' width='98' height='' align='center'>");
					
		
<!--document.write("<tr height='25' align='center' class='bg_y_center'><td style='background:url(/images/Service_002.gif) bottom no-repeat;'><a href='msnim:add?contact=grandindex001@hotmail.com'><img border='0' SRC='/images/msn.jpg' alt='点击这里给我留言'></a></td></tr>");-->

document.write("<tr height='25' align='center' class='bg_y_center'><td style='background:url(/images/Service_002.gif) bottom no-repeat;'><a href='msnim:add?contact=sino-optical@hotmail.com'><img border='0' SRC='/images/msn.jpg' alt='点击这里给我留言'></a></td></tr>");

document.write("<tr height='25' align='center' class='bg_y_center'><td style='background:url(/images/Service_002.gif) bottom no-repeat;'><a href='msnim:add?contact=sino-electronic@hotmail.com'><img border='0' SRC='/images/msn.jpg' alt='点击这里给我留言'></a></td></tr>");

document.write("<tr height='25' align='center' class='bg_y_center'><td style='background:url(/images/Service_002.gif) bottom no-repeat;'><a href='msnim:add?contact=sino-testing@hotmail.com'><img border='0' SRC='/images/msn.jpg' alt='点击这里给我留言'></a></td></tr>");

<!--document.write("<tr height='30' align='center'><td style='background:url(/images/Service_002.gif) bottom no-repeat;'><a href='mailto://Jane@grand-index.com'><img border='0' SRC='/images/email.png' alt='点击这里给我留言'></a></td></tr>");-->

<!--document.write("<tr height='30' align='center'><td style='background:url(/images/Service_002.gif) bottom no-repeat;'><a target=\"_blank\" href=\"http://amos.im.alisoft.com/msg.aw?v=2&uid=cinphen&site=cntaobao&s=1&charset=utf-8\" ><img border=\"0\" src=\"http://amos.im.alisoft.com/online.aw?v=2&uid=cinphen&site=cntaobao&s=1&charset=utf-8\" alt=\"点击这里给我留言\" /></a></td></tr>");-->

document.write("<tr><td><a href='#top'><img src='/images/Service_004.gif' border='0' alt='Top'></a></td></tr></table></td></tr></table></td></tr></table>");
document.write('<table cellpadding="0" cellspacing="0" width="100%"><tr><td height="1"></td></tr></table>');
document.write("</div>");//最左边
mymove();

if(window.screen.width<=800)
	document.getElementById('QQService').style.display="none";
