<!--
pathis=location.pathname;
new_array=pathis.split("/");
var arrlen = new_array.length-2
subdirectory=new_array[arrlen]; // 4 is a guess, try others


document.write('<table border="0" cellpadding="0" cellspacing="0" width="236" id="table5">');
document.write('							<tr>');
document.write('								<td><map name="FPMap0">');
document.write('								<area href="../default.htm" shape="rect" coords="8, 12, 226, 92">');
document.write('								</map>');
document.write('								<img border="0" src="../images/logo.gif" width="236" height="130" usemap="#FPMap0"></td>');
document.write('							</tr>');
document.write('							<tr>');
document.write('								<td>');
document.write('								<img border="0" src="../images/spacer.gif" width="33" height="33"></td>');
document.write('							</tr>');
document.write('							<tr>');
document.write('								<td>');
document.write('								<div align="left">');
document.write('								<table border="0" cellpadding="0" cellspacing="0" width="236" id="table21">');
document.write('									<tr>');
document.write('										<td colspan="2" align="right">');
document.write('										<img border="0" src="../images/line.gif" width="236" height="1"></td>');
document.write('									</tr>');
document.write('									<tr>');
document.write('						<td width="236">');
document.write('						<div id="leftnav" valign="middle">');
document.write('								<a class="leftnav" href="../default.htm">');
document.write('								<img border="0" src="../images/bullet.gif" hspace="10" vspace="10" align="absmiddle">HOME</a>');
document.write('								<a class="leftnavmo2" href="../home-remodeling-services/home-remodeling-services.htm">');
document.write('								<img border="0" src="../images/bullet.gif" hspace="10" vspace="10" align="absmiddle">ABOUT US</a>');

if (subdirectory == "products")
{
document.write('								<a class="leftnavmo" href="../products/products.htm">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;PRODUCTS</a>');
}
else
{
document.write('								<a class="leftnav" href="../products/products.htm">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;PRODUCTS</a>');
}


if (subdirectory == "staff")
{
document.write('								<a class="leftnavmo" href="../staff/staff.htm">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;STAFF</a>	');
}
else
{
document.write('								<a class="leftnav" href="../staff/staff.htm">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;STAFF</a>	');
}

if (subdirectory == "how-we-work")
{
document.write('								<a class="leftnavmo" href="../how-we-work/how-we-work.htm">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;HOW WE WORK</a>');
}
else
{
document.write('								<a class="leftnav" href="../how-we-work/how-we-work.htm">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;HOW WE WORK</a>');
}

if (subdirectory == "support-services")
{
document.write('								<a class="leftnavmo" href="../support-services/support-services.htm">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;SUPPORT AND SERVICES</a>');
}
else
{
document.write('								<a class="leftnav" href="../support-services/support-services.htm">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;SUPPORT AND SERVICES</a>');
}


if (subdirectory == "news")
{
document.write('								<a class="leftnavmo" href="../news/news.htm">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;NEWS</a>');
}
else
{
document.write('								<a class="leftnav" href="../news/news.htm">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;NEWS</a>');
}



if (subdirectory == "awards")
{
document.write('								<a class="leftnavmo" href="../awards/awards.htm">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;AWARDS</a>');
}
else
{
document.write('								<a class="leftnav" href="../awards/awards.htm">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;AWARDS</a>');
}


if (subdirectory == "testimonials")
{
document.write('								<a class="leftnavmo" href="../testimonials/testimonials.htm">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;TESTIMONIALS</a>');
}
else
{
document.write('								<a class="leftnav" href="../testimonials/testimonials.htm">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;TESTIMONIALS</a>');
}


if (subdirectory == "directions")
{
document.write('								<a class="leftnavmo" href="../directions/directions.htm">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;DIRECTIONS</a>');
}
else
{
document.write('								<a class="leftnav" href="../directions/directions.htm">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;DIRECTIONS</a>');
}

if (subdirectory == "contact-us")
{
document.write('								<a class="leftnavmo" href="../contact-us/contact-us.htm">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;CONTACT US</a>');
}
else
{
document.write('								<a class="leftnav" href="../contact-us/contact-us.htm">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;CONTACT US</a>');
}
document.write('								<a class="leftnav" href="../home-remodeling-portfolio/home-remodeling-portfolio.htm">');
document.write('								<img border="0" src="../images/bullet.gif" hspace="10" vspace="10" align="absmiddle">OUR PORTFOLIO</a>');

document.write('								</div>');
document.write('			             </td>');
document.write('									</tr>');
document.write('									<tr>');
document.write('										<td colspan="2">&nbsp;</td>');
document.write('									</tr>');
document.write('									</table>');
document.write('								</div>');
document.write('								</td>');
document.write('							</tr>');
document.write('							<tr>');
document.write('								<td>');
document.write('								&nbsp;</td>');
document.write('							</tr>');
document.write('						</table>');
//-->