// function to load the calendar window.
function ShowCalendar(FormName, FieldName) {
  window.open("datepopup.cfm?FormName=" + FormName + "&FieldName=" + FieldName, "CalendarWindow", "width=270,height=250");
}
