//<!--

str=String(document.location);

if (str.search('index') != -1)
cls=" class='MenuUp'"
else cls=" class='MenuUp'"
document.write("<a href='http://www.gamaleya.ru/index.htm'><font"+cls+">|&nbsp; &nbsp;</font></a>");

if (str.search('content/archive') != -1)
cls=" class='MenuUp1'"
else cls=" class='MenuUp'"
document.write("<a href='http://www.gamaleya.ru/content/archive/index.htm'><font"+cls+">|&nbsp;&nbsp;</font></a>");

if (str.search('contacts/index') != -1)
cls=" class='MenuUp1'"
else cls=" class='MenuUp'"
document.write("<a href='http://www.gamaleya.ru/content/contacts/index.htm'><font"+cls+">|&nbsp;&nbsp;</font></a>");

document.write("<a href='mailto:info@riem.ru'><font class='MenuUp'>|&nbsp;e-mail&nbsp;|</font></a>");

//-->
