<!--
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" style="border-collapse: collapse" bordercolor="#111111" width="620" id="AutoNumber6" height="40">');	
document.write('                <tr>');
document.write('                  <td valign="bottom" width="45">');
document.write('                  <p align="left">');

if (subdirectory == "home")
{
document.write('                  <img border="0" src="../images/bt_home_mo.gif" width="30" height="10"></td>');
}
else
{
document.write('                  <a href="../home/index.htm">');
document.write('                  <img border="0" src="../images/bt_home.gif" class="domroll ../images/bt_home_mo.gif" width="30" height="10"></a></td>');
}


document.write('                  <td valign="bottom">');
document.write('                  <img border="0" src="../images/bt_div.gif" width="1" height="40"></td>');
document.write('                  <td valign="bottom" width="138">');
document.write('                  <p align="center">');

if (subdirectory == "areasofpractice")
{
document.write('                  <img border="0" src="../images/bt_areas_mo.gif" width="108" height="10"></td>');
}
else
{
document.write('                  <a href="../areasofpractice/index.htm">');
document.write('                  <img border="0" src="../images/bt_areas.gif" class="domroll ../images/bt_areas_mo.gif" width="108" height="10"></a></td>');
}

document.write('                  <td valign="bottom">');
document.write('                  <img border="0" src="../images/bt_div.gif" width="1" height="40"></td>');
document.write('                  <td valign="bottom" width="92">');
document.write('                  <p align="center">');


if (subdirectory == "highlights")
{
document.write('                  <img border="0" src="../images/bt_highlights_mo.gif" width="62" height="10"></a></td>');
}
else
{
document.write('                  <a  href="../highlights/index.htm">');
document.write('                  <img border="0" src="../images/bt_highlights.gif" class="domroll ../images/bt_highlights_mo.gif" width="62" height="10"></a></td>');
}


document.write('                  <td valign="bottom">');
document.write('                  <img border="0" src="../images/bt_div.gif" width="1" height="40"></td>');
document.write('                  <td valign="bottom" width="94">');
document.write('                  <p align="center">');


/*if (subdirectory == "keypeople")
{
document.write('                  <img border="0" src="../images/bt_keypeople_mo.gif" width="64" height="10"></a></td>');
}
else
{
document.write('                  <a href="../keypeople/index.htm">');
document.write('                  <img border="0" src="../images/bt_keypeople.gif" class="domroll ../images/bt_keypeople_mo.gif" width="64" height="10"></a></td>');
}


document.write('                  <td valign="bottom">');
document.write('                  <img border="0" src="../images/bt_div.gif" width="1" height="40"></td>');
document.write('                  <td valign="bottom" width="91">');
document.write('                  <p align="center">');
*/

if (subdirectory == "ouroffices")
{
document.write('                  <img border="0" src="../images/bt_ouroffices_mo.gif" width="71" height="10"></td>');
}
else
{
document.write('                  <a href="../ouroffices/index.htm">');
document.write('                  <img border="0" src="../images/bt_ouroffices.gif" class="domroll ../images/bt_ouroffices_mo.gif" width="71" height="10"></td>');
}


document.write('                  <td valign="bottom">');
document.write('                  <img border="0" src="../images/bt_div.gif" width="1" height="40"></td>');
document.write('                  <td valign="bottom" width="158">');
document.write('                  <p align="center">');


if (subdirectory == "applay-mvkini")
{
document.write('                  <img border="0" src="../images/bt_kini_mo.gif" width="131" height="10"></a></td>');
}
else
{
document.write('                  <a href="../applay-mvkini/index.htm">');
document.write('                  <img border="0" src="../images/bt_kini.gif" class="domroll ../images/bt_kini_mo.gif" width="131" height="10"></a></td>');
}


document.write('                  <td valign="bottom">');
document.write('                  <img border="0" src="../images/bt_div.gif" width="1" height="40"></td>');
document.write('                  <td valign="bottom" width="88">');
document.write('                  <p align="center">');

if (subdirectory == "partners")
{
document.write('                  <img border="0" src="../images/bt_partners_mo.gif" width="60" height="10"></a></td>');
}
else
{
document.write('                  <a href="../partners/index.htm">');
document.write('                  <img border="0" src="../images/bt_partners.gif" class="domroll ../images/bt_partners_mo.gif" width="60" height="10"></a></td>');
}


document.write('                  <td valign="bottom">');
document.write('                  <img border="0" src="../images/bt_div.gif" width="1" height="40"></td>');
document.write('                  <td valign="bottom" width="88">');
document.write('                  <p align="center">');

if (subdirectory == "ourpeople")
{
document.write('                  <img border="0" src="../images/bt_ourpeople_mo.gif" width="67" height="10"></td>');
}
else
{
document.write('                  <a href="../ourpeople/index.htm">');
document.write('                  <img border="0" src="../images/bt_ourpeople.gif" class="domroll ../images/bt_ourpeople_mo.gif" width="67" height="10"></td>');
}


document.write('                </tr>');
document.write('              </table>');
//-->
