// default settins
var A_TCALDEF = {
	'months' : ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'],
	'weekdays' : ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'],
	'yearscroll': false, // show year scroller
	'weekstart': 1, // first day of week: 0-Su or 1-Mo
	'centyear'  : 40, // 2 digit years less than 'centyear' are in 20xx, othewise in 19xx.
	'imgpath' : 'http://www.bartolini.it/vas/img/tigra_calendar/' // directory with calendar images
};

tCalMsg = new Array(); 
tCalMsg[0] = "Invalid date";
tCalMsg[1] = "The accepted format is dd.mm.yyyy";
tCalMsg[2] = "Month";
tCalMsg[3] = "invalid";
tCalMsg[4] = "Allowed values 01-12";
tCalMsg[5] = "Day";
tCalMsg[6] = "For the month chosen the allowable value is 01 -";
tCalMsg[7] = "Open calendar";
tCalMsg[8] = "Close calendar";
tCalMsg[9] = "Previous month";
tCalMsg[10] = "Next month";

