﻿document.writeln("<div id=\"kfFloat\" style=\"margin:0; padding:0; z-index: 20; visibility: visible; position: absolute; top: 150px; right:9px; overflow:hidden;\">");
document.writeln("<table id=\"qqtab\" cellspacing=\"0\" cellpadding=\"0\" width=\"110\" border=\"0\">");
document.writeln("    <tbody>");
document.writeln("        <tr>");
document.writeln("            <td valign=\"bottom\" width=\"110\" title=\"单击可折叠，双击可关闭\" onDblClick=\"if(document.getElementById(\'qqtab\').style.display==\'none\'){document.getElementById(\'qqtab\').style.display=\'\'} else {document.getElementById(\'qqtab\').style.display=\'none\'}\"><img alt=\"情系一生在线客服\" border=\"0\" src=\"/qq/top.gif\" onclick=\"document.getElementById(\'qqstab\').style.display=\'none\'\" /></td>");
document.writeln("        </tr>");
document.writeln("<tr>");
document.writeln("<td class=\"qq_border\" valign=\"middle\" width=\"110\" style=\"text-align:center; height:24px; background:#fff url(/qq/online.gif) center center no-repeat;\">");
document.writeln("<a href=\"http://www.jdqxys.com/contactus.html\" target=\"_blank\"><img src=\"/qq/mid.gif\" border=\"0\"></a>");
document.writeln("</td>");
document.writeln("</tr>");
document.writeln("        <tr id=\"qqstab\" style=\"\">");
document.writeln("            <td valign=\"middle\" align=\"center\" style=\"background:#fff url(/qq/mid.gif) repeat-y\"><table cellspacing=\"0\" cellpadding=\"0\" width=\"110\" border=\"0\">");
document.writeln("              <tbody>");
document.writeln("                <tr>");
document.writeln("                  <td valign=\"middle\" align=\"center\" width=\"109\" height=\"26\"><nobr><a target=\"_blank\" href=\"http://wpa.qq.com/msgrd?v=1&uin=576133502&site=qq&menu=yes\"><img border=\"0\" src=\"http://wpa.qq.com/pa?p=2:576133502:41\" alt=\"点击这里给我发消息\" title=\"点击这里给我发消息\"></a></nobr></td>");
document.writeln("                </tr>");
document.writeln("                <tr>");
document.writeln("                  <td height=\"26\" width=\"109\" colspan=\"2\" align=\"center\" valign=\"middle\"><nobr><a target=\"_blank\" href=\"http://wpa.qq.com/msgrd?v=1&uin=974012799&site=qq&menu=yes\"><img border=\"0\" src=\"http://wpa.qq.com/pa?p=2:974012799:41\" alt=\"点击这里给我发消息\" title=\"点击这里给我发消息\"></a></nobr></td>");
document.writeln("                <tr>");
document.writeln("                  <td valign=\"middle\" align=\"center\" width=\"109\" height=\"26\"><nobr><a target=\"_blank\" href=\"http://wpa.qq.com/msgrd?v=1&uin=743029273&site=qq&menu=yes\"><img border=\"0\" src=\"http://wpa.qq.com/pa?p=2:743029273:41\" alt=\"点击这里给我发消息\" title=\"点击这里给我发消息\"></a></nobr></td>");
document.writeln("                </tr> ");
document.writeln("                <tr>");
document.writeln("                  <td height=\"26\" width=\"109\" colspan=\"2\" align=\"center\" valign=\"middle\"><nobr><a target=\"_blank\" href=\"http://wpa.qq.com/msgrd?v=1&uin=438743568&site=qq&menu=yes\"><img border=\"0\" src=\"http://wpa.qq.com/pa?p=2:438743568:41\" alt=\"点击这里给我发消息\" title=\"点击这里给我发消息\"></a></nobr></td>");
document.writeln("                <tr>");
document.writeln("                <tr>");
document.writeln("                  <td height=\"26\" width=\"109\" colspan=\"2\" align=\"center\" valign=\"middle\"><nobr><a target=\"_blank\" href=\"http://wpa.qq.com/msgrd?v=1&uin=2431078286&site=qq&menu=yes\"><img border=\"0\" src=\"http://wpa.qq.com/pa?p=2:2431078286:41\" alt=\"东莞客服QQ\" title=\"东莞客服QQ\"></a></nobr></td>");
document.writeln("                <tr>");
document.writeln("            </table>");
document.writeln("              <table cellspacing=\"0\" cellpadding=\"0\" width=\"89\" border=\"0\">");
document.writeln("                <tbody>");
document.writeln("");
document.writeln("                    <tr>");
document.writeln("                        <td height=\"26\" colspan=\"2\" align=\"center\" valign=\"middle\"><a href=\"http://www.jdqxys.com/contactus.html\" target=\"_blank\" ><img src=\"http://www.jdqxys.com/qq/ol.jpg\" border=\"0\"></a></td>");
document.writeln("                    </tr>");
document.writeln("                </tbody>");
document.writeln("            </table>");
document.writeln("          </td>");
document.writeln("        </tr>");
document.writeln("        <tr>");
document.writeln("            <td valign=\"middle\" width=\"110\" style=\"background:url(/qq/bot.gif) no-repeat; height:23px; color:#ce0084; cursor:pointer;\" onmouseover=\"if(document.getElementById(\'qqstab\').style.display==\'none\'){document.getElementById(\'qqstab\').style.display=\'block\'} else {document.getElementById(\'qqstab\').style.display=\'\'}\" onclick=\"document.getElementById(\'qqstab\').style.display=\'none\'\" title=\"点击可折叠\"><font class=\"ensize9\">www.jdqxys.com</font></td>");
document.writeln("        </tr>");
document.writeln("    </tbody>");
document.writeln("</table>");
document.writeln("</div>");
document.writeln("<script type=\"text/javascript\">");
document.writeln("//<![CDATA[");
document.writeln("var tips; var theTop = 120; var old = theTop;");
document.writeln("function initFloatTips() {");
document.writeln("tips = document.getElementById(\'kfFloat\');");
document.writeln("moveTips();");
document.writeln("};");
document.writeln("function moveTips() {");
document.writeln("var grantt=20;");
document.writeln("if (window.innerHeight) {");
document.writeln(" pos = window.pageYOffset");
document.writeln("}");
document.writeln("else if (document.documentElement && document.documentElement.scrollTop) {");
document.writeln(" pos = document.documentElement.scrollTop");
document.writeln("}");
document.writeln("else if (document.body) {");
document.writeln(" pos = document.body.scrollTop;");
document.writeln("}");
document.writeln("");
document.writeln("pos=pos-tips.offsetTop+theTop;");
document.writeln("pos=tips.offsetTop+pos/10;");
document.writeln("");
document.writeln("if (pos < theTop) pos = theTop;");
document.writeln("if (pos != old) {");
document.writeln(" tips.style.top = pos+\"px\";");
document.writeln(" grantt=10;");
document.writeln("		//alert(tips.style.top);");
document.writeln("}");
document.writeln("");
document.writeln("old = pos;");
document.writeln("setTimeout(moveTips,grantt);");
document.writeln("}");
document.writeln("//!]]>");
document.writeln("initFloatTips();");
document.writeln("</script>");
