//


$(function (){
	$("#accordion").accordion({
			autoHeight: false,
			showSpeed: "1000",
			collapsible: true,
			active: 1,
			hideSpeed: "fast"
	});	
});


$(window).load(function () {

});

//Event.observe(window, 'load', loadAccordions, false);
/*	
function loadAccordions() {
	bottomAccordion = new accordion('vertical_container', {
		resizeSpeed : 9,
		classNames : {
		    toggle : 'accordion_toggle',
		    toggleActive : 'accordion_toggle_active',
		    content : 'accordion_content'
		},
		direction : 'vertical',
		onEvent : 'click'
	});
	setTimeout(runFirst,1000);
}
function runFirst(){
	bottomAccordion.activate($$('#vertical_container .accordion_toggle')[0]);
}
*/
/* ~~~~~~~~~~[ About ]~~~~~~~~~~~ */
function loadAboutCopy(){
	//alert('hello about');
	if(document.getElementById('introCopy')){
		document.getElementById('aboutText').innerHTML = document.getElementById('introCopy').innerHTML;
		document.getElementById('remainderText').innerHTML = document.getElementById('remainderCopy').innerHTML;
		reDrawSifr();
	}else{
		//setTimeout('loadAboutCopy()',200);
	}	

}


//solutions_home_solutions_nav_access.png
//solutions_home_solutions_nav_revenue.png
//solutions_home_solutions_nav_parking.png
