﻿document.write("<div id=\"ofloatright\"></div>")
var objofloatright = document.getElementById("ofloatright"); 
objofloatright.style.cssText="float:left;right:0px;top:160px;width:50px;height:230px;position:fixed;z-index:1001;_position:absolute;cursor:pointer;background:url(Pic/zxkf.gif) no-repeat 0 0";
objofloatright.innerHTML="<span style=\"width:47px;height:44px;margin:5px 3px 0px 1px;float:left;display:block;\" onclick=\"javascript:window.open('http://wpa.qq.com/msgrd?v=3&uin=542897477&site=qq&menu=yes', '_blank', 'height=473,width=703,fullscreen=3,top=200,left=200,status=no,toolbar=no,menubar=no,resizable=no,scrollbars=no,location=no,titlebar=no,fullscreen=no');return false;\" title=\"售前咨询 不懂的直接问我\"></span><span style=\"width:47px;height:49px;float:left;margin:2px 3px 0px 1px;display:block;\" onclick=\"javascript:window.open('http://wpa.qq.com/msgrd?v=3&uin=542897477&site=qq&menu=yes', '_blank', 'height=544, width=644,toolbar=no,scrollbars=no,menubar=no,status=no');\" title=\"售后客服 8点至24点 专业解决您的疑难杂症\"></span><span style=\"width:47px;height:49px;float:left;margin:2px 3px 0px 1px;display:block;\" onclick=\"javascript:window.open('http://www.taobao.com/webww/?ver=1&&touid=cntaobao%E6%88%91%E8%A6%81%E7%82%B9%E8%AF%BB%E7%AC%94&siteid=cntaobao&status=2&portalId=&gid=&itemsId=', '_blank', 'height=544, width=644,toolbar=no,scrollbars=no,menubar=no,status=no');\" title=\"旺旺客服 这个可以有\"></span><span style=\"width:47px;height:49px;float:left;margin:2px 3px 0px 1px;display:block;\" onclick=\"javascript:window.open('http://www.wisegou.com/?cart.html', '_self', 'height=544, width=644,toolbar=no,scrollbars=no,menubar=no,status=no');\" title=\"购物车 查看购物车里的商品\"></span><span style=\"width:47px;height:30px;float:left;margin:2px 3px 0 1px;display:block;\" onclick=\"GoTop()\"  title=\"返回顶部 让您体验一步登天的感觉\"></span>"

function floatright(){
    var toppx = 200;
    if(!window.XMLHttpRequest){
        toppx = (document.body.scrollTop||document.documentElement.scrollTop) + toppx;
   }
    var rtpx = document.body.offsetWidth > 1024 ? (document.body.offsetWidth - 960)/2 - 90 : 0;
    if (objofloatright.style.top != toppx || objofloatright.style.right != rtpx){
        objofloatright.style.top = toppx + 'px';
        objofloatright.style.right = rtpx + 'px';
        objofloatright.style.display = "block";
    }
}
window.setInterval("floatright()",1);

function GoTop() {
    window.scrollTo(0,0);
}
