function open_window( url ) {
  window.open( url, "yahoomap", "resizable=yes, toolbar=yes, status=yes, scrollbars=yes, menubar=yes, width=775, height=500, left=0, top=0" );
}
