   function PopupPic(sPicURL) {
     window.open( "popup.html?"+sPicURL , "" , "resizable=1,scrollbars=1,HEIGHT=1024,WIDTH=768");
   }
   function PopupPic_1sz(sPicURL) {
     window.open( "popup.html?"+sPicURL , "" , "resizable=1,scrollbars=1,HEIGHT=620,WIDTH=443");
   }
    function load() {
      if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map"));
        map.setCenter(new GLatLng(47.467325, 18.587151), 11);
      }
    }