bw.filter=(bw.ie55||bw.ie6) && !bw.mac
makeCM.prototype.onshow+=";if(c.l[pm.lev].filter) b.filterIt(c.l[pm.lev].filter)"
cm_makeLevel.prototype.filter=null
cm_makeObj.prototype.filterIt=function(f){
  if(bw.filter){
    if(this.evnt.filters[0]) this.evnt.filters[0].Stop(); 
    else this.css.filter=f; 
    this.evnt.filters[0].Apply(); 
    this.showIt(); 
    this.evnt.filters[0].Play();
  }
}


makeCM.prototype.onshow+="; if(c.l[pm.lev].slidepx){b.moveIt(x-1,b.y-b.h); b.showIt(); b.tim=null; b.slide(y,c.l[pm.lev].slidepx,c.l[pm.lev].slidetim,c,pm.lev,pm.name)}"
makeCM.prototype.going=0
cm_makeObj.prototype.tim=10;
cm_makeLevel.prototype.slidepx=null
cm_makeLevel.prototype.slidetim=30
cm_makeObj.prototype.slide=function(end,px,tim,c,l,name){
  if(!this.vis || c.l[l].a!=name) return
	if(this.y<end-px){
		if(this.y>(end-px*px-px) && px>1) px-=px/5; this.moveIt(this.x,this.y+px)
		this.clipTo(end-this.y,this.w,this.h,0)
		this.tim=setTimeout(this.obj+".slide("+end+","+px+","+tim+","+c.name+","+l+",'"+name+"')",tim)
	}else{this.moveIt(this.x,end)}
}


makeCM.prototype.onshow+="; if(c.l[pm.lev].sslidepx){b.moveIt(b.x-b.w-1,b.y-b.y+95); b.showIt(); b.stim=null; b.sslide(181,c.l[pm.lev].sslidepx,c.l[pm.lev].sslidetim,c,pm.lev,pm.name)}"
makeCM.prototype.sgoing=0
cm_makeObj.prototype.stim=10;
cm_makeLevel.prototype.sslidepx=null
cm_makeLevel.prototype.sslidetim=30
cm_makeObj.prototype.sslide=function(start,spx,stim,c,l,name){
  if(!this.vis || c.l[l].a!=name) return
    if(this.x<start-spx){
		if(this.y>(start-spx*spx-spx) && spx>1) spx-=spx/5; this.moveIt(this.x+spx,this.y)
		this.clipTo(start-500,this.w,this.w,180-this.x)
		this.stim=setTimeout(this.obj+".sslide("+start+","+spx+","+stim+","+c.name+","+l+",'"+name+"')",stim)
          }else{this.moveIt(this.x,this.y-this.y+95)}
}



makeCM.prototype.onshow+="if(c.l[pm.lev].clippx){h=b.h; if(!rows) b.clipTo(0,maxw,0,0,1); else b.clipTo(0,0,maxh,0,1); b.clipxy=0; b.showIt(); clearTimeout(b.tim); b.clipout(c.l[pm.lev].clippx,!rows?maxw:maxh,!rows?maxh:maxw,c.l[pm.lev].cliptim,rows)}"
cm_makeObj.prototype.tim=10;
cm_makeLevel.prototype.clippx=null
cm_makeLevel.prototype.cliptim=30
cm_makeObj.prototype.clipxy=0
cm_makeObj.prototype.clipout=function(px,w,stop,tim,rows){
	if(!this.vis) return; if(this.clipxy<stop-px){this.clipxy+=px; 
  if(!rows) this.clipTo(0,w,this.clipxy,0,1);
  else this.clipTo(0,this.clipxy,w,0,1);
  this.tim=setTimeout(this.obj+".clipout("+px+","+w+","+stop+","+tim+","+rows+")",tim)
	}else{if(bw.ns6){this.hideIt();}; if(!rows) this.clipTo(0,w,stop,0,1); else this.clipTo(0,stop,w,0,1);if(bw.ns6){this.showIt()}}
}


