// JavaScript Document<script language="javascript">
function openInteract() {
newWindow = window.open('interactive_map.html', 'map_window', 'width=610,height=510');
}

function openandytest() {
newWindow = window.open('andytest.html', 'andytest_window', 'width=356,height=235');
}

function openTimelapse() {
newWindow = window.open('striding_arches_timelapse.html', 'map_window', 'width=320,height=285');
}

function openStaticMap() {
newWindow = window.open('static_map.html', 'static_map_window', 'width=780,height=541');
}

function openMovie() {
newWindow = window.open('striding_arches_movie.html', 'Striding_arches_movie_window', 'width=320,height=285');
}

function openInteract01() {
newWindow = window.open('interactive_view_01.html', 'Interactive01_window', 'width=185,height=155');
}

function openInteract02() {
newWindow = window.open('interactive_view_02.html', 'Interactive01_window', 'width=185,height=260');
}

function openDumfriesMap() {
newWindow = window.open('dumfries_interactive_map.html', 'Dumfries_map_window', 'width=780,height=398');
}

function openLegalDisclaimer() {
newWindow = window.open('legal.html', 'LegalDisclaimer_window', 'width=600,height=200');
}

function openCredits() {
newWindow = window.open('credits.html', 'Credits_window', 'width=450,height=200');
}

function openSiteMap() {
newWindow = window.open('sitemap.html', 'SiteMap_window', 'width=250,height=450');
}

