function career()
  {
  var newWindow = window.open("career.html", null, "width=250,height=200,status=no,location=no,menubar=no,resizable=no,scrollbars=no,toolbar=no,titlebar=yes")
  }
  function savannah()
  {
  var newWindow = window.open("http://savannahcourt.rentaladdress.com", null, "width=800,height=600,status=yes,location=yes,menubar=yes,resizable=yes,scrollbars=yes,toolbar=yes,titlebar=yes")
  }