document.write(""
+""
+"
"
+"
"
+"
"
+""
+""
+""
+"
"
+""
+""
+"
"
+"
"
+"\n");
jQuery(window).scroll(function(){
if(jQuery(document).scrollTop()>jQuery('.mainbox').offset().top-110)
{
if((jQuery(document).scrollTop()+jQuery(window).height())>jQuery('.nav_menu_bottom').offset().top - 31)
{jQuery('.OnlineService').css({'bottom':(jQuery(document).scrollTop()-jQuery('.nav_menu_bottom').offset().top+jQuery(window).height()) + 31 + 'px'});}
else
{jQuery('.OnlineService').css({'bottom':'0px'});}
jQuery('.OnlineService').stop().animate({right:'10px'},200);
}
else
{jQuery('.OnlineService').stop().animate({right:'-50px'},100);}
});
jQuery(function(){
jQuery('.OnlineService').find('li').hover(
function(){
jQuery(this).find('.jquery_title').stop().show(200);
jQuery(this).find('.jquery_hover').stop().animate({opacity:'1'},300);
if(!jQuery(this).find('div').is(".TOTOP,.QR,.FEEDBACK")){jQuery(this).find('div').stop().animate({width:'150px'},300);}
},
function(){
jQuery(this).find('.jquery_title').stop().hide(200);
jQuery(this).find('.jquery_hover').stop().animate({opacity:'0'},300);
if(!jQuery(this).find('div').is(".TOTOP,.QR,.FEEDBACK")){jQuery(this).find('div').stop().animate({width:'50px'},300);}
}
);
jQuery(".OnlineService .FEEDBACK .jquery_hover").click(function(){
jQuery(".OnlineService .FEEDBACK .div").stop().animate({right:'60px'},300);
});
jQuery(".OnlineService .FEEDBACK .close").click(function(){
jQuery(".OnlineService .FEEDBACK .div").stop().animate({right:'-410px'},300);
});
});