var popUp;function OpenCalendar(idname,postBack,thepath){popUp=window.open(thepath+'/PopUpCalendar.aspx?formname='+document.forms[0].name+'&id='+idname+'&selected='+document.forms[0].elements[idname].value+'&postBack='+postBack,'popupcal','width=175,height=275,left=200,top=250');}function SetDate(formName,id,newDate,postBack){eval('var theform = document.'+formName+';');popUp.close();theform.elements[id].value=newDate;if(postBack)__doPostBack(id,'');}
