function actionMonthGroup(_1){
if(Element.visible(_1)){
new Effect.SlideUp(_1,{duration:0.5});
$("img"+_1).src="<?=site_url()?>images/arrow_right.png";
}else{
new Effect.SlideDown(_1,{duration:0.5});
$("img"+_1).src="<?=site_url()?>images/arrow_down.png";
}
};

