// JavaScript Document

document.write('<p style="margin:0px; padding:0px;">')


<!--Section 1-------------------------------------------------------------------------->

   if (menuSection == "Custom Residential") {
document.write('<span class="nav_bar_local1">Custom Residential</span>  |  ');
}

else {
document.write('<a href="../../residential/parnassus/index.html">Custom Residential</a>  |  ');
}

<!--Section 2-------------------------------------------------------------------------->

   if (menuSection == "Infill Housing") {
document.write('<span class="nav_bar_local1">Infill Housing</span>  |  ');
}

else {
document.write('<a href="../../infill/480_14th/index.html">Infill Housing</a>  |  ');
}

<!--Section 3-------------------------------------------------------------------------->

   if (menuSection == "Adaptive Reuse") {
document.write('<span class="nav_bar_local1">Adaptive Reuse</span>');
}

else {
document.write('<a href="../../adaptive/973_market/index.html">Adaptive Reuse</a>');
}

document.write('</p>')