﻿document.writeln("<style type=\"text\/css\">");
document.writeln("<!--");
document.writeln("a:link {");
document.writeln("	color: #000000;");
document.writeln("	text-decoration: none;");
document.writeln("}");
document.writeln("a:visited {");
document.writeln("	text-decoration: none;");
document.writeln("	color: #000000;");
document.writeln("}");
document.writeln("a:hover {");
document.writeln("	text-decoration: none;");
document.writeln("	color: #FF0000;");
document.writeln("}");
document.writeln("a:active {");
document.writeln("	text-decoration: none;");
document.writeln("}");
document.writeln("a {");
document.writeln("	font-size: 9pt;");
document.writeln("}");
document.writeln("body,td,th {");
document.writeln("	font-size: 9pt;");
document.writeln("}");
document.writeln("-->");
document.writeln("<\/style>");
document.writeln("<\/head>");
document.writeln("<body>");
document.writeln("<!--在线QQ -->");
document.writeln("<DIV id=\"STATICMENU\" style=\"Z-INDEX:999; LEFT:0px; VISIBILITY: visible; WIDTH: 76px; POSITION: absolute;TOP:274px; HEIGHT: 203px\">");
document.writeln("  <table width=\"100\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("    <tr>");
document.writeln("      <td colspan=\"3\" style=\"width:106px; height:40px; background-image:url(\/qq\/images\/qq\/QQ_3.jpg);\"><div style=\"position:absolute; width:22px; height:21px; right:-25px; cursor:pointer; top:0px;\" onClick=\"gogo();\" title=\"点击关闭该滚动窗口！\"><\/div><\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td width=\"4\" height=\"78\" background=\"\/qq\/images\/qq\/QQ_8.gif\"><\/td>");
document.writeln("      <td width=\"98\" align=\"center\"><TABLE cellSpacing=0 cellPadding=3 width=\"100%\" bgColor=#ffffff>");
document.writeln("          <TBODY>");
document.writeln("            <TR>");
document.writeln("              <TD width=\"30%\"><DIV \"align=center\"><IMG src=\"\/qq\/images\/qq\/74_m.gif\" width=20 height=20><\/DIV><\/TD>");
document.writeln("              <TD width=\"70%\"><A href=\"http:\/\/wpa.qq.com\/msgrd?V=1&Uin=308252614&Site=http:\/\/www.abba-dg.com&Menu=no\" target=\"_blank\">业务咨询<\/A><\/TD>");
document.writeln("            <\/TR>");
document.writeln("");
document.writeln("            <TR>");
document.writeln("              <TD><DIV align=\"center\"><IMG src=\"\/qq\/images\/qq\/51_m.gif\" width=20 height=20><\/DIV><\/TD>");
document.writeln("              <TD><A href=\"http:\/\/wpa.qq.com\/msgrd?V=1&Uin=1004547024&Site=http:\/\/www.abba-dg.com&Menu=no\" target=\"_blank\">客户服务<\/A><\/TD>");
document.writeln("            <\/TR>");
document.writeln("            <TR>");
document.writeln("              <TD><DIV align=\"center\"><IMG src=\"\/qq\/images\/qq\/57_m.gif\" width=20 height=20><\/DIV><\/TD>");
document.writeln("              <TD><A href=\"http:\/\/wpa.qq.com\/msgrd?V=1&Uin=308252614&Site=http:\/\/www.abba-dg.com&Menu=no\" target=\"_blank\">技术支持<\/A><\/TD>");
document.writeln("            <\/TR>");
document.writeln("            <TR>");
document.writeln("              <TD><DIV align=\"center\"><IMG src=\"\/qq\/images\/qq\/83_m.gif\" width=20 height=20><\/DIV><\/TD>");
document.writeln("              <TD><A href=\"msnim:chat?contact=hyf8210@126.com\" target=\"_blank\">MSN<\/A><\/TD>");
document.writeln("            <\/TR>			");
document.writeln("			  <TR>");
document.writeln("              <TD><DIV align=\"center\"><IMG src=\"\/qq\/images\/qq\/ali.gif\" width=20 height=20><\/DIV><\/TD>");
document.writeln("              <TD><a target=\"_blank\" href=\"http:\/\/amos.im.alisoft.com\/msg.aw?v=2&uid=abba5188&site=cnalichn&s=4\" >和我洽谈<\/a><\/TD>");
document.writeln("            <\/TR>");
document.writeln("			<TR>");
document.writeln("              <TD><DIV align=\"center\"><IMG src=\"\/qq\/images\/qq\/skype.gif\" width=20 height=20><\/DIV><\/TD>");
document.writeln("              <TD><a href=\"callto:\/\/log0530\">Skype Me!<\/TD>");
document.writeln("            <\/TR>");
document.writeln("          <\/TBODY>");
document.writeln("        <\/TABLE><\/td>");
document.writeln("      <td width=\"4\" background=\"\/qq\/images\/qq\/QQ_7.gif\"><\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td colspan=\"3\"><img src=\"\/qq\/images\/qq\/QQ_12.gif\" width=\"106\" height=\"44\"><\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/table>");
document.writeln("<SCRIPT language=\"javascript\">");
document.writeln("<!--");
document.writeln("var stmnGAP1=70;");
document.writeln("var stmnGAP2=100;");
document.writeln("var stmnBASE=70;");
document.writeln("var stmnActivateSpeed=200;");
document.writeln("var stmnScrollSpeed=10;");
document.writeln("var stmnTimer;");
document.writeln("function RefreshStaticMenu()");
document.writeln("{");
document.writeln("	var stmnStartPoint,stmnEndPoint,stmnRefreshTimer;	");
document.writeln("	stmnStartPoint=parseInt(STATICMENU.style.top,10);	");
document.writeln("	stmnEndPoint=document.documentElement.scrollTop+stmnGAP2;	");
document.writeln("	if(stmnEndPoint<stmnGAP1)stmnEndPoint=stmnGAP1;	");
document.writeln("	stmnRefreshTimer=stmnActivateSpeed;	");
document.writeln("	if(stmnStartPoint!=stmnEndPoint){");
document.writeln("		stmnScrollAmount=Math.ceil(Math.abs(stmnEndPoint-stmnStartPoint)\/15);		");
document.writeln("		STATICMENU.style.top=parseInt(STATICMENU.style.top,10)+((stmnEndPoint<stmnStartPoint)?-stmnScrollAmount:");
document.writeln("		stmnScrollAmount);		");
document.writeln("		stmnRefreshTimer=stmnScrollSpeed;		");
document.writeln("	}");
document.writeln("	stmnTimer=setTimeout(\"RefreshStaticMenu();\",stmnRefreshTimer);	");
document.writeln("}");
document.writeln("STATICMENU.style.top=document.documentElement.scrollTop+stmnBASE;");
document.writeln("RefreshStaticMenu();");
document.writeln("\/\/-->");
document.writeln("<\/SCRIPT>");
document.writeln("<SCRIPT language=\"javascript\">");
document.writeln("function gogo(){");
document.writeln("	STATICMENU.style.display=\'none\';	");
document.writeln("}");
document.writeln("<\/SCRIPT>");
document.writeln("<\/DIV>");
document.writeln("<!--在线QQ -->")

document.writeln("<script type=\"text\/javascript\">");
document.writeln("var _bdhmProtocol = ((\"https:\" == document.location.protocol) ? \" https:\/\/\" : \" http:\/\/\");");
document.writeln("document.write(unescape(\"%3Cscript src=\'\" + _bdhmProtocol + \"hm.baidu.com\/h.js%3F1cbff09fcc9c94c136d4c76a5507942c\' type=\'text\/javascript\'%3E%3C\/script%3E\"));");
document.writeln("<\/script>")
