//Calendar english

	var gotoString = "Go To Current Month"
	var todayString = "Oggi è"
	var weekString = "Wk"
	var scrollLeftMessage = "Click to scroll to previous month. Hold mouse button to scroll automatically."
	var scrollRightMessage = "Click to scroll to next month. Hold mouse button to scroll automatically."
	var selectMonthMessage = "Click to select a month."
	var selectYearMessage = "Click to select a year."
	var selectDateMessage = "Select [date] as date." // do not replace [date], it will be replaced by date.

	var	monthName =	new	Array("Gennaio", "Febbraio", "Marzo", "Aprile", "Maggio", "Giugno", "Luglio", "Agosto", "Settembre", "Ottobre", "Novembre", "Dicembre")
	var	monthName2 = new Array("GEN","FEB","MAR","APR","MAG","GIU","LUG","AGO","SET","OTT","NOV","DIC")
	
	var	dayNameS = new Array	("Dom","Lun","Mar","Mer","Gio","Ven","Sab")
		
	var	dayNameM = new Array	("Lun","Mar","Mer","Gio","Ven","Sab","Dom")


