
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 == 'rnd') {
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="Research 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;Research Home<\/span>');
document.write('<\/div>');
}
else {
document.write('<div id="leftTop" style="left: '+leftx+'px; top: 190px">');
document.write('<a class="text" href="rnd.htm">&nbsp;&nbsp;&nbsp;&nbsp;Research Home<\/a>');
document.write('<\/div>');
}
if (theName == 'rnd_platform_nab') {
document.write('<div id="on" style="left: '+leftx+'px; top: 217px; position: absolute; z=index: 1"><img src="imgs/n_leftnav_y.gif" alt="nab" 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;<em>nab</em>&trade; Technology</sup><\/span>');
document.write('<\/div>');
}
else {
document.write('<div id="leftMiddle" style="left: '+leftx+'px; top: 217px">');
document.write('<a class="text" href="rnd_platform_nab.htm">&nbsp;&nbsp;&nbsp;&nbsp;<em>nab</em>&trade; Technology<\/a>');
document.write('<\/div>');
}
if (theName == 'rnd_pipeline_nda') {
document.write('<div id="on" style="left: '+leftx+'px; top: 242px; position: absolute; z=index: 1"><img src="imgs/n_leftnav_y.gif" alt="NDA Pipeline" 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;NDA Pipeline<\/span>');
document.write('<\/div>');
}
else {
document.write('<div id="leftMiddle" style="left: '+leftx+'px; top: 242px">');
document.write('<a class="text" href="rnd_pipeline_nda.htm">&nbsp;&nbsp;&nbsp;&nbsp;NDA Pipeline<\/a>');
document.write('<\/div>');
}
/*if (theName == 'rnd_pipeline_anda') {
document.write('<div id="on" style="left: '+leftx+'px; top: 267px; position: absolute; z=index: 1"><img src="imgs/n_leftnav_y.gif" alt="ANDA Pipeline" 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;ANDA Pipeline<\/span>');
document.write('<\/div>');
}
else {
document.write('<div id="leftMiddle" style="left: '+leftx+'px; top: 267px">');
document.write('<a class="text" href="rnd_pipeline_anda.htm">&nbsp;&nbsp;&nbsp;&nbsp;ANDA Pipeline<\/a>');
document.write('<\/div>');
}*/
if (theName == 'rnd_pipeline_discovery') {
document.write('<div id="on" style="left: '+leftx+'px; top: 267px; position: absolute; z=index: 1"><img src="imgs/n_leftnav_y.gif" alt="New Discovery" 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;New Discovery<\/span>');
document.write('<\/div>');
}
else {
document.write('<div id="leftMiddle" style="left: '+leftx+'px; top: 267px">');
document.write('<a class="text" href="rnd_pipeline_discovery.htm">&nbsp;&nbsp;&nbsp;&nbsp;New Discovery<\/a>');
document.write('<\/div>');
}
if (theName == 'rnd_publications') {
document.write('<div id="on" style="left: '+leftx+'px; top: 292px; position: absolute; z=index: 1"><img src="imgs/n_leftnav_y.gif" alt="Publications" width="168" height="25" />');
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;Publications<\/span>');
document.write('<\/div>');
}
else {
document.write('<div id="leftMiddle" style="left: '+leftx+'px; top: 292px">');
document.write('<a class="text" href="rnd_publications.htm">&nbsp;&nbsp;&nbsp;&nbsp;Publications<\/a>'); 
document.write('<\/div>');
}
if (theName == 'rnd_glossary') {
document.write('<div id="on" style="left: '+leftx+'px; top: 317px; position: absolute; z=index: 1"><img src="imgs/n_leftnav_b_y.gif" alt="Glossary" width="168" height="26" />');
document.write('<\/div>');
document.write('<div id="over" style="left: '+leftx+'px; top: 317px; position: absolute; z=index: 2">');
document.write('<span style="line-height: 24px; color: #00588b">&nbsp;&nbsp;&nbsp;&nbsp;Glossary<\/span>');
document.write('<\/div>');
}
else {
document.write('<div id="leftBottom" style="left: '+leftx+'px; top: 317px">');
document.write('<a class="text" href="rnd_glossary.htm">&nbsp;&nbsp;&nbsp;&nbsp;Glossary<\/a>'); 
document.write('<\/div>');
}

