<!-- Hide script from old browsers

function openWindow(Rentalhtm) {

    newWindow = window.open(Rentalhtm, 
        'newWin','width=875,height=615,resizable=no,scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no')
        
    newWindow.focus()

}

function closeWindow() {
  if (newWindow && !newWindow.closed) {
    newWindow.close()

  }
}


// End hiding script from old browsers  -->
