document.write("<STYLE type=text/css>#menuBar {"+
	"LEFT: -150px; WIDTH: 200px; POSITION: absolute; TOP: 100px"+
"}"+
"#glider {"+
	"LEFT: 165px; WIDTH: 38px; POSITION: absolute; TOP: 68px"+
"}"+
".glideText {"+
	"FONT-SIZE: 13px; COLOR: #e2e2e2; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; TEXT-DECORATION: none"+
"}"+
".aDIV {"+
	"FILTER: Alpha(Opacity=100)"+
"}"+
"#usermenu {"+
	"Z-INDEX: 10; VISIBILITY: visible; WIDTH: 90px; POSITION: absolute"+
"}"+
"</STYLE>")

var Float_Type
Float_Type = new Array(2);
Float_W = new Array(2);
Float_Type[0] = "Left";
Float_Type[1] = "Right";
Float_W[0] = "left: 1px";
Float_W[1] = "right: 1px"
var Style_width
Style_width = 100;

//循环浮动窗口个数
var forstart
for(forstart=0;forstart<Float_Type.length;forstart++){
document.write("<DIV oncontextmenu='return false' id='floater"+Float_Type[forstart]+"' style='Z-INDEX: 100; "+Float_W[forstart]+"; VISIBILITY: hidden; WIDTH: "+Style_width+"px; POSITION: absolute; TOP: 60px;' align=center>"+
"<TABLE style='TABLE-LAYOUT: fixed;cursor:move' cellSpacing=0 cellPadding=0 width=100% height=100% border=0>"+
  "<TBODY>"+
  "<TR>"+
    "<TD align=middle width=20% height=0 style='WORD-WRAP: break-word'></TD>"+
    "<TD align=right width=80% style='WORD-WRAP: break-word' height=0 ></TD></TR></TBODY></TABLE>"+
	"<TABLE id=ad1"+Float_Type[forstart]+" cellSpacing=0 cellPadding=0 width=100% height=100% border=0 style='TABLE-LAYOUT: fixed;'>"+
  	"<TBODY>"+
  		"<TR>"+
    		"<TD align=left valign=top bgcolor=#FEFEFE style='WORD-WRAP: break-word'><div style='position:absolute;width:100%;z-index:1034' align=right><SPAN language=javascript id=Min"+Float_Type[forstart]+" style='CURSOR: hand' onclick='return Show_Type(ad1"+Float_Type[forstart]+",img"+Float_Type[forstart]+")'><IMG id='img"+Float_Type[forstart]+"' style='MARGIN-RIGHT: 0px' height=10 alt=关闭 src='../inc/float/Img/i75.gif' width=10 align=absMiddle></SPAN></div><div style='align:left;bgcolor:red' id='acfs"+Float_Type[forstart]+"'></div></TD></TR>"+
	"</TBODY>"+
	"</TABLE>"+
"</DIV>")
}


//判断右侧是否为空并执行相应的程序
if((GetCookie("RightW")!="a")&&(GetCookie("RightW")!=null)){
	document.body.all.floaterRight.style.visibility='visible';
	}
//判断左侧是否为空并执行相应的程序
if((GetCookie("LeftW")!="a")&&(GetCookie("LeftW")!=null)){
	document.body.all.floaterLeft.style.visibility='visible';
	}

document.write("<script>document.body.all.acfsRight.innerHTML='"+GetCookie("RightW")+"';</script>")
document.write("<script>document.body.all.acfsLeft.innerHTML='"+GetCookie("LeftW")+"';</script>")
document.write("<SCRIPT language=javascript src='../inc/float/m01_2.js'></SCRIPT>")
document.write("<SCRIPT language=javascript src='../inc/float/m01.js'></SCRIPT>")

document.write("<SCRIPT language=JScript id=clientEventHandlersJS>")

function ad_check() {
self.onError=null;   
setTimeout("ad_check()",100);
}

function Show_Type(obj,ImgObj) {
obj.style.visibility=(obj.style.visibility=='hidden')?'visible':'hidden';
ImgObj.src=(obj.style.visibility=='hidden')?'../inc/float/Img/i74.gif':'../inc/float/Img/i75.gif';
}

function SpaceConvert(obj){
	var objNum;
	var postion;
	postion = 0
	for(i = 0;i<obj.length;i++){
	str = obj.substring(0,postion);
	if(str=="+") str = "";
	mesg = mesg + str
	}
	return mesg;
	}

