// JavaScript Document
function newWindow(tour) {
tourWindow = window.open(tour, "tourWin", "width=590,height=300,scrollbars=yes,location=yes,resizable=yes")
tourWindow.focus()
}


