function DoCalendarPopup(obj, form_obj) {

    popUpCalendar(obj, form_obj, 'dd.mm.yyyy');

    return false;
}
