window.onload = function() {
   var show1 = new fx.Height('show1', {duration: 500, transition: fx.sineIn});
   show1.hide();
   $('box1').onclick = function() {
      show1.toggle();
	};	  
	 var show2 = new fx.Height('show2', {duration: 500, transition: fx.sineIn});
   show2.hide();
   $('box2').onclick = function() {
      show2.toggle();	  
   };
   var show3 = new fx.Height('show3', {duration: 500, transition: fx.sineIn});
   show3.hide();
   $('box3').onclick = function() {
      show3.toggle();
	};
   var show4 = new fx.Height('show4', {duration: 500, transition: fx.sineIn});
   show4.hide();
   $('box4').onclick = function() {
      show4.toggle();
	};
   var show5 = new fx.Height('show5', {duration: 500, transition: fx.sineIn});
   show5.hide();
   $('box5').onclick = function() {
      show5.toggle();
	};
   var show6 = new fx.Height('show6', {duration: 500, transition: fx.sineIn});
   show6.hide();
   $('box6').onclick = function() {
      show6.toggle();
	};
   var show7 = new fx.Height('show7', {duration: 500, transition: fx.sineIn});
   show7.hide();
   $('box7').onclick = function() {
      show7.toggle();
	};
   var show8 = new fx.Height('show8', {duration: 500, transition: fx.sineIn});
   show8.hide();
   $('box8').onclick = function() {
      show8.toggle();
	};
   var show9 = new fx.Height('show9', {duration: 500, transition: fx.sineIn});
   show9.hide();
   $('box9').onclick = function() {
      show9.toggle();
	};
   var show10 = new fx.Height('show10', {duration: 500, transition: fx.sineIn});
   show10.hide();
   $('box10').onclick = function() {
      show10.toggle();
	};
   var show11 = new fx.Height('show11', {duration: 500, transition: fx.sineIn});
   show11.hide();
   $('box11').onclick = function() {
      show11.toggle();
	};
   var show12 = new fx.Height('show12', {duration: 500, transition: fx.sineIn});
   show12.hide();
   $('box12').onclick = function() {
      show12.toggle();
	};
   var show13 = new fx.Height('show13', {duration: 500, transition: fx.sineIn});
   show13.hide();
   $('box13').onclick = function() {
      show13.toggle();
	};
   var show14 = new fx.Height('show14', {duration: 500, transition: fx.sineIn});
   show14.hide();
   $('box14').onclick = function() {
      show14.toggle();
	};
   var show15 = new fx.Height('show15', {duration: 500, transition: fx.sineIn});
   show15.hide();
   $('box15').onclick = function() {
      show15.toggle();
	};
   var show16 = new fx.Height('show16', {duration: 500, transition: fx.sineIn});
   show16.hide();
   $('box16').onclick = function() {
      show16.toggle();
	};
   var show17 = new fx.Height('show17', {duration: 500, transition: fx.sineIn});
   show17.hide();
   $('box17').onclick = function() {
      show17.toggle();
	};
};
