// JavaScript Document

$(document).ready(function(){
	  $('#example1').hoverAccordion({
		  speed: 'slow',
		  keepheight: 'true'
	  });
  });
