function zfrxfloat1215051317211(){
zfrxfloat_a1215051317211("602325","2","left","2","
","");
}
var zfrx_interval1215051317211 = 0;
var zfrx_drag_flag1215051317211 = 0;
var zfrx_drag_flag_11215051317211 = 0;
var zfrx_top1215051317211 = 0;
var zfrx_xingshi1215051317211="2";
var zfrx_weizhi1215051317211="left";
function zfrxfloat_a1215051317211(id,xingshi,weizhi,fengge,zfrx_imageUrl,zfrx_innerHTML){
document.write("
"+zfrx_imageUrl+zfrx_innerHTML+"
");
if(xingshi=="4"){
document.all("zfrx_float_div1215051317211").style.display="none";
window.setTimeout("document.all(\"zfrx_float_div1215051317211\").style.display=\"block\";",5000);
}
}
function yaoqing_close1215051317211(){
document.all("zfrx_float_div1215051317211").style.display="none";
window.clearInterval(zfrx_interval1215051317211);
}
zfrxfloat1215051317211();
function DivFloat1215051317211(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 =getRoot1215051317211().clientWidth-this.div.offsetWidth;
}
if(xingshi==2) {
this.div.style.top = 50+getRoot1215051317211().scrollTop;
}
var clientH = 0;
if(getRoot1215051317211().scrollTop==0){
if(getRoot1215051317211().offsetHeight>screen.availHeight-50){
clientH = screen.availHeight-200;
}else{
clientH=getRoot1215051317211().offsetHeight;
}
}else {
clientH =getRoot1215051317211().offsetHeight;
}
if(xingshi==3){
this.div.style.top = getRoot1215051317211().scrollTop+clientH-this.div.offsetHeight-10;
}
if(xingshi==4){
this.div.style.left =(getRoot1215051317211().clientWidth-this.div.offsetWidth)/2;
this.div.style.top = getRoot1215051317211().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 getRoot1215051317211(){
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_obj1215051317211=new DivFloat1215051317211('zfrx_float_div1215051317211',2,'left');
zfrx_float_obj1215051317211.startFloat('zfrx_float_obj1215051317211');