$(document).ready(function() {
	expandMenu(".expandmenu");
	attackend();
	if($(".scrolltop").html()!=null)
	{	
		
		$('.scrolltop').jScrollPane({showArrows:true,scrollbarWidth:8, scrollbarMargin:10});
		$(".scrolltop").css("overflow","hidden");
	
	}
	attackUI();
	autoHeight("#uni-coll","#uni-content");
	
	attackcenter();
});

