
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 == 'products') {
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="Products" 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;Products Home<\/span>');
document.write('<\/div>');
}
else {
document.write('<div id="leftTop" style="left: '+leftx+'px; top: 190px">');
document.write('<a class="text" href="products.htm">&nbsp;&nbsp;&nbsp;&nbsp;Products Home<\/a>');
document.write('<\/div>');
}

if (theName == 'products_abraxane') {
document.write('<div id="on" style="left: '+leftx+'px; top: 217px; position: absolute; z=index: 1"><img src="imgs/n_leftnav_y.gif" alt="ABRAXANE" 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;ABRAXANE<sup>&reg;</sup><\/span>');
document.write('<\/div>');
}
else {
//document.write('<div id="leftMiddle" style="left: '+leftx+'px; top: 217px">');
document.write('<div id="leftBottom" style="left: '+leftx+'px; top: 217px">');
document.write('<a class="text" href="products_abraxaneUS.htm">&nbsp;&nbsp;&nbsp;&nbsp;ABRAXANE<sup>&reg;</sup><\/a>');
document.write('<\/div>');
}

//if (theName == 'products_catalog') {
//document.write('<div id="on" style="left: '+leftx+'px; top: 242px; position: absolute; z=index: 1"><img src="imgs/n_leftnav_y.gif" alt="Product Catalog" 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;Product Catalog<\/span>');
//document.write('<\/div>');
//}
//else {
//document.write('<div id="leftBottom" style="left: '+leftx+'px; top: 242px">');
//document.write('<a class="text" href="products_catalog.htm">&nbsp;&nbsp;&nbsp;&nbsp;Product Catalog<\/a>');
//document.write('<\/div>');
//}
