
jQuery(document).ready(function($) { 
	  
	$("#test").hrzAccordion({handlePosition: "left", eventTrigger:"click", openOnLoad:1, handleClass: "handle", closeOpenAnimation: 1 });
	

	$(".test4").hrzAccordion({eventTrigger:"click",openOnLoad:"2",handlePositionArray: "left,left,right,right,right"});
	
	
	$(".test2").hrzAccordion({
			handlePosition: "right",
			openOnLoad: 5,
			closeOpenAnimation: 2
							  });

	
	$(".test3").hrzAccordion({
			containerClass     : "container3",
			listItemClass      : "listItem3",		
			contentWrapper     : "contentWrapper3",
			contentInnerWrapper: "contentInnerWrapper3",
			handleClass        : "handle3",
			handleClassOver    : "handleOver3",
			handleClassSelected: "handleSelected3"
							  });
 	
});