function zfrxfloat1214130857520(){
zfrxfloat_a1214130857520("605407","2","left","1","
","");
}
var zfrx_interval1214130857520 = 0;
var zfrx_drag_flag1214130857520 = 0;
var zfrx_drag_flag_11214130857520 = 0;
var zfrx_top1214130857520 = 0;
var zfrx_xingshi1214130857520="2";
var zfrx_weizhi1214130857520="left";
function zfrxfloat_a1214130857520(id,xingshi,weizhi,fengge,zfrx_imageUrl,zfrx_innerHTML){
document.write("
"+zfrx_imageUrl+zfrx_innerHTML+"
");
if(xingshi=="4"){
document.all("zfrx_float_div1214130857520").style.display="none";
window.setTimeout("document.all(\"zfrx_float_div1214130857520\").style.display=\"block\";",5000);
}
}
function yaoqing_close1214130857520(){
document.all("zfrx_float_div1214130857520").style.display="none";
window.clearInterval(zfrx_interval1214130857520);
}
zfrxfloat1214130857520();
function DivFloat1214130857520(id,xingshi,weizhi){
this.interval = 0;
this.xingshi=xingshi;
this.weizhi=weizhi;
this.div = document.all(id);
this.init = function() {
if(weizhi=="right"){
this.div.style.left =getRoot1214130857520().clientWidth-this.div.offsetWidth;
}
if(xingshi==2) {
this.div.style.top = 0+getRoot1214130857520().scrollTop;
}
var clientH = 0;
if(getRoot1214130857520().scrollTop==0){
if(getRoot1214130857520().offsetHeight>screen.availHeight-50){
clientH = screen.availHeight-200;
}else{
clientH=getRoot1214130857520().offsetHeight;
}
}else {
clientH =getRoot1214130857520().offsetHeight;
}
if(xingshi==3){
this.div.style.top = getRoot1214130857520().scrollTop+clientH-this.div.offsetHeight-10;
}
if(xingshi==4){
this.div.style.left =(getRoot1214130857520().clientWidth-this.div.offsetWidth)/2;
this.div.style.top = getRoot1214130857520().scrollTop+(clientH-this.div.offsetHeight)/2;
}
}
this.startFloat = function(objName){
if(xingshi!=1){
this.interval = setInterval(objName+'.init()', 10);
}
}
this.stopFloat = function(){
window.clearInterval(this.interval);
}
this.init();
}
function getRoot1214130857520(){
if(document.documentElement && document.body){
return (document.documentElement.scrollTop > document.body.scrollTop) ? document.documentElement : document.body;
}else if(document.documentElement){
return document.documentElement;
}else{
return document.body;
}
}
var zfrx_float_obj1214130857520=new DivFloat1214130857520('zfrx_float_div1214130857520',2,'left');
zfrx_float_obj1214130857520.startFloat('zfrx_float_obj1214130857520');