Drupal.behaviors.more = function (context) {
  // Put your javascript in here
   jQuery("#more1").hide();
   jQuery("#more2").hide();
   jQuery("#more3").hide();
   jQuery("#more4").hide();
   jQuery("#more5").hide();
   jQuery("#more6").hide();
   jQuery("#more7").hide();
   jQuery("#more8").hide();
   jQuery("#more9").hide();
   jQuery("#more10").hide();
   jQuery("#more11").hide();
   jQuery("#more12").hide();
   jQuery("#hitmore1").toggle(function(){
      jQuery("#more1").animate({ height: 'show', opacity: 'show' }, 'slow');
   },function(){
     jQuery("#more1").animate({ height: 'hide', opacity: 'hide' }, 'slow');
   });
  jQuery("#hitmore2").toggle(function(){
  	jQuery("#more2").animate({ height: 'show', opacity: 'show' }, 'slow');
  	},function(){
    jQuery("#more2").animate({ height: 'hide', opacity: 'hide' }, 'slow');
   });
  jQuery("#hitmore3").toggle(function(){
    jQuery("#more3").animate({ height: 'show', opacity: 'show' }, 'slow');
   },function(){
    jQuery("#more3").animate({ height: 'hide', opacity: 'hide' }, 'slow');
   });
  jQuery("#hitmore4").toggle(function(){
  	jQuery("#more4").animate({ height: 'show', opacity: 'show' }, 'slow');
  	},function(){
    jQuery("#more4").animate({ height: 'hide', opacity: 'hide' }, 'slow');
   });
  jQuery("#hitmore5").toggle(function(){
    jQuery("#more5").animate({ height: 'show', opacity: 'show' }, 'slow');
   },function(){
    jQuery("#more5").animate({ height: 'hide', opacity: 'hide' }, 'slow');
   });
  jQuery("#hitmore6").toggle(function(){
  	jQuery("#more6").animate({ height: 'show', opacity: 'show' }, 'slow');
  	},function(){
    jQuery("#more6").animate({ height: 'hide', opacity: 'hide' }, 'slow');
   });
   jQuery("#hitmore7").toggle(function(){
      jQuery("#more7").animate({ height: 'show', opacity: 'show' }, 'slow');
   },function(){
     jQuery("#more7").animate({ height: 'hide', opacity: 'hide' }, 'slow');
   });
  jQuery("#hitmore8").toggle(function(){
  	jQuery("#more8").animate({ height: 'show', opacity: 'show' }, 'slow');
  	},function(){
    jQuery("#more8").animate({ height: 'hide', opacity: 'hide' }, 'slow');
   });
  jQuery("#hitmore9").toggle(function(){
    jQuery("#more9").animate({ height: 'show', opacity: 'show' }, 'slow');
   },function(){
    jQuery("#more9").animate({ height: 'hide', opacity: 'hide' }, 'slow');
   });
  jQuery("#hitmore10").toggle(function(){
  	jQuery("#more10").animate({ height: 'show', opacity: 'show' }, 'slow');
  	},function(){
    jQuery("#more10").animate({ height: 'hide', opacity: 'hide' }, 'slow');
   });
  jQuery("#hitmore11").toggle(function(){
    jQuery("#more11").animate({ height: 'show', opacity: 'show' }, 'slow');
   },function(){
    jQuery("#more11").animate({ height: 'hide', opacity: 'hide' }, 'slow');
   });
  jQuery("#hitmore12").toggle(function(){
  	jQuery("#more12").animate({ height: 'show', opacity: 'show' }, 'slow');
  	},function(){
    jQuery("#more12").animate({ height: 'hide', opacity: 'hide' }, 'slow');
   });
};