/*****************************************************************************************************/
/*                                                                                                   */
/*                                      'CATEGORIES' CONTROL PANEL                                   */          
/*                                                                                                   */
/*****************************************************************************************************/
var CategoriesObject = new Object();


function initCategoriesPanel(){
	
	CategoriesObject.info = new CATEGORIES_GINFO(this);
	CategoriesObject.info.init();
	
	
	
	var nr_sections = 0;
	
	while (document.getElementById("section_container_"+nr_sections) != null){
		//activam divurile mesajelor
		animatedcollapse.addDiv('section_container_'+nr_sections);
		nr_sections++;	
	}
	animatedcollapse.init();
}