// JavaScript Document


document.observe('dom:loaded',function(){
									   
									   
									   

//example 1  

var bottomAccordion1 = new accordion('vertical_container');
			
			
			
			// Open first one
bottomAccordion1.activate($$('#vertical_container .accordion_toggle')[1]);

new Control.Tabs('tabs_example_one');  

});