var cal01 = new calendar(document.forms['presupuesto'].elements['Inicio']);
cal01.year_scroll = false;
cal01.time_comp = false;
				
var cal02 = new calendar(document.forms['presupuesto'].elements['Fin']);
cal02.year_scroll = false;
cal02.time_comp = false;
