jQuery(document).ready(function(){
	
	jQuery('.depinfo').Accordion({ 
	active: '.selected', 
    header: '.head' 
	});
	
});