var fuwuzaixian = document.createElement("div");
fuwuzaixian.setAttribute("id","fuwuzaixian");
document.body.appendChild(fuwuzaixian);
var obj = document.createElement("div");
obj.innerHTML='
';
fuwuzaixian.appendChild(obj);
var fuwuzaixian_right = document.createElement("div");
fuwuzaixian_right.innerHTML='
';
fuwuzaixian_right.setAttribute("id","fuwuzaixian_right");
fuwuzaixian.appendChild(fuwuzaixian_right);
var fuwuzaixian_neirong = document.createElement("div");
fuwuzaixian_neirong.setAttribute("id","fuwuzaixian_neirong");
fuwuzaixian.appendChild(fuwuzaixian_neirong);
obj = document.createElement("div");
obj.className="fuwuzaixian_mingxi";
obj.innerHTML='
761396946';
fuwuzaixian_neirong.appendChild(obj);
var fuwuzaixian_bottom = document.createElement("div");
fuwuzaixian_bottom.setAttribute("id","fuwuzaixian_bottom");
fuwuzaixian_bottom.innerHTML='
';
fuwuzaixian.appendChild(fuwuzaixian_bottom);
var shubiaoz=1;
document.getElementById("fuwuzaixian").style.top = "-1200px";
document.getElementById("fuwuzaixian").style.visibility = 'visible';
MoveLeftLayer('fuwuzaixian');
function MoveLeftLayer(layerName) {
var x = 5;
var y = 150 ;
var diff = (document.documentElement.scrollTop + y - parseInt(document.getElementById("fuwuzaixian").style.top))*.40;
var y = document.documentElement.scrollTop + y - diff;
document.getElementById(layerName).style.top = y+"px";
setTimeout("MoveLeftLayer('fuwuzaixian');", 20);
}
function guanggaoout(){
document.getElementById("fuwuzaixian").style.left = "2px";
}
function guanggaoin(){
setTimeout("guanggaoin2();", 2000)
}
function guanggaoin2(){
if (shubiaoz==0){
if (parseInt(document.getElementById("fuwuzaixian").style.left) > -125){
document.getElementById("fuwuzaixian").style.left=(parseInt(document.getElementById("fuwuzaixian").style.left)-2)+"px";
setTimeout("guanggaoin2();", 1);
}
}
if (shubiaoz==1){
guanggaoout();
}
}
document.getElementById("fuwuzaixian").onmousemove=function(){
shubiaoz=1;
}
document.getElementById("fuwuzaixian").onmouseout=function(){
shubiaoz=0;
guanggaoin();
}
document.getElementById("fuwuzaixian_right").onmousemove=function(){
guanggaoout();
}