function widgetControl(width,height,duration,direct,allowreverse,bgcolor)
{
			this.sliderwidth=width
			this.sliderheight=height
			this.slidespeed=duration
			this.slideDirect=direct
			this.allowReverse=allowreverse
			this.slidebgcolor=bgcolor
			this.leftrightslide=new Array()
}