
function openCalendar(params, form, field, type) {
    window.open("inc/calendar.php?" + params, "calendar", "width=400,height=210,status=yes");
    dateField = eval("document." + form + "." + field);
    dateType = type;
}
