 window.addEvent('domready', function() {
      	
      	var tgheightfx = new Fx.Toggle('tgheightfx', {duration:500});
      	
      	$('tgheightfx_start').addEvent('click', function(event) {
      		tgheightfx.toggleProperty('height', '180px', '0px', true);
      	});
      	
      	
      	var tgheightfx1 = new Fx.Toggle('tgheightfx1', {duration:500});
      	
      	$('tgheightfx1_start').addEvent('click', function(event) {
      		tgheightfx1.toggleProperty('height', '180px', '0px', true);
      	});
      	/*$('tgheightfx1').addEvent('click',function(event) {
            tgheightfx1.toggleProperty('height', '120px', '0px', true);
        });*/
      	
      	var tgheightfx2 = new Fx.Toggle('tgheightfx2', {duration:500});
      	
      	$('tgheightfx2_start').addEvent('click', function(event) {
      		tgheightfx2.toggleProperty('height', '180px', '0px', true);
      	});
      	/*$('tgheightfx2').addEvent('click',function(event) {
            tgheightfx2.toggleProperty('height', '120px', '0px', true);
        });*/
      	
      	var tgheightfx3 = new Fx.Toggle('tgheightfx3', {duration:500});
      	
      	$('tgheightfx3_start').addEvent('click', function(event) {
      		tgheightfx3.toggleProperty('height', '180px', '0px', true);
      	});
      	/*$('tgheightfx3').addEvent('click',function(event) {
            tgheightfx3.toggleProperty('height', '120px', '0px', true);
        });*/
      	
      	
      	var tgheightfx4 = new Fx.Toggle('tgheightfx4', {duration:500});
      	
      	$('tgheightfx4_start').addEvent('click', function(event) {
      		tgheightfx4.toggleProperty('height', '180px', '0px', true);
      	});
      	/*$('tgheightfx4').addEvent('click',function(event) {
            tgheightfx4.toggleProperty('height', '120px', '0px', true);
        });*/
		
		var tgheightfx5 = new Fx.Toggle('tgheightfx5', {duration:500});
      	
      	$('tgheightfx5_start').addEvent('click', function(event) {
      		tgheightfx5.toggleProperty('height', '180px', '0px', true);
      	});
      	/*$('tgheightfx5').addEvent('click',function(event) {
            tgheightfx5.toggleProperty('height', '120px', '0px', true);
        });*/
      	
      	
      });