<!-- // © Iddea Soluciones Internet, S.L. 2005 webmaster@iddea.es Cesar Novo

var CAL_INIT2 = {
// a name of HTML form containing the calendar
'formname' : 'hotel',
'controlname':'Dia-Salida',
// data format the calendar operates with
'dataformat' : 'd/m/Y',
// weather to hide any other opened calendar if opeining current one
'replace' : true,
'onclickday': {
'func' : myFunc
},
'onclickcontrol': {
'year': myFunc,
'month': myFunc,
'hour': myFunc,
'minute': myFunc,
'ampm': myFunc
},
'noerror':{
'nominerror': true,
'nomaxerror': true
},
// weather to parse page URL for setting 'selected' date
'watch' : true
									
};
									
var cal2 = new calendar(CAL_INIT2, CAL_TPL1);

//  -->

