$(function(){
$(".acc").accordion({
    header: '.head',
    alwaysOpen: false,
    animated: false,
    autoheight: false
}) ;
});
