var Map = {
  open: function() {
    window.open('map.html','MAP','scrollbars=yes,resizable=yes,width=450,height=495');
  }
}
