<!--
var currentpos,timer;

function initialize()
{
timer=setInterval("scrollwindow()",50);
}
function sc(){
clearInterval(timer);
}
function scrollwindow()
{
currentpos=document.body.scrollTop;
window.scroll(0,++currentpos);
if (currentpos != document.body.scrollTop)
sc();
}
document.onmousedown=sc
document.ondblclick=initialize

var mnuln;
mnuln="<table width=778 border=0 cellspacing=0 cellpadding=0><tr><td height=5 colspan=3 class=bg1></td></tr><tr><td width=138><img src='images/top-l.gif' width=138 height=82></td><td align=center background='images/bg-top-c.gif' class=105p>";
mnuln+="<a class=blk href='ccc.htm' title='China Call Center介绍'>China Call Center</a> | <a class=blk href='zygx.htm'>资源共享</a> | <a class=blk href='ria.htm'>RIA终端</a> | <a class=blk href='asp.htm'>ASP服务</a> | <a class=blk href='dzsw.htm'>电子商务</a> | <a class=blk href='ggcb.htm'>广告传播</a> | <a class=blk href='contact.htm'>联系我们</a>";
mnuln+="</td><td width=26><img src='images/top-r.gif' width=26 height=82></td></tr><tr><td height=10 colspan=3 class=bg1></td></tr></table>";

var guideln;
guideln="<div align=center>[ <a class=blk href='javascript:history.go(-1)'>返回前页</a> | <a class=blk href='index.htm'>网站首页</a> | <a class=blk href='javascript:window.close()'>关闭窗口</a> ]</div>";

var botln;
botln="<TABLE cellSpacing=0 cellPadding=0 width=778 border=0 class=bg1><TR><TD height=10></TD></TR><TR><TD align=center class=ln22>";
botln+="<A href='#' class=blk target=_blank>www.chinacallcenter.net   上海唐舜电信科技有限公司</A> &copy;2004<br>";
botln+="第二类电信增值业务许可证号（沪B2-20040407）<br>网络文化经营许可证：<文网文(2004)0107号>    音像制品经营许可证：<沪网Y0656><br>";
botln+="TTS网站版权所有     电子邮箱：chinacallcenter @yahoo.com.cn</TD></TR><TR><TD height=10></TD></TR></TABLE>";
//-->
