﻿var url = window.location.href;
var url1 = window.location.pathname; 

function ShowDivArea(info) {
  document.getElementById('divArea1').style.display = 'none';
  document.getElementById('divArea2').style.display = 'none';
  document.getElementById('divArea3').style.display = 'none';
  document.getElementById('divArea4').style.display = 'none';
  var sel = document.getElementById('divArea').getElementsByTagName('select');  
  for (var i=0; i<sel.length; i++) { sel[i].style.display = 'none'; }
  if (info == '0') { return; }
  document.getElementById('divArea'+info).style.display = 'block';
}

function goto_URL(object) {
    window.location.href = object.options[object.selectedIndex].value;
}

if (window.location.href == 'http://www.wxystudio.com/' || window.location.href == 'http://wxystudio.com/' || window.location.href == 'http://www.wxystudio.com/index.html' || window.location.pathname == '/wxy_studio.html' || window.location.pathname == '/principals.html' || window.location.pathname == '/news_archive.html' || window.location.pathname == '/projects.html' || window.location.pathname == '/publications.html' || window.location.pathname == '/awards.html'){
document.write("<div id='navigation'>");
document.write("<form>");
document.write("<div style='width: 300px; float: left;'>");
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></div>&nbsp;");

document.write("<div style='width: 300px; float: left;'>");
document.write('<SELECT name="projects" style="font:10px verdana, arial; width:290px;" onchange="ShowDivArea(this.value)">');
document.write('<option value="#" selected>Featured Projects');
document.write('<option value="1">Building - Civic / Cultural / Commercial');
document.write('<option value="2">Infrastructure / Bridges / Public Spaces');
document.write('<option value="3">Urban Design / Planning / Competitions');
document.write('<option value="4">Homes and Interiors');
document.write("</SELECT></div>");

document.write("<div id='divArea' style='width: 300px; float: left;'>");

document.write('<SELECT id="divArea1" class="divArea" name="projects1" style="display:none; font:10px verdana, arial; width:290px; float: left;" onChange="goto_URL(this.form.projects1)">');
document.write('<option value="#">Select Building');
document.write('<option value="ems.html">Ambulance Station - FDNY EMS 27');
document.write('<option value="HRPT.html">Waterfront Buildings - Hudson River Park');
document.write('<option value="carousel.html">Attraction - SeaGlass: A Ride to the Bottom of the Ocean');
document.write('<option value="reed.html">School - REED Academy for Students with Autism');
document.write('<option value="css.html">Early Childhood - Day School at Christ & St. Stephens');
document.write('<option value="bsa.html">Charter School - Bronx Charter School for the Arts');
document.write('<option value="mjh.html">Visitor Center - Museum of Jewish Heritage');
document.write('<option value="TSVC.html">Visitor Center - Times Square');
document.write('<option value="nyc&co.html">Visitor Center - NYC Information Center');
document.write('<option value="TFA.html">Office - Teach For America National Headquarters');
document.write('<option value="cleary.html">Retail - Daniel Cleary');
document.write("</SELECT>");

document.write('<SELECT name="projects2" id="divArea2" class="divArea" style="display:none; font:10px verdana, arial; width:290px; float: left;" onChange="goto_URL(this.form.projects2)">');
document.write('<option value="#">Select Infrastructure');
document.write('<option value="xinjin_bridge.html">Xinjin County Landscape Bridges (Xinjin, China)');
//brooklyn, coney, staten
document.write('<option value="batterybosque.html">The Battery Bosque');
document.write('<option value="kowsky.html">Monsignor John J. Kowsky Plaza');
document.write('<option value="farrockaway.html"> PlaNYC Far Rockaway Park');
document.write('<option value="zipper.html">Zipper Bench System');
document.write('<option value="11Metrotech.html">11 MetroTech Security Upgrade');
document.write('<option value="hugo.html">Hugo Neu Marine Terminal Recycling Facility Conceptual Design');
document.write('<option value="millriver_porch.html">Mill River Park Porch');
document.write('<option value="columbus_bridge.html">Columbus Bridge');
document.write('<option value="providence.html">Providence River Pedestrian Bridge');
document.write("</SELECT>");

document.write('<SELECT name="projects3" id="divArea3" class="divArea" style="display:none; font:10px verdana, arial; width:290px;float: left;" onChange="goto_URL(this.form.projects3)">');
document.write('<option value="#">Select Urban Design');
document.write('<option value="astorplace.html">Astor Place/Cooper Square Reconstruction');
document.write('<option value="shermancreek.html">Sherman Creek Waterfront Masterplan');
document.write('<option value="fordhamplaza.html">Fordham Plaza Conceptual Design Study');
document.write('<option value="greenwich-S.html">Greenwich South Masterplan');
document.write('<option value="toronto.html">Project on Revitalizing Toronto');
document.write('<option value="aquarium.html"> New York Aquarium Perimeter');
document.write('<option value="planetarium.html">Planetarium de Montreal Competition');
document.write("</SELECT>");

document.write('<SELECT name="projects4" id="divArea4" class="divArea" style="display:none; font:10px verdana, arial; width:290px;float: left;" onChange="goto_URL(this.form.projects4)">');
document.write('<option value="#">Select Homes');
document.write('<option value="chelsealoft.html">Chelsea Loft');
document.write('<option value="winterhouse.html">Winterhouse (Falls Village, CT)');
document.write('<option value="springs.html">House in the Springs');
document.write("</SELECT>");
document.write("</div>");

//document.write('<option value="bridges.html">Other Bridges');
//document.write('<option value="#">+++ PUBLIC BUILDINGS +++');
//document.write('<option value="#">+++ RESIDENTIAL & COMMERCIAL +++');

document.write("</form>");
document.write("</div>");
//NAVIGATION 1
} else if (url1 == '/ems.html' || url1 == '/HRPT.html' || url1 == '/mjh.html' || url1 == '/reed.html' || url1 == '/bsa.html' || url1 == '/css.html' || url1 == '/carousel.html' || url1 == '/TSVC.html' || url1 == '/nyc&co.html' || url1 == '/TFA.html' || url1 == '/cleary.html'){
document.write("<div id='navigation'>");
document.write("<form>");
document.write("<div style='width: 300px; float: left;'>");
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></div>&nbsp;");

document.write("<div style='width: 300px; float: left;'>");
document.write('<SELECT name="projects" style="font:10px verdana, arial; width:290px;" onchange="ShowDivArea(this.value)">');
document.write('<option value="#" selected>Featured Projects');
document.write('<option value="1">Building - Civic / Cultural / Commercial');
document.write('<option value="2">Infrastructure / Bridges / Public Spaces');
document.write('<option value="3">Urban Design / Planning / Competitions');
document.write('<option value="4">Homes and Interiors');
document.write("</SELECT></div>");

document.write("<div id='divArea' style='width: 300px; float: left;'>");

document.write('<SELECT id="divArea1" class="divArea" name="projects1" style="display:block; font:10px verdana, arial; width:290px;float: left;" onChange="goto_URL(this.form.projects1)">');
document.write('<option value="#">Select Building');
document.write('<option value="ems.html">Ambulance Station - FDNY EMS 27');
document.write('<option value="HRPT.html">Waterfront Buildings - Hudson River Park');
document.write('<option value="carousel.html">Attraction - SeaGlass: A Ride to the Bottom of the Ocean');
document.write('<option value="reed.html">School - REED Academy for Students with Autism');
document.write('<option value="css.html">Early Childhood - Day School at Christ & St. Stephens');
document.write('<option value="bsa.html">Charter School - Bronx Charter School for the Arts');
document.write('<option value="mjh.html">Visitor Center - Museum of Jewish Heritage');
document.write('<option value="TSVC.html">Visitor Center - Times Square');
document.write('<option value="nyc&co.html">Visitor Center - NYC Information Center');
document.write('<option value="TFA.html">Office - Teach For America National Headquarters');
document.write('<option value="cleary.html">Retail - Daniel Cleary');
document.write("</SELECT>");
document.write("</div>");

document.write('<SELECT name="projects2" id="divArea2" class="divArea" style="display:none; font:10px verdana, arial; width:290px;float: left;" onChange="goto_URL(this.form.projects2)">');
document.write('<option value="#">Select Infrastructure');
document.write('<option value="xinjin_bridge.html">Xinjin County Landscape Bridges (Xinjin, China)');
//brooklyn, coney, staten
document.write('<option value="batterybosque.html">The Battery Bosque');
document.write('<option value="kowsky.html">Monsignor John J. Kowsky Plaza');
document.write('<option value="farrockaway.html"> PlaNYC Far Rockaway Park');
document.write('<option value="zipper.html">Zipper Bench System');
document.write('<option value="11Metrotech.html">11 MetroTech Security Upgrade');
document.write('<option value="hugo.html">Hugo Neu Marine Terminal Recycling Facility Conceptual Design');
document.write('<option value="millriver_porch.html">Mill River Park Porch');
document.write('<option value="columbus_bridge.html">Columbus Bridge');
document.write('<option value="providence.html">Providence River Pedestrian Bridge');
document.write("</SELECT>");

document.write('<SELECT name="projects3" id="divArea3" class="divArea" style="display:none; font:10px verdana, arial; width:290px;float: left;" onChange="goto_URL(this.form.projects3)">');
document.write('<option value="#">Select Urban Design');
document.write('<option value="astorplace.html">Astor Place/Cooper Square Reconstruction');
document.write('<option value="shermancreek.html">Sherman Creek Waterfront Masterplan');
document.write('<option value="fordhamplaza.html">Fordham Plaza Conceptual Design Study');
document.write('<option value="greenwich-S.html">Greenwich South Masterplan');
document.write('<option value="toronto.html">Project on Revitalizing Toronto');
document.write('<option value="aquarium.html"> New York Aquarium Perimeter');
document.write('<option value="planetarium.html">Planetarium de Montreal Competition');
document.write("</SELECT>");

document.write('<SELECT name="projects4" id="divArea4" class="divArea" style="display:none; font:10px verdana, arial; width:290px;float: left;" onChange="goto_URL(this.form.projects4)">');
document.write('<option value="#">Select Home/Interior');
document.write('<option value="chelsealoft.html">Chelsea Loft');
document.write('<option value="winterhouse.html">Winterhouse (Falls Village, CT)');
document.write('<option value="springs.html">House in the Springs');
document.write("</SELECT>");
document.write("</div>");

//document.write('<option value="bridges.html">Other Bridges');
//document.write('<option value="#">+++ PUBLIC BUILDINGS +++');
//document.write('<option value="#">+++ RESIDENTIAL & COMMERCIAL +++');

document.write("</form>");
document.write("</div>");
//NAVIGATION 2
}else if (url1 == '/xinjin_bridge.html' || url1 == '/columbus_bridge.html' || url1 == '/providence.html' || url1 == '/batterybosque.html' || url1 == '/farrockaway.html' || url1 == '/kowsky.html' || url1 == '/millriver_porch.html' || url1 == '/zipper.html' || url1 == '/11Metrotech.html' || url1 == '/hugo.html'){
document.write("<div id='navigation'>");
document.write("<form>");
document.write("<div style='width: 300px; float: left;'>");
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></div>&nbsp;");

document.write("<div style='width: 300px; float: left;'>");
document.write('<SELECT name="projects" style="font:10px verdana, arial; width:290px;" onchange="ShowDivArea(this.value)">');
document.write('<option value="#" selected>Featured Projects');
document.write('<option value="1">Building - Civic / Cultural / Commercial');
document.write('<option value="2">Infrastructure / Bridges / Public Spaces');
document.write('<option value="3">Urban Design / Planning / Competitions');
document.write('<option value="4">Homes and Interiors');
document.write("</SELECT></div>");

document.write("<div id='divArea' style='width: 300px; float: left;'>");

document.write('<SELECT id="divArea1" class="divArea" name="projects1" style="display:none; font:10px verdana, arial; width:290px;float: left;" onChange="goto_URL(this.form.projects1)">');
document.write('<option value="#">Select Building');
document.write('<option value="ems.html">Ambulance Station - FDNY EMS 27');
document.write('<option value="HRPT.html">Waterfront Buildings - Hudson River Park');
document.write('<option value="carousel.html">Attraction - SeaGlass: A Ride to the Bottom of the Ocean');
document.write('<option value="reed.html">School - REED Academy for Students with Autism');
document.write('<option value="css.html">Early Childhood - Day School at Christ & St. Stephens');
document.write('<option value="bsa.html">Charter School - Bronx Charter School for the Arts');
document.write('<option value="mjh.html">Visitor Center - Museum of Jewish Heritage');
document.write('<option value="TSVC.html">Visitor Center - Times Square');
document.write('<option value="nyc&co.html">Visitor Center - NYC Information Center');
document.write('<option value="TFA.html">Office - Teach For America National Headquarters');
document.write('<option value="cleary.html">Retail - Daniel Cleary');
document.write("</SELECT>");
document.write("</div>");

document.write('<SELECT name="projects2" id="divArea2" class="divArea" style="display:block; font:10px verdana, arial; width:290px;float: left;" onChange="goto_URL(this.form.projects2)">');
document.write('<option value="#">Select Infrastructure');
document.write('<option value="xinjin_bridge.html">Xinjin County Landscape Bridges (Xinjin, China)');
//brooklyn, coney, staten
document.write('<option value="batterybosque.html">The Battery Bosque');
document.write('<option value="kowsky.html">Monsignor John J. Kowsky Plaza');
document.write('<option value="farrockaway.html"> PlaNYC Far Rockaway Park');
document.write('<option value="zipper.html">Zipper Bench System');
document.write('<option value="11Metrotech.html">11 MetroTech Security Upgrade');
document.write('<option value="hugo.html">Hugo Neu Marine Terminal Recycling Facility Conceptual Design');
document.write('<option value="millriver_porch.html">Mill River Park Porch');
document.write('<option value="columbus_bridge.html">Columbus Bridge');
document.write('<option value="providence.html">Providence River Pedestrian Bridge');
document.write("</SELECT>");

document.write('<SELECT name="projects3" id="divArea3" class="divArea" style="display:none; font:10px verdana, arial; width:290px;float: left;" onChange="goto_URL(this.form.projects3)">');
document.write('<option value="#">Select Urban Design');
document.write('<option value="astorplace.html">Astor Place/Cooper Square Reconstruction');
document.write('<option value="shermancreek.html">Sherman Creek Waterfront Masterplan');
document.write('<option value="fordhamplaza.html">Fordham Plaza Conceptual Design Study');
document.write('<option value="greenwich-S.html">Greenwich South Masterplan');
document.write('<option value="toronto.html">Project on Revitalizing Toronto');
document.write('<option value="aquarium.html"> New York Aquarium Perimeter');
document.write('<option value="planetarium.html">Planetarium de Montreal Competition');
document.write("</SELECT>");

document.write('<SELECT name="projects4" id="divArea4" class="divArea" style="display:none; font:10px verdana, arial; width:290px;float: left;" onChange="goto_URL(this.form.projects4)">');
document.write('<option value="#">Select Home/Interior');
document.write('<option value="chelsealoft.html">Chelsea Loft');
document.write('<option value="winterhouse.html">Winterhouse (Falls Village, CT)');
document.write('<option value="springs.html">House in the Springs');
document.write("</SELECT>");
document.write("</div>");

//document.write('<option value="bridges.html">Other Bridges');
//document.write('<option value="#">+++ PUBLIC BUILDINGS +++');
//document.write('<option value="#">+++ RESIDENTIAL & COMMERCIAL +++');

document.write("</form>");
document.write("</div>");
//NAVIGATION 3
}else if (url1 == '/shermancreek.html' || url1 == '/astorplace.html' || url1 == '/fordhamplaza.html' || url1 == '/greenwich-S.html' || url1 == '/toronto.html' || url1 == '/aquarium.html' || url1 == '/planetarium.html'){

document.write("<div id='navigation'>");
document.write("<form>");
document.write("<div style='width: 300px; float: left;'>");
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></div>&nbsp;");

document.write("<div style='width: 300px; float: left;'>");
document.write('<SELECT name="projects" style="font:10px verdana, arial; width:290px;" onchange="ShowDivArea(this.value)">');
document.write('<option value="#" selected>Featured Projects');
document.write('<option value="1">Building - Civic / Cultural / Commercial');
document.write('<option value="2">Infrastructure / Bridges / Public Spaces');
document.write('<option value="3">Urban Design / Planning / Competitions');
document.write('<option value="4">Homes and Interiors');
document.write("</SELECT></div>");

document.write("<div id='divArea' style='width: 300px; float: left;'>");

document.write('<SELECT id="divArea1" class="divArea" name="projects1" style="display:none; font:10px verdana, arial; width:290px;float: left;" onChange="goto_URL(this.form.projects1)">');
document.write('<option value="#">Select Building');
document.write('<option value="ems.html">Ambulance Station - FDNY EMS 27');
document.write('<option value="HRPT.html">Waterfront Buildings - Hudson River Park');
document.write('<option value="carousel.html">Attraction - SeaGlass: A Ride to the Bottom of the Ocean');
document.write('<option value="reed.html">School - REED Academy for Students with Autism');
document.write('<option value="css.html">Early Childhood - Day School at Christ & St. Stephens');
document.write('<option value="bsa.html">Charter School - Bronx Charter School for the Arts');
document.write('<option value="mjh.html">Visitor Center - Museum of Jewish Heritage');
document.write('<option value="TSVC.html">Visitor Center - Times Square');
document.write('<option value="nyc&co.html">Visitor Center - NYC Information Center');
document.write('<option value="TFA.html">Office - Teach For America National Headquarters');
document.write('<option value="cleary.html">Retail - Daniel Cleary');
document.write("</SELECT>");
document.write("</div>");

document.write('<SELECT name="projects2" id="divArea2" class="divArea" style="display:none; font:10px verdana, arial; width:290px;float: left;" onChange="goto_URL(this.form.projects2)">');
document.write('<option value="#">Select Infrastructure');
document.write('<option value="xinjin_bridge.html">Xinjin County Landscape Bridges (Xinjin, China)');
//brooklyn, coney, staten
document.write('<option value="batterybosque.html">The Battery Bosque');
document.write('<option value="kowsky.html">Monsignor John J. Kowsky Plaza');
document.write('<option value="farrockaway.html"> PlaNYC Far Rockaway Park');
document.write('<option value="zipper.html">Zipper Bench System');
document.write('<option value="11Metrotech.html">11 MetroTech Security Upgrade');
document.write('<option value="hugo.html">Hugo Neu Marine Terminal Recycling Facility Conceptual Design');
document.write('<option value="millriver_porch.html">Mill River Park Porch');
document.write('<option value="columbus_bridge.html">Columbus Bridge');
document.write('<option value="providence.html">Providence River Pedestrian Bridge');
document.write("</SELECT>");

document.write('<SELECT name="projects3" id="divArea3" class="divArea" style="display:block; font:10px verdana, arial; width:290px;float: left;" onChange="goto_URL(this.form.projects3)">');
document.write('<option value="#">Select Urban Design');
document.write('<option value="astorplace.html">Astor Place/Cooper Square Reconstruction');
document.write('<option value="shermancreek.html">Sherman Creek Waterfront Masterplan');
document.write('<option value="fordhamplaza.html">Fordham Plaza Conceptual Design Study');
document.write('<option value="greenwich-S.html">Greenwich South Masterplan');
document.write('<option value="toronto.html">Project on Revitalizing Toronto');
document.write('<option value="aquarium.html"> New York Aquarium Perimeter');
document.write('<option value="planetarium.html">Planetarium de Montreal Competition');
document.write("</SELECT>");

document.write('<SELECT name="projects4" id="divArea4" class="divArea" style="display:none; font:10px verdana, arial; width:290px;float: left;" onChange="goto_URL(this.form.projects4)">');
document.write('<option value="#">Select Home/Interior');
document.write('<option value="chelsealoft.html">Chelsea Loft');
document.write('<option value="winterhouse.html">Winterhouse (Falls Village, CT)');
document.write('<option value="springs.html">House in the Springs');
document.write("</SELECT>");
document.write("</div>");

//document.write('<option value="bridges.html">Other Bridges');
//document.write('<option value="#">+++ PUBLIC BUILDINGS +++');
//document.write('<option value="#">+++ RESIDENTIAL & COMMERCIAL +++');

document.write("</form>");
document.write("</div>");
//NAVIGATION 4
}else if (url1 == '/chelsealoft.html' || url1 == '/winterhouse.html' || url1 == '/springs.html'){
	
document.write("<div id='navigation'>");
document.write("<form>");
document.write("<div style='width: 300px; float: left;'>");
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></div>&nbsp;");

document.write("<div style='width: 300px; float: left;'>");
document.write('<SELECT name="projects" style="font:10px verdana, arial; width:290px;" onchange="ShowDivArea(this.value)">');
document.write('<option value="#" selected>Featured Projects');
document.write('<option value="1">Building - Civic / Cultural / Commercial');
document.write('<option value="2">Infrastructure / Bridges / Public Spaces');
document.write('<option value="3">Urban Design / Planning / Competitions');
document.write('<option value="4">Homes and Interiors');
document.write("</SELECT></div>");

document.write("<div id='divArea' style='width: 300px; float: left;'>");

document.write('<SELECT id="divArea1" class="divArea" name="projects1" style="display:none; font:10px verdana, arial; width:290px;float: left;" onChange="goto_URL(this.form.projects1)">');
document.write('<option value="#">Select Building');
document.write('<option value="ems.html">Ambulance Station - FDNY EMS 27');
document.write('<option value="HRPT.html">Waterfront Buildings - Hudson River Park');
document.write('<option value="carousel.html">Attraction - SeaGlass: A Ride to the Bottom of the Ocean');
document.write('<option value="reed.html">School - REED Academy for Students with Autism');
document.write('<option value="css.html">Early Childhood - Day School at Christ & St. Stephens');
document.write('<option value="bsa.html">Charter School - Bronx Charter School for the Arts');
document.write('<option value="mjh.html">Visitor Center - Museum of Jewish Heritage');
document.write('<option value="TSVC.html">Visitor Center - Times Square');
document.write('<option value="nyc&co.html">Visitor Center - NYC Information Center');
document.write('<option value="TFA.html">Office - Teach For America National Headquarters');
document.write('<option value="cleary.html">Retail - Daniel Cleary');
document.write("</SELECT>");
document.write("</div>");

document.write('<SELECT name="projects2" id="divArea2" class="divArea" style="display:none; font:10px verdana, arial; width:290px;float: left;" onChange="goto_URL(this.form.projects2)">');
document.write('<option value="#">Select Infrastructure');
document.write('<option value="xinjin_bridge.html">Xinjin County Landscape Bridges (Xinjin, China)');
//brooklyn, coney, staten
document.write('<option value="batterybosque.html">The Battery Bosque');
document.write('<option value="kowsky.html">Monsignor John J. Kowsky Plaza');
document.write('<option value="farrockaway.html"> PlaNYC Far Rockaway Park');
document.write('<option value="zipper.html">Zipper Bench System');
document.write('<option value="11Metrotech.html">11 MetroTech Security Upgrade');
document.write('<option value="hugo.html">Hugo Neu Marine Terminal Recycling Facility Conceptual Design');
document.write('<option value="millriver_porch.html">Mill River Park Porch');
document.write('<option value="columbus_bridge.html">Columbus Bridge');
document.write('<option value="providence.html">Providence River Pedestrian Bridge');
document.write("</SELECT>");

document.write('<SELECT name="projects3" id="divArea3" class="divArea" style="display:none; font:10px verdana, arial; width:290px;float: left;" onChange="goto_URL(this.form.projects3)">');
document.write('<option value="#">Select Urban Design');
document.write('<option value="astorplace.html">Astor Place/Cooper Square Reconstruction');
document.write('<option value="shermancreek.html">Sherman Creek Waterfront Masterplan');
document.write('<option value="fordhamplaza.html">Fordham Plaza Conceptual Design Study');
document.write('<option value="greenwich-S.html">Greenwich South Masterplan');
document.write('<option value="toronto.html">Project on Revitalizing Toronto');
document.write('<option value="aquarium.html"> New York Aquarium Perimeter');
document.write('<option value="planetarium.html">Planetarium de Montreal Competition');
document.write("</SELECT>");

document.write('<SELECT name="projects4" id="divArea4" class="divArea" style="display:block; font:10px verdana, arial; width:290px;float: left;" onChange="goto_URL(this.form.projects4)">');
document.write('<option value="#">Select Home/Interior');
document.write('<option value="chelsealoft.html">Chelsea Loft');
document.write('<option value="winterhouse.html">Winterhouse (Falls Village, CT)');
document.write('<option value="springs.html">House in the Springs');
document.write("</SELECT>");
document.write("</div>");

//document.write('<option value="bridges.html">Other Bridges');
//document.write('<option value="#">+++ PUBLIC BUILDINGS +++');
//document.write('<option value="#">+++ RESIDENTIAL & COMMERCIAL +++');

document.write("</form>");
document.write("</div>");
}




