var CAL_INIT3 = {
'controlname' : 'delday',
// a name of HTML form containing the calendar
'formname' : 'myForm',
	

// data format the calendar operates with
'dataformat' : 'D d-M-Y',

'mindate': '0',

'forbidden' : {
               'weekday':['Sun'],
		'date' : ['Mon 28-May-2007','Mon 06-Aug-2007','Tue 07-Aug-2007','Wed 08-Aug-2007','Thu 09-Aug-2007','Fri 10-Aug-2007','Sat 11-Aug-2007','Mon 27-Aug-2007','Tue 25-Dec-2007','Wed 26-Dec-2007','Thu 27-Dec-2007','Fri 28-Dec-2007','Sat 29-Dec-2007','Mon 31-Dec-2007','Tue 01-Jan-2008','Fri 21-Mar-2008','Mon 24-Mar-2008','Mon 05-May-2008','Mon 26-May-2008','Mon 25-Aug-2008','Thu 25-Dec-2008','Fri 26-Dec-2008','Sat 27-Dec-2008','Mon 29-Dec-2008','Tue 30-Dec-2008','Wed 31-Dec-2008','Thu 01-Jan-2009']
			},
																
																'nocontrols' : {
//'nomonth' : true,
//'noyear' : true,
//'nohour': true,
//'nominute' : true,
//'nosecond' : true,
//'notoday' : 'true',
//'noampm' : 'true',
'noothermonthday' : 'true'
		},
// weather to hide any other opened calendar if opeining current one
'replace' : true,
'nobasecontrolpanelstyle' : true,
// weather to parse page URL for setting 'selected' date
'watch' : true
	};