$(document).ready(function(){
						   
	$('.panel').hide();


	$('.item_menu_collap').collapser({
		target: 'next',
		targetOnly: null,
		effect: 'slide',
		changeText: 0,
		//expandHtml: 'Expand',
		//collapseHtml: 'Collapse',
		expandClass: 'expIco',
		collapseClass:'collIco'
	}, function(){
		//alert('Before collapse');
	} , function(){
		//alert('After collapse');
	});
	



});



