/*
 * 
 *
 */
$(document).ready(function(){
	$('.cat_head a').attr("href","#");
	$('#project_list').accordion({
			header: '.cat_head',
			active: ".selected",
			autoHeight: false 
	});
});