var showMenu={
	anim:function(cid){
		location.href='news-events/events.html?cid='+cid;
		//console.log(cid);
		//setTimeout('animatedcollapse.toggle(cid)', 5000);
		//setTimeout('console.log(cid)', 5000);		
	},
	show:function(){
		//animatedcollapse.toggle('cat4');

	}
}