// JavaScript Document

<!-- hide

function openNewWindow() {
popupWin = window.open('directions.htm','open_window', 'resizable, dependent, width=800, height=600, left=60, top=20, scrollbars=1')
}

// done hiding -->

