/**
 * Do not change this first line
 */
if (typeof IAJS == "undefined") {var IAJS = {};}
/**
 * Edit config below
 * note: last item in should not end with a comma (FF is ok with this, IE generates error)
 */
IAJS.CONFIG = {
	dateFormat : { euro : 0, american : 1, iso : 2},	// dateformat list
	animateCE : true, 									// boolean animate collapse expand
	animateCESpeed : .2, 								// collapse expand animation speed (default .2)
	expandTextarea : true,								// 
	datepickerImage : '/style/site/datepicker.gif',		// location of the image used for the date picker
	spotlightColorFrom : 'ffffff',						// default spotlight start color
	spotlightColorTo : 'ffffbc',						// default spotlight color
	extendYuiCalendar : false,							// extend the default YUI calendar widget
	showMoreShowNumItems : 6
};

IAJS.CONFIG.defaultDateFormat = IAJS.CONFIG.dateFormat.euro;
IAJS.CONFIG.controllerIdCounter = 0; // private counter to generate unique controllerId;