function ShowCalendar(b){var a;if(b==undefined){a=window.showModalDialog("http://www.hiredesk.net/general/datepicker.asp","Date Picker","dialogHeight: 209px; dialogWidth: 170px; dialogTop: px; dialogLeft: px; center: Yes; help: No; resizable: no; scroll: no; status: NO;")}else{a=window.showModalDialog("http://www.hiredesk.net/general/datepicker.asp?DateFrom="+b,"Date Picker From","dialogHeight: 209px; dialogWidth: 170px; dialogTop: px; dialogLeft: px; center: Yes; help: No; resizable: no; scroll: no; status: NO;")}return a}function PickDate(a){ele=document.getElementById(a);var b=ShowCalendar();if(b!=undefined){ele.value=b}};