function openCat(id){
	
	jQuery('#'+id).css('display', jQuery('#'+id).css('display') == 'none' ? 'block':'none')
}
