﻿var accordion = new Accordion('h3.atStart', 'div.atStart', {
	
	show: intNum,
	opacity: false,

	onActive: function(toggler, element){
		toggler.setStyle('color', '#FF6600');
		toggler.setStyle('background','url(/images/sidebar/navigationMid-over.png) bottom right no-repeat');
		
	},
 
	onBackground: function(toggler, element){
		toggler.setStyle('color', '#533419');
		toggler.setStyle('background','url(/images/sidebar/navigationMid-normal.png) bottom right no-repeat');
	}
	
	
	
	
}, $('accordion'));