<!--
news_=location.pathname.substring(1,9)

if (news_=="eng/news"){
document.writeln('<br><a href="news.php"><img src="/pictures/gif2.php?txt=Current news&tp=on" border="0" alt="Current news"></a><br><br>');
document.writeln('&nbsp;<a href="arch.php" class="low_ref">History</a><br>') ;
}
//alert (news_)

document.writeln('<img border="0" src="/pictures/gif2.php?txt= &tp=0&tr=yes" ><br>');
document.writeln('<img border="0" src="/pictures/gif2.php?txt='+ttl+'&tp=on" alt="'+ttl+'" ><br><br>');


for(i=1;i<=kk;i++) {
//limon[i] = new Image()
//limon[i].src="/pictures/gif2.php?txt="+lalt[i]+"&tp=on&tr=yes";


//limoff[i] = new Image()
//limoff[i].src="/pictures/gif2.php?txt="+lalt[i]+"&tp=off&tr=yes"

document.writeln('<a href="'+lref[i]+'" class="low_ref">&nbsp;&nbsp;'+lalt[i]+'</a><br>');
}
if (comment) {
document.writeln(comment)
}

lang=location.pathname.substring(1,4)
if (lang=="rus"){
document.writeln ('<p class="normal"><br><a href="/eng/news/news.php" class="low_ref"><img src="/sgbf.gif" border="0"><font color="#FFFF00"> English &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font></a></p>');

}

if (lang=="eng"){
document.writeln ('<p class="normal"><br><a href="/rus/news/news.php" class="low_ref"><img src="/srusf.gif" border="0" location="left"><font color="#FFFF00"> Russian &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font></a></p>');

}
//-->