﻿
var LeftColSectionNavControl = {
	load: function() {
	/*
		topAccordion = new Accordion('.SectionNavItemHeaderDiv', '.SectionNavItemBodyDiv', {
			display: false,
			opacity: false,
			duration: 300,
			alwaysHide: true,
			onSelect: function(index) {
				if ($type(index) == 'number') {
					//var trigger = $('TopAccordionHeader' + index + 'TriggerImg');
					//if (trigger.src.indexOf('Expand') > -1) trigger.src = trigger.src.replace('Expand', 'Contract');
					//else if (trigger.src.indexOf('Contract') > -1) trigger.src = trigger.src.replace('Contract', 'Expand');
				}
			}
		});
	*/
	}
};

//window.addEvent('domready', LeftColSectionNavControl.load);

