makeCM.prototype.onshow+="; if(c.l[pm.lev].slidepx){b.moveIt(b.x-b.w,y); b.showIt(); b.tim=null; b.slide(x,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.x<end-px){
		if(this.x>(end-px*px-px) && px>1) px-=px/5; this.moveIt(this.x+px,this.y)
		this.clipTo(0,this.w,this.h,end-this.x-1)
		this.tim=setTimeout(this.obj+".slide("+end+","+px+","+tim+","+c.name+","+l+",'"+name+"')",tim)
	}else{this.moveIt(end,this.y)}
}