function write_lodge_header() {
document.write("<img src=\"images/nav.gif\" height=\"43\" width=\"795\" alt=\"nav\" border=\"0\" usemap=\"#nav\">");
}

function write_lodge_footer() {
document.write("<img src=\"images/footer.gif\" height=\"39\" width=\"550\" alt=\"Telephone: (503) 288-7318 Toll-free: (888) 502-5588\" border=\"0\">");
}

function open_tour( link, width, height)  {
window.open(link,"tour","width=" + width + ",height=" + height + ",location=no,resizable=no,scrollbars=no");
}
