function init_slider()
{
		//slider ID
		//slider width minus the width of all headings
		//easing in
		//slider easing out time (milliseconds)
		//DEFAULT SLIDE
		slideMenu.build('slider',555,3,3,0.5);

		$('slider').style.visibility='visible';
}
Event.observe(window,'load',init_slider);
