// JavaScript Document

$(document).ready(function(){
   $('#identifier').hoverAccordion({
      activateitem: '2',
      speed: 'fast'
   });
});
