function myFunc() 
	{
		
	}
function myFunc2() 
	{
	
	}

var CAL_TPL = {
'months': ['Jan', 'Feb', 'Mär', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dez'],
'weekdays': ['So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa'],
'weekstart': 1, 'w': 190, 'h': 180,
'yearsbefore': 4, 'yearsafter': 4,
'outertable': {'cellpadding': 3, 'cellspacing': 0, 'border': 0, 'bgcolor': '#2856ac', 'class': 'calOuterTable', 'width': 180},
// month & year navigation table (TABLE)
'navtable': {'cellpadding': 0, 'cellspacing': 0, 'border': 0, 'width': '100%'},
// today icon cell (TD); if omited no today button will be displayed
'todaycell': {'width': 10},
// time navigation table (TABLE)
'timetable': {'cellpadding': 0, 'cellspacing': 1, 'border': 0, 'align': 'center', 'class' : 'calTimetable'},
// pixel image (IMG)
// for modal mode only
'pixel': {'src': '/lib/js/tcalendar/img/pixel.gif', 'width': 1, 'height': 1, 'border': 0},
// icon image to open the calendar instance (IMG), 
// not for on-page mode
'caliconshow': {'src': '/lib/js/tcalendar/img/cal.gif', 'width': 16, 'height': 16, 'border' : 0, 'alt': 'den Kalender öffnen'},
// icon image to close the calendar instance
// for modal mode only
'caliconhide': {'src': '/lib/js/tcalendar/img/no_cal.gif', 'width': 16, 'height': 16, 'border' : 0, 'alt': 'den Kalender schließen'},
// input text field to store the date & time selected (INPUT type="text")
'datacontrol': {'width': 10, 'maxlength' :100, 'class': 'calDatCtrl'},
// hour, minute & second selectors (SELECT)
'timeselector': {'class' : 'calCtrl'},
// today icon image (IMG); if omited no today button will be displayed
'todayimage': {'src': '/lib/js/tcalendar/img/today.gif', 'width': 10, 'height': 20, 'border': 0, 'alt': 'zu \'Heute\' springen'},
// month scroll icon cell (TD)
'monthscrollcell': {'width': 10},
// next hour image (IMG)
'hourplusimage': {'src': '/lib/js/tcalendar/img/plus.gif', 'width': 10, 'height': 10, 'border': 0, 'alt': 'nächste Stunde'},
// previous hour image (IMG)
'hourminusimage': {'src': '/lib/js/tcalendar/img/minus.gif', 'width': 10, 'height': 10, 'border': 0, 'alt': 'vorige Stunde'},
// next minute image (IMG)
'minplusimage': {'src': '/lib/js/tcalendar/img/plus.gif','width': 10, 'height': 10, 'border': 0, 'alt': 'nächste Minute'},
// previous minute image (IMG)
'minminusimage': {'src': '/lib/js/tcalendar/img/minus.gif', 'width': 10, 'height': 10, 'border': 0, 'alt': 'vorige Minute'},
// next second image (IMG)
'secplusimage': {'src': '/lib/js/tcalendar/img/plus.gif', 'width': 10, 'height': 10, 'border': 0, 'alt': 'nächste Sekunde'},
// previous second image (IMG)
'secminusimage': {'src': '/lib/js/tcalendar/img/minus.gif', 'width': 10, 'height': 10, 'border': 0, 'alt': 'vorige Sekunde'},
// next month image (IMG)
'monthplusimage': {'src': '/lib/js/tcalendar/img/plus.gif', 'width': 10, 'height': 10, 'border': 0, 'alt': 'nächstes Monat'},
// previous month image (IMG)
'monthminusimage': {'src': '/lib/js/tcalendar/img/minus.gif', 'width': 10, 'height': 10, 'border': 0, 'alt': 'voriges Monat'},
// year scroll icon cell (TD)
'yearscrollcell': {'width' : 10},
// next year image (IMG)
'yearplusimage': {'src': '/lib/js/tcalendar/img/plus.gif', 'width': 10, 'height': 10, 'border': 0, 'alt': 'nächstes Jahr'},
	// previous year image (IMG)
'yearminusimage': {'src': '/lib/js/tcalendar/img/minus.gif', 'width': 10, 'height': 10, 'border': 0, 'alt': 'voriges Jahr'},
// next AM/PM image (IMG)
'applusimage': {'src': '/lib/js/tcalendar/img/plus.gif', 'width': 10, 'height': 10, 'border': 0, 'alt': 'umschalten AM'},
// previous AM/PM image (IMG)
'apminusimage': {'src': '/lib/js/tcalendar/img/minus.gif', 'width': 10, 'height': 10, 'border': 0, 'alt': 'umschalten PM'},
// inactive next image (IMG)
'displusimage': {'src': '/lib/js/tcalendar/img/plus_dis.gif', 'width': 10, 'height': 10, 'border': 0},
// inactive previous image (IMG)
'disminusimage': {'src': 'img/minus_dis.gif', 'width': 10, 'height': 10, 'border': 0},
// month selector cell (TD)
'monthselectorcell': {'width': '50px', 'align': 'right'},
// hour, minute & second scroll icon cell (TD)
'timescrollcell': {'width': 10},
// time selector cell (TD)
'timeselectorcell': {'width': '50px', 'align': 'right'},
// month selector (SELECT)
'monthselector': {'class': 'calCtrl'},
// year selector cell (TD)
'yearselectorcell': {'align': 'right'},
// year selector (SELECT)
'yearselector': {'class': 'calCtrl'},
// cell containing calendar grid (TD)
'gridcell' : {},
// calendar grid (TABLE)
'gridtable': {'cellpadding': 2, 'cellspacing': 0, 'border': 0, 'width': '100%'},
// week day title cell (TD)
'wdaytitle' : {'width' : 20, 'class' : 'calWTitle'},
// other month day text (A/SPAN)
'dayothermonth': {'class': 'calOtherMonth'},
// forbidden day text (A/SPAN)
'dayforbidden': {'class': 'calForbDate'},
// default day text (A/SPAN)
'daynormal': {'class': 'calThisMonth'},
// today day text (SPAN)
'daytodaycell': {'style' : 'border: 1px dotted red; width:18px'},
// selected day cell (TD)
'dayselectedcell': {'align': 'center', 'valign': 'middle', 'class': 'calDayCurrent'},
// wekend day cell (TD)
'dayweekendcell': {'align': 'center', 'valign': 'middle', 'class': 'calDayWeekend'},
// marked day cell (TD)
'daymarkedcell': {'align': 'center', 'valign': 'middle', 'class': 'calDayHoliday'},
// working day cell (TD)
'daynormalcell': { 'align': 'center', 'valign': 'middle', 'class': 'calDayWorking'}};
var ARR_STRINGS = {
'long_days': ['Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag'],
'short_days': ['So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa'],
'long_month': ['Jänner','Februar','März','April','Mai','Juni','Juli','August','September','Oktober','November','Dezember'],
'short_month': ['Jän', 'Feb', 'Mär', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'],
'bad_month': 'Fehler: unbekanntes Monat "%month_name"',
'need_form_name': 'Formularname wird benötigt!',
'form_not_found': "Das Formular '%form_name' existiert in diesem Document nicht!",
'max_date': 'Dates after %max_date are not allowed',
'min_date': 'Dates before %min_date are not allowed',
'not_meet': 'Warnung: Das eingegebene Datum entspricht nicht der benötigten Eingabeform!',
'forbidden': 'Das Datum %forbidden_date kann nicht ausgewählt werden. Es wurde durch den Administrator gesperrt.',
'not_format': 'Hinweis : Das Eingabeformat des Datums ist falsch!'
}
