function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function OpenMapWindow( name ) {
  var features = "";
      features += "toolbar=1,";
      features += "location=0,";
      features += "directories=0,";
      features += "status=0,";
      features += "menubar=0,";
      features += "scrollbars=1,";
      features += "resizable=1,";
      features += "width=710,";
      features += "height=420";
  var w = window.open( "http://www.doma-doma.com/cgi-bin/shp/shopdetails.cgi?shop=" + name , "map" , features );
}

