
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 == 'patients') {
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="Patients 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;Patients Home<\/span>');
document.write('<\/div>');
}
else { 
document.write('<div id="leftTop" style="left: '+leftx+'px; top: 190px">');
document.write('<a class="text" href="patients.htm">&nbsp;&nbsp;&nbsp;&nbsp;Patients Home<\/a>');
document.write('<\/div>');
}
if (theName == 'patients_focus_metastatic') {
document.write('<div id="on" style="left: '+leftx+'px; top: 217px; position: absolute; z=index: 1"><img src="imgs/n_leftnav_y.gif" alt="Metastatic Breast Cancer" 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;Metastatic Breast Cancer<\/span>');
document.write('<\/div>');
}
else {
document.write('<div id="leftMiddle" style="left: '+leftx+'px; top: 217px">');
document.write('<a class="text" href="patients_focus_metastatic.htm">&nbsp;&nbsp;&nbsp;&nbsp;Metastatic Breast Cancer<\/a>');
document.write('<\/div>');
}
if (theName == 'patients_focus_cad') {
document.write('<div id="on" style="left: '+leftx+'px; top: 242px; position: absolute; z=index: 1"><img src="imgs/n_leftnav_y.gif" alt="Coronary Artery Disease" 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;Coronary Artery Disease<\/span>');
document.write('<\/div>');
}
else {
document.write('<div id="leftMiddle" style="left: '+leftx+'px; top: 242px">');
document.write('<a class="text" href="patients_focus_cad.htm">&nbsp;&nbsp;&nbsp;&nbsp;Coronary Artery Disease<\/a>');
document.write('<\/div>');
}
if (theName == 'patients_focus_pad') {
document.write('<div id="on" style="left: '+leftx+'px; top: 267px; position: absolute; z=index: 1"><img src="imgs/n_leftnav_y.gif" alt="Peripheral Artery Disease" 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;Peripheral Artery Disease<\/span>');
document.write('<\/div>');
}
else {
document.write('<div id="leftMiddle" style="left: '+leftx+'px; top: 267px">');
document.write('<a class="text" href="patients_focus_pad.htm">&nbsp;&nbsp;&nbsp;&nbsp;Peripheral Artery Disease<\/a>');
document.write('<\/div>');
}
if (theName == 'patients_focus_hemodialysis') {
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="Improving Hemodialysis" 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;Improving Hemodialysis<\/span>');
document.write('<\/div>');
}
else {
document.write('<div id="leftBottom" style="left: '+leftx+'px; top: 292px">');
document.write('<a class="text" href="patients_focus_hemodialysis.htm">&nbsp;&nbsp;&nbsp;&nbsp;Improving Hemodialysis<\/a>');
document.write('<\/div>');
}
