document.writeln("<style type=\"text\/css\">");
document.writeln("	#QuickMenu td{");
document.writeln("		font-size:12px;");
document.writeln("		}");
document.writeln("	#QuickMenu a{");
document.writeln("		color:#000000;");
document.writeln("		text-decoration:none;");
document.writeln("		}");
document.writeln("	#QuickMenu a:visited{");
document.writeln("		color:#000000;");
document.writeln("		text-decoration:none;");
document.writeln("		}");
document.writeln("	#QuickMenu a:hover{");
document.writeln("		color:#FF0000;");
document.writeln("		text-decoration:underline;");
document.writeln("		}");
document.writeln(".qqc{");
document.writeln("		padding-left:10px;");
document.writeln("		padding-top:2px;");
document.writeln("		height:20px;");
document.writeln("		}")
document.writeln(".qqp{");
document.writeln("		padding-top:5px;");
document.writeln("		width:28px;");
document.writeln("		text-align:right;");
document.writeln("		}")
document.writeln("	");
document.writeln("<\/style>")

document.writeln("<div id=\'QuickMenu\' style=\'left:0px;top:155px;position:absolute;\'>");



document.writeln("<div style=\'margin:0px 0px 6px 6px;padding:0px;border:0px;overflow: hidden;\'>");

document.writeln("<table cellspacing=\"0\" cellpadding=\"0\" width=\"140\" align=\"center\" border=\"0\">");
document.writeln("  <tbody>");
document.writeln("    <tr>");
document.writeln("      <td><img ");
document.writeln("            src=\"/kefu/servicepic_01.jpg\" alt=\"关闭窗口\" width=\"140\" height=\"160\" ");
document.writeln("            border=\"0\" usemap=\"#servicepic_01Map\"/></td>");
document.writeln("    </tr>");
document.writeln("    ");
document.writeln("    <tr>");
document.writeln("      <td><img ");
document.writeln("            src=\"/kefu/servicepic_05.jpg\" alt=\"\" name=\"servicepic_05\" width=\"140\" height=\"17\" ");
document.writeln("            border=\"0\" id=\"servicepic_05\" /></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td><table cellspacing=\"0\" cellpadding=\"0\" width=\"140\" align=\"left\" border=\"0\">");
document.writeln("        <tbody>");
document.writeln("          <tr>");
document.writeln("            <td width=\"14\" ");
document.writeln("                  background=\"/kefu/servicepic_06.jpg\"><img ");
document.writeln("                  src=\"/kefu/servicepic_06.jpg\" alt=\"\" name=\"servicepic_06\" ");
document.writeln("                  width=\"14\" ");
document.writeln("                  height=\"24\" border=\"0\" id=\"servicepic_06\" /></td>");
document.writeln("            <td align=\"middle\" width=\"111\" bgcolor=\"#f8f6f7\"><table width=\"100%\" height=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("              <tr>");
document.writeln("                <td width=\"23\" height=\"20\" align=\"right\"><a href='tencent://message/?uin=250645218&Site=君逸彩&Menu=yes' title='与客服一QQ联系'><img src=/kefu/10_online.gif border=0 align=absmiddle></a></td>");
document.writeln("                <td width=\"75\" align=\"center\"><a href='tencent://message/?uin=250645218&Site=君逸彩&Menu=yes' title='与客服一联系'>QQ客服一</a></td>");
document.writeln("              </tr>");
document.writeln("              <tr>");
document.writeln("                <td width=\"23\" height=\"20\" align=\"right\"><a href='tencent://message/?uin=624871146&Site=君逸彩&Menu=yes' title='与客服二联系'><img src=/kefu/10_online.gif border=0 align=absmiddle></a></td>");
document.writeln("                <td  width=\"75\" align=\"center\"><a href='tencent://message/?uin=624871146&Site=君逸彩&Menu=yes' title='与客服二联系'>QQ客服二</a></td>");
document.writeln("              </tr>");
document.writeln("");
document.writeln("              <tr>");
document.writeln("                <td colspan=\"2\" height=\"18\" align=\"center\">13923806098 刘先生</td>");
document.writeln("              </tr>");
document.writeln("");
document.writeln("              <tr>");
document.writeln("                <td colspan=\"2\" height=\"18\" align=\"center\">13631667856 刘小姐</td>");
document.writeln("              </tr>");
document.writeln("");
document.writeln("              <tr>");
document.writeln("                <td colspan=\"2\" height=\"18\" align=\"center\">13410513678 蒋先生</td>");
document.writeln("              </tr>");
document.writeln("");
document.writeln("              <tr>");
document.writeln("                <td colspan=\"2\" height=\"18\" align=\"center\">13823716776 王先生</td>");
document.writeln("              </tr>");
document.writeln("");

document.writeln("");
document.writeln("              <tr>");
document.writeln("                <td colspan=\"2\" height=\"18\" align=\"center\">13725538687 廖先生</td>");
document.writeln("              </tr>");
document.writeln("");
document.writeln("              <tr>");
document.writeln("                <td colspan=\"2\" height=\"18\" align=\"center\">13418936833 曹先生</td>");
document.writeln("              </tr>");
document.writeln("");
document.writeln("            </table></td>");
document.writeln("            <td width=\"15\" ");
document.writeln("                  background=\"/kefu/servicepic_08.jpg\"><img ");
document.writeln("                  src=\"/kefu/servicepic_08.jpg\" alt=\"\" name=\"servicepic_08\" ");
document.writeln("                  width=\"15\" ");
document.writeln("                  height=\"24\" border=\"0\" id=\"servicepic_08\" /></td>");
document.writeln("          </tr>");
document.writeln("        </tbody>");
document.writeln("      </table></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td><img ");
document.writeln("            src=\"/kefu/servicepic_09.jpg\" alt=\"\" name=\"servicepic_09\" width=\"140\" height=\"22\" ");
document.writeln("            border=\"0\" id=\"servicepic_09\" /></td>");
document.writeln("    </tr>");
document.writeln("  </tbody>");
document.writeln("</table>");

document.writeln("<map name=\"servicepic_01Map\"><area shape=\"rect\" coords=\"13,6,130,149\" href=\"javascript:close_float_right();void(0);\">");
document.writeln("</map>");



var QuickScrollYLast=0;
var QuickMenu=document.getElementById("QuickMenu")
window.setInterval("LoadMenu()",1);

function LoadMenu(){
    var QuickScrollYDefault;
    if(document.documentElement&&document.documentElement.scrollTop){
        QuickScrollYDefault=document.documentElement.scrollTop;
    }else if(document.body){
        QuickScrollYDefault=document.body.scrollTop;
    }else{
    }
    QuickPercent=.1*(QuickScrollYDefault-QuickScrollYLast);
    if(QuickPercent>0){
        QuickPercent=Math.ceil(QuickPercent);
    }else{
        QuickPercent=Math.floor(QuickPercent);
    }
    QuickMenu.style.top=parseInt(QuickMenu.style.top)+QuickPercent+"px";
    QuickScrollYLast=QuickScrollYLast+QuickPercent;
}


function close_float_right(){
	QuickMenu.style.visibility='hidden';
}







