function ShowCalendar(name, title, field, form, onclose) {
   addCalendar(name, title, field, form, onclose);
   showCal(name);
}
