document.write("
"); window.onload = function() { Calendar.setup({ inputField : "DaF", // ID of the input field ifFormat : "%d-%m-%Y", // the date format showsTime : false, button : "trigger_DaF" // ID of the button }); Calendar.setup({ inputField : "DaT", // ID of the input field ifFormat : "%d-%m-%Y", // the date format showsTime : false, button : "trigger_DaT" // ID of the button }); }