// JavaScript Documentfunction dia_go(){var x=confirm("This will connect you to the Denver International Airport's Web Site.\n\nThe site will open in a new window.  To return the this web site, just close the window.");if (x) var dspl=window.open('http://flydenver.com/','Small','width=800,height=500,resizable=1,scrollbars=1,status=1,menubar=1') } function map_go(){var x=confirm("The Map is located on another web site.\n\nThe site will open in a new window.  To return the this web site, just close the window.");if (x)  var dspl=window.open('http://maps.google.com/maps?f=q&hl=en&q=501+Pole+Hill+Road,+Estes+Park,+CO+80517&ie=UTF8&om=1&z=4&ll=40.380028,-105.46875&spn=50.955314,100.546875&iwloc=addr','Small','width=800,height=500,resizable=1,scrollbars=1,status=1,menubar=1')}function torch_go(){var x=confirm("This will switch you to the Torchbearers International Home page.\n\nWould you like to switch websites?");if (x)  var dspl=window.parent.location.href="http://www.torchbearers.org"}