
$(document).ready(function() {
 
	/* 
	$(".test").hrzAccordion({eventTrigger:"mouseover",openOnLoad:"3",cycle: true});
	

	
	$(".test2").hrzAccordion({handlePosition     :"right",
							 openOnLoad     :1,
							 closeOpenAnimation: 2
							  });
		*/
	
	/* This formats the accordian to the left, need to set openOnLoad to the amount of tabs or it won't work as expected!  
	
	$(".test3").hrzAccordion({containerClass     : "container3",
			listItemClass      : "listItem3",					
			openOnLoad     :1,
			contentWrapper     : "contentWrapper3",
			contentInnerWrapper: "contentInnerWrapper3",
			handleClass        : "handle3",
			handleClassOver    : "handleOver3",
			handlePosition     :"left",
			openOnLoad     :6,
			handleClassSelected: "handleSelected3"
							  });

	*/
	
	/*  This was previously used in acquistions to right format the accordian. */
	
$(".accordian").hrzAccordion({containerClass     : "container3",
			listItemClass      : "listItem3",					
			openOnLoad     :1,
			contentWrapper     : "contentWrapper3",
			contentInnerWrapper: "contentInnerWrapper3",
			handleClass        : "handle3",
			handleClassOver    : "handleOver3",
			handleClassSelected: "handleSelected3"
							  });
	
	

 	
 });
