
var sPath = window.location.pathname;
//var sPage = sPath.substring(sPath.lastIndexOf('\\') + 1);
var sPage = sPath.substring(sPath.lastIndexOf('index.htm') + 1);

dotLoc = sPage.lastIndexOf(".");
if (dotLoc > 0) theName = sPage.slice(0, dotLoc);

if (theName == 'about') {
document.write('<div id="on" style="left: '+leftx+'px; top: 190px; position: absolute; z-index: 1"><img src="imgs/n_leftnav_t_y.gif" alt="About" width="168" height="27" />');
document.write('<\/div>');
document.write('<div id="over" style="left: '+leftx+'px; top: 190px; position: absolute; z-index: 2">');
document.write('<span style="line-height: 27px; color: #00588b">&nbsp;&nbsp;&nbsp;&nbsp;About Us<\/span>');
document.write('<\/div>');
}
else { document.write('<div id="leftTop" style="left: '+leftx+'px; top: 190px">');
document.write('<a class="text" href="about.htm">&nbsp;&nbsp;&nbsp;&nbsp;About Us<\/a>');
document.write('<\/div>');
}
if (theName == 'about_team') {
document.write('<div id="on" style="left: '+leftx+'px; top: 217px; position: absolute; z=index: 1"><img src="imgs/n_leftnav_y.gif" alt="Team" width="168" height="25" />');
document.write('<\/div>');
document.write('<div id="over" style="left: '+leftx+'px; top: 217px; position: absolute; z=index: 2">');
document.write('<span style="line-height: 24px; color: #00588b">&nbsp;&nbsp;&nbsp;&nbsp;Management Team<\/span>');
document.write('<\/div>');
}
else {
document.write('<div id="leftMiddle" style="left: '+leftx+'px; top: 217px">');
document.write('<a class="text" href="about_team.htm">&nbsp;&nbsp;&nbsp;&nbsp;Management Team<\/a>');
document.write('<\/div>');
}
if (theName == 'about_locations') {
document.write('<div id="on" style="left: '+leftx+'px; top: 242px; position: absolute; z=index: 1"><img src="imgs/n_leftnav_y.gif" alt="Locations" width="168" height="25" />');
document.write('<\/div>');
document.write('<div id="over" style="left: '+leftx+'px; top: 242px; position: absolute; z=index: 2">');
document.write('<span style="line-height: 24px; color: #00588b">&nbsp;&nbsp;&nbsp;&nbsp;Our Locations<\/span>');
document.write('<\/div>');
}
else {
document.write('<div id="leftMiddle" style="left: '+leftx+'px; top: 242px">');
document.write('<a class="text" href="about_locations.htm">&nbsp;&nbsp;&nbsp;&nbsp;Our Locations<\/a>');
document.write('<\/div>');
}
if (theName == 'about_contact') {
document.write('<div id="on" style="left: '+leftx+'px; top: 267px; position: absolute; z=index: 1"><img src="imgs/n_leftnav_y.gif" alt="Contact" width="168" height="25" />');
document.write('<\/div>');
document.write('<div id="over" style="left: '+leftx+'px; top: 267px; position: absolute; z=index: 2">');
document.write('<span style="line-height: 24px; color: #00588b">&nbsp;&nbsp;&nbsp;&nbsp;Contact Us<\/span>');
document.write('<\/div>');
}
else {
document.write('<div id="leftMiddle" style="left: '+leftx+'px; top: 267px">');
document.write('<a class="text" href="about_contact.htm">&nbsp;&nbsp;&nbsp;&nbsp;Contact Us<\/a>');
document.write('<\/div>');
}
if (theName == 'about_corporate') {
document.write('<div id="on" style="left: '+leftx+'px; top: 292px; position: absolute; z=index: 1"><img src="imgs/n_leftnav_b_y.gif" alt="Corporate Governance" width="168" height="26" />');
document.write('<\/div>');
document.write('<div id="over" style="left: '+leftx+'px; top: 292px; position: absolute; z=index: 2">');
document.write('<span style="line-height: 24px; color: #00588b">&nbsp;&nbsp;&nbsp;&nbsp;Corporate Governance<\/span>');
document.write('<\/div>');
}
else {
document.write('<div id="leftBottom" style="left: '+leftx+'px; top: 292px">');
document.write('<a class="text" href="about_corporate.htm">&nbsp;&nbsp;&nbsp;&nbsp;Corporate Governance<\/a>');
document.write('<\/div>');
}
