| ………  function InitWnd()  {          var pOMap = document.getElementById("OMap");          var myOptions =          {                  mapTypeId: google.maps.MapTypeId.ROADMAP ,                  zoom: 0,                  center: new google.maps.LatLng(0, 0)          };          Google_Map = new google.maps.Map(pOMap, myOptions);          var pConn = new SuperGISServerConnection("http://localhost/sgspws/SGSPAgent.ashx", "public\\TW.cfg", ServerConnect);  } ……… |