﻿function goto_URL(object) {
    window.location.href = object.options[object.selectedIndex].value;
}

document.write("<div id='navigation'>");
document.write("<form>");
document.write('<SELECT name="projects" style="font:10px verdana, arial; width:290px;" onChange="goto_URL(this.form.projects)">');
document.write('<option value="#" selected>Featured Projects');
document.write('<option value="bridges.html">Bridges');
document.write('<option value="bsa.html">Bronx Charter School for the Arts');
document.write('<option value="ems.html">Bronx EMS Ambulance Station');
document.write('<option value="chelsealoft.html">Chelsea Loft');
document.write('<option value="cleary.html">Daniel Cleary Flagship Store');
document.write('<option value="greenwich-S.html">Greenwich South Master Plan');
document.write('<option value="springs.html">House in the Springs');
document.write('<option value="hugo.html">Hugo Neu Marine Terminal Recycling Facility');
document.write('<option value="millriver_porch.html">Mill River Park Porch Design');
document.write('<option value="kowsky.html">Monsignor John J. Kowsky Plaza');
document.write('<option value="mjh.html">Museum of Jewish Heritage Visitors Center');
document.write('<option value="aquarium.html"> New York Aquarium Perimeter');
document.write('<option value="nyc&co.html">NYC Information Center');
document.write('<option value="planetarium.html">Planetarium de Montreal Competition');
document.write('<option value="farrockaway.html"> PlaNYC Far Rockaway Park');
document.write('<option value="toronto.html">Project on Revitalizing Toronto');
document.write('<option value="carousel.html">SeaGlass, a ride to the bottom of the ocean');
document.write('<option value="TFA.html">Teach For America National Headquarters');
document.write('<option value="batterybosque.html">The Battery Bosque');
document.write('<option value="winterhouse.html">Winterhouse');
document.write('<option value="xinjin_bridge.html">Xinjin Country Landscape Bridges');

document.write("</SELECT>&nbsp;");

document.write('<SELECT name="profiles" style="font:10px verdana, arial; width:290px;" onChange="goto_URL(this.form.profiles)">');
document.write('<option value="#" selected>About');
document.write('<option value="wxy_studio.html">WXY Studio');
document.write('<option value="principals.html">Principals');
document.write('<option value="news_archive.html">News Archive');
document.write('<option value="projects.html">Projects');
document.write('<option value="publications.html">Publications');
document.write('<option value="awards.html">Awards / Competitions / Exhibitions');

document.write("</SELECT> <br clear=all><br /><br />");
document.write("</form>");
document.write("</div>");
