  function openMapWindow(window0) 
  { 
  window.open("map.htm",window0,"height=504,width=824,resizable=yes,dependent=yes,scrollbars=no,addressbar=no,toolbar=no,top=50,left=50"); 
  } 

  function openOrderWindow(window1) 
  { 
  window.open("orders.htm",window1,"height=360,width=300,resizable=yes,dependent=yes,scrollbars=no,addressbar=no,toolbar=no,top=65,left=65"); 
  } 

  function openResultWindow(window2) 
  { 
  window.open("results.htm",window2,"height=400,width=350,resizable=yes,dependent=yes,scrollbars=no,addressbar=no,toolbar=no,top=80,left=80"); 
  } 

  function openJoinWindow(window3) 
  { 
  window.open("prejoin.htm",window3,"height=480,width=300,resizable=yes,dependent=yes,scrollbars=no,addressbar=no,toolbar=no,top=95,left=95"); 
  } 

  function openContactWindow(window4) 
  { 
  window.open("contact.htm",window4,"height=465,width=460,resizable=yes,dependent=yes,scrollbars=no,addressbar=no,toolbar=no,top=110,left=110"); 
  } 

  function openLinksWindow(window5) 
  { 
  window.open("links.htm",window5,"height=360,width=300,resizable=yes,dependent=yes,scrollbars=no,addressbar=no,toolbar=no,top=125,left=125"); 
  }