$(function(){
	$("#acc").accordion({
		header: ".head",
		autoHeight:true,
		event: 'mouseover', 
		active:100
		});
});
