");
document.writeln("
");
document.writeln(" 在線客服");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln(" QQ咨詢");
document.writeln("
");
document.writeln("
");
document.writeln(" - 散客1
");
document.writeln(" 
");
document.writeln("
");
document.writeln("
");
document.writeln(" - 散客2
");
document.writeln(" 
");
document.writeln("
");
document.writeln("
");
document.writeln(" - 團體
");
document.writeln(" 
");
document.writeln("
");
document.writeln("
");
document.writeln(" ");
document.writeln("
");
document.writeln("
");
$(document).ready(function () {
$("#online_fu").click(function(){
Online();
});
});
var Online=function(){
var left=$("#online_fu").css("left");
var right=$("#online_fu").css("right");
if(right=='-130px'){
$(".online_fu_d").addClass("hover");
$("#online_fu").stop().animate({right:"0px"},500);
}
if(right=='0px'){
$(".online_fu_d").removeClass("hover");
$("#online_fu").stop().animate({right:"-130px"},500);
}
if(left=='-130px'){
$(".online_fu_d").addClass("hover");
$("#online_fu").stop().animate({left:"0px"},500);
}
if(left=='0px'){
$(".online_fu_d").removeClass("hover");
$("#online_fu").stop().animate({left:"-130px"},500);
}
}