var popwin; //打开地图 function __doOpenMap(strmap) { if (popwin!=null&&!popwin.closed&&popwin.open) { popwin.focus(); popwin.document.SpeedMap.SetVariable('_root.searchdata',strmap); popwin.document.SpeedMap.GotoFrame(3); } else { popwin=open('/speedmap/default.aspx?drawmode=0&searchdata='+strmap,'popwin'); popwin.focus(); } } //打开地图 function __doCreateMap(arg1,arg2) { if (popwin!=null&&!popwin.closed&&popwin.open) { popwin.focus(); popwin.document.SpeedMap.SetVariable('_root.searchdata',arg2); popwin.document.SpeedMap.GotoFrame(3); } else { popwin=open("/speedmap/default.aspx?drawmode="+arg1+"&searchdata="+arg2,'popwin'); popwin.focus(); } } function CreateControl(DivID, ObjectID, URL, WIDTH, HEIGHT, BGCOLOR) { var d = document.getElementById(DivID); d.innerHTML = ''+ ''+ ''+ ''; } //创建日历// function CreateDate(DivID, ObjectID, BtnAlign, Depth) { var d = document.getElementById(DivID); d.innerHTML = ''+ ''+ ''+ ''; d.children(0).mask = new Array(); return d.children(0); } //关闭日历// function closeChoseDate(eventTarget) { eventTarget.GotoFrame(2); eventTarget.style.left = 0; eventTarget.style.width = 18; eventTarget.style.height = 18; if(eventTarget.mask != null && eventTarget.mask.length>0){ for(i=0;i0){ for(i=0;i