//Menu Scripts Go Here just add each new section as below
	window.addEvent('domready', function() {
		folders = new FoldingMenu(['section1','section2','section3','section4','section5','section6'], {duration: 1000});
	});
