//<!--

str=String(document.location);

if (str.search('institute/index') != -1)
cls=" class='MenuLeft1'"
else cls=" class='MenuLeft2'"
document.write("<a href='/content/institute/index.htm'><b><font "+cls+">ИНСТИТУТ</font></b></font></a><br>");

if (str.search('institute/index.htm') != -1)
cls=" class='MenuLeft1'"
else cls=" class='MenuLeft3'"
document.write("<a href='/content/institute/index.htm'><b><font "+cls+">&nbsp;&nbsp;Общая<br>&nbsp;&nbsp;информация</font></b></a><br>");

if (str.search('history/index') != -1)
cls=" class='MenuLeft1'"
else cls=" class='MenuLeft3'"
document.write("<a href='/content/institute/history/index.htm'><b><font "+cls+">&nbsp;&nbsp;История</font></b></a><br>");

if (str.search('science/index') != -1)
cls=" class='MenuLeft1'"
else cls=" class='MenuLeft3'"
document.write("<a href='/content/institute/science/index.htm'><b><font "+cls+">&nbsp;&nbsp;Наука</font></b></a><br>");

if (str.search('science/index') != -1)
cls=" class='MenuLeft1'"
else cls=" class='MenuLeft4'"
document.write("<a href='/content/institute/science/index.htm'><font "+cls+">&nbsp;&nbsp;&nbsp;- Специализация</font></a><br>");

if (str.search('science/subject') != -1)
cls=" class='MenuLeft1'"
else cls=" class='MenuLeft4'"
document.write("<a href='/content/institute/science/subject.htm'><font "+cls+">&nbsp;&nbsp;&nbsp;- Тематика</font></a><br>");

if (str.search('/content/institute/departmets/') != -1)
cls=" class='MenuLeft1'"
else cls=" class='MenuLeft4'"
document.write("<a href='/content/institute/departmets/index.htm'><font "+cls+">&nbsp;&nbsp;&nbsp;- Отделы и &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;лаборатории</font></a><br>");

if (str.search('science/mns') != -1)
cls=" class='MenuLeft1'"
else cls=" class='MenuLeft3'"
document.write("<a href='/content/institute/science/mns.htm'><b><font "+cls+">&nbsp;&nbsp;Совет по<br>&nbsp;&nbsp;микробиологии</font></b></a><br>");

if (str.search('institute/minzdrav_center') != -1)
cls=" class='MenuLeft1'"
else cls=" class='MenuLeft3'"
document.write("<a href='/content/institute/minzdrav_center/index.htm'><b><font "+cls+">&nbsp;&nbsp;Центры<br>&nbsp;&nbsp;Минздрава&nbsp;&nbsp;РФ</font></b></a><br>");

if (str.search('institute/voz') != -1)
cls=" class='MenuLeft1'"
else cls=" class='MenuLeft3'"
document.write("<a href='/content/institute/voz/index.htm'><b><font "+cls+">&nbsp;&nbsp;Центры ВОЗ</font></b></a><br>");

if (str.search('institute/edu/') != -1)
cls=" class='MenuLeft1'"
else cls=" class='MenuLeft3'"
document.write("<a href='/content/institute/edu/index.htm'><b><font "+cls+">&nbsp;&nbsp;Кафедра<br>&nbsp;&nbsp;инфектологии</font></b></a><br>");

if (str.search('institute/educational_centre') != -1)
cls=" class='MenuLeft1'"
else cls=" class='MenuLeft3'"
document.write("<a href='/content/institute/educational_centre/index.htm'><b><font "+cls+">&nbsp;&nbsp;Учебный центр</font></b></a><br>");

if (str.search('institute/scientific_lib') != -1)
cls=" class='MenuLeft1'"
else cls=" class='MenuLeft3'"
document.write("<a href='/content/institute/scientific_lib/index.htm'><b><font "+cls+">&nbsp;&nbsp;Научная<br>&nbsp;&nbsp;библиотека</font></b></a><br>");

if (str.search('institute/contract_activity') != -1)
cls=" class='MenuLeft1'"
else cls=" class='MenuLeft3'"
document.write("<a href='/content/institute/contract_activity/index.htm'><b><font "+cls+">&nbsp;&nbsp;Договорная<br> &nbsp;&nbsp;деятельность</font></b></a><br>");

if (str.search('institute/enterprise') != -1)
cls=" class='MenuLeft1'"
else cls=" class='MenuLeft3'"
document.write("<a href='/content/institute/enterprise/index.htm'><b><font "+cls+">&nbsp;&nbsp;Инициативные <br>&nbsp;&nbsp;проекты</font></b></a><br>");

if (str.search('news') != -1)
cls=" class='MenuLeft1'"
else cls=" class='MenuLeft3'"
document.write("<a href='/content/news/index.htm'><b><font "+cls+">&nbsp;&nbsp;Новости</font></b></a><br>");

if (str.search('/content/lib/') != -1)
cls=" class='MenuLeft1'"
else cls=" class='MenuLeft3'"
document.write("<a href='/content/lib/index.htm'><b><font "+cls+">&nbsp;&nbsp;Электронная<br>&nbsp;&nbsp;библиотека сайта</font></b></a><br>");

if (str.search('manufacture/index') != -1)
cls=" class='MenuLeft1'"
else cls=" class='MenuLeft2'"
document.write("<a href='/content/manufacture/index.htm'><b><font "+cls+">ПРОИЗВОДСТВО</font></b></a><br>");

// if (str.search('manufacture/index.htm') != -1)
// cls=" class='MenuLeft1'"
// else cls=" class='MenuLeft3'"
// document.write("<a href='/content/manufacture/index.htm'><b><font "+cls+">&nbsp;&nbsp;О предприятии</font></b></a><br>");

// if (str.search('manufacture/catalog') != -1)
// cls=" class='MenuLeft1'"
// else cls=" class='MenuLeft3'"
// document.write("<a href='/content/manufacture/catalog.htm'><b><font "+cls+">&nbsp;&nbsp;Препараты</font></b></a><br>");




//-->