var WhereTime; var remote =""; function show_cele_date(a,b,c,t_object) { WhereTime = t_object; if (remote == "") { remote = window.open('../../../EbizResourceSet/Calendar.html', 'cal','width=380,height=230,resizable=yes,scrollbars=no,status=0'); } else { remote.close(); remote = window.open('../../../EbizResourceSet/Calendar.html', 'cal','width=380,height=230,resizable=yes,scrollbars=no,status=0'); } } function SetSelectedDate (m, d, y) { if (parseInt(m)<10) m = "0" + m; if (parseInt(d)<10) d = "0" + d; var TimePrint = y + "-" + m + "-" + d ; WhereTime.value = TimePrint; } function init(){}