var webroot = ""; function OpenMediumWin(winname) { pop=window.open(winname,'','scrollbars=yes,width=500,height=380') pop.moveTo((screen.width-500)/2,(screen.height-380)/2); } function OpenBigWin(winname) { pop=window.open(winname,'','scrollbars=yes,width=800,height=600') pop.moveTo((screen.width-800)/2,(screen.height-600)/2); } function ShowCalendar(objInput) { var vReturnValue = showModalDialog(webroot+"/js/calendar.htm","","dialogWidth:330px;dialogHeight:202px;status:no;center:true;help:no"); if (vReturnValue!="" && vReturnValue!=null) { objInput.value = vReturnValue; } } function ShowCalendarTime(objInput) { var vReturnValue = showModalDialog(webroot+'/js/CalendarTime.htm',"","dialogWidth:330px;dialogHeight:222px;status:no;help:no;center:true"); if (vReturnValue!="" && vReturnValue!=null) { objInput.value = vReturnValue; } } function ShowModalDialog(winname) { showModalDialog(winname,"","dialogWidth:810px;dialogHeight:600px;status:no;help:no;center:true"); } function defaul_home() { this.home.style.behavior='url(#default#homepage)';this.home.setHomePage('http://www.dlepb.gov.cn'); }