N=(navigator.appName.indexOf("Netscape")!=-1) M=(navigator.appName.indexOf("Microsoft")!=-1) Vis=new Array() Vis[0]=(M) ? "hidden" : "hide" Vis[1]=(M) ? "visible" : "show" function GetDiv(divId,divY,divX,divW,divH,bCol,visb,zInd){ bkCol=(bCol!="")?((N)?" bgColor="+bCol:";background:"+bCol):"" DivTyp = (M) ? ""} if(N){Styl=" ID="+divId+" top="+divY+" left="+divX+" width="+divW+" height="+divH+bkCol+" visibility="+Vis[visb]+" z-index="+zInd+">"} document.writeln(DivTyp+Styl) } function EndDiv(){ (M)? document.writeln(""): document.writeln("") }