 function OpenWindow1() {  var window_location; window_location=window.open('distail01.html' , 'pict' , 'scrollbars=yes , status=yeso , width=800 , height=760'); window_location.focus(); window_location.window.moveTo(0,0); }   function OpenWindow2() {  var window_location; window_location=window.open('map.html' , 'map' , 'scrollbars=no , status=no , width=650 , height=330'); window_location.focus(); window_location.window.moveTo(0,0);  }