

	/*function init()
	{
		// Edit dimensions
		calibrate();
		
		// Convert menu into accordion
		$('#container-menu-items').dcAccordion({
			eventType: 'click',
			autoClose: true,
			saveState: true,
			disableLink: true,
			speed: 'fast',
			showCount: false,
			autoExpand: true,
			cookie	: 'dcjq-accordion-1',
			classExpand	 : 'subParent'
		});
	}*/
