$(document).ready(function(){
	//alert("all js loaded!");
	
	$('#handorgel').accordion({
		header: "h3.accordionheader",
		active: false,
		alwaysOpen: false,
		/*fillSpace: false*/
		autoheight: false
		
	});
	
	
	
	
	
	
});