
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 == 'careers') {
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="Careers Home" 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;Careers Home<\/span>');
document.write('<\/div>');
}
else { document.write('<div id="leftTop" style="left: '+leftx+'px; top: 190px">');
document.write('<a class="text" href="careers.htm">&nbsp;&nbsp;&nbsp;&nbsp;Careers Home<\/a>');
document.write('<\/div>');
}
if (theName == 'careers_jobs') {
document.write('<div id="on" style="left: '+leftx+'px; top: 217px; position: absolute; z-index: 1"><img src="imgs/n_leftnav_y.gif" alt="Jobs" 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;Job Opportunities<\/span>');
document.write('<\/div>');
}
else { document.write('<div id="leftMiddle" style="left: '+leftx+'px; top: 217px">');
document.write('<a class="text" href="careers_jobs.htm">&nbsp;&nbsp;&nbsp;&nbsp;Job Opportunities<\/a>');
document.write('<\/div>');
}
if (theName == 'careers_contact') {
document.write('<div id="on" style="left: '+leftx+'px; top: 242px; position: absolute; z=index: 1"><img src="imgs/n_leftnav_b_y.gif" alt="Contact" width="168" height="26" />');
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;Contact Us<\/span>');
document.write('<\/div>');
}
else {
document.write('<div id="leftBottom" style="left: '+leftx+'px; top: 242px">');
document.write('<a class="text" href="careers_contact.htm">&nbsp;&nbsp;&nbsp;&nbsp;Contact Us<\/a>');
document.write('<\/div>');
}
