	window.onload = function() {
		
		document.getElementById('slider1').style.height = '0px';
		control1 = new fx.Height('slider1', {duration: 400});

		
		

}
