     var gicons = [];
      gicons["default"] = new GIcon(G_DEFAULT_ICON, "/images/marker.png");
  


 var baseIcon2 = new GIcon();
     baseIcon2.shadow = "/images/1.gif";
     baseIcon2.iconSize = new GSize(26, 38);
     baseIcon2.shadowSize = new GSize(1, 1);
     baseIcon2.iconAnchor = new GPoint(13, 38);
     baseIcon2.infoWindowAnchor = new GPoint(13, 14);
   gicons["beach"] = new GIcon(baseIcon2, "/images/googleicons/beaches.png");




function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}