")
function makemenuobj(obj,nest){
nest=(!nest) ? "":'document.' nest '.'
this.css=bw.dom? document.getelementbyid(obj).style:bw.ie4?document.all[obj].style:bw.ns4?eval(nest "document.layers." obj):0;
this.el=bw.dom?document.getelementbyid(obj):bw.ie4?document.all[obj]:bw.ns4?eval(nest 'document.' obj):0;
this.ref=bw.dom || bw.ie4? document:bw.ns4?eval(nest "document.layers." obj ".document"):0;
this.x=(bw.ns4 || bw.ns5)? this.css.left:this.css.offsetleft;
this.y=(bw.ns4 || bw.ns5)? this.css.top:this.css.offsettop;
this.hideit=b_hideit; this.showit=b_showit; this.movey=b_movey
this.moveit=b_moveit; this.moveby=b_moveby; this.status=0;
this.bgimg=b_bgimg; this.obj = obj "object"; eval(this.obj "=this");
this.clipto=b_clipto;
return this
}
function b_showit(){this.css.visibility="visible"; this.status=1}
function b_hideit(){this.css.visibility="hidden"; this.status=0}
function b_movey(y){this.y=y; this.css.top=this.y}
function b_moveit(x,y){this.x=x; this.y=y; this.css.left=this.x;this.css.top=this.y}
function b_moveby(x,y){this.x=this.x x; this.y=this.y y; this.css.left=this.x;this.css.top=this.y}
function b_bgimg(img){if(bw.ie||bw.dom)this.css.backgroundimage="url('" img "')"
else this.css.background.src=img
}
function b_clipto(t,r,b,l,w){if(bw.ns4){this.css.clip.top=t;this.css.clip.right=r
this.css.clip.bottom=b;this.css.clip.left=l
}else{this.css.clip="rect(" t "," r "," b "," l ")"; if(w){this.css.width=r; this.css.height=b}}}
function slidemenuinit(){
oslidemenu=new makemenuobj('divslidecont')
oslidemenu.moveit(menux,menuy)
oslide=new array()
for(i=0;i