    function calendarPicker(strTxtRef)
    {
       window.open('Calendar.aspx?field=' + strTxtRef   + 
         '','calendarPopup','titlebar=no,left=470,top=100,' + 
         'width=200,height=250,resizable=no');	
    } 
