jQuery().ready(function(){
	jQuery('#list_instances').accordion({ 
		  autoHeight: false ,
      active: false, 
	    header: '.head', 
	    event: 'mouseover',
	    animated: 'slide',
	    navigation: false
	});
});	

