function showMonths(table_month_uid,pos_y){
	if(pos_y>0){
		$(table_month_uid).style.top = pos_y+'px';
		$(table_month_uid).toggle();
	}
}