$(function() {
$("#delete").remove();
  $("#accordion").accordion({
  animated: false,
  autoHeight:true,
  clearStyle: true,
  collapsible: true
  });
$("div:empty").prev("h3").removeAttr("role").removeAttr("tabindex").unbind(".accordion");
$("div:empty").prev("h3").hover(function () {
      $(this).css({'background' : '#FFFFFF url("/axa/guarantee.nsf/AttachmentsByTitle/activebg.jpg/$FILE/activebg.jpg") repeat-y'});
    }, function () {
      $(this).css({'background' : '#FFFFFF url("/axa/guarantee.nsf/AttachmentsByTitle/inactivebg.jpg/$FILE/inactivebg.jpg") repeat-x bottom left'});
    });
$("#accordion").accordion('activate', false);
$("#accordion > h3:last").css({'border-bottom' : '#D2D8E8 solid 1px'});
});
