﻿function calendarPicker(strField)
{
    window.open('../date_picker.aspx?field=' + strField, 'calendarPopup', 'width=250,height=210,resizable=yes');
}

