Изменяем надписи в панеле ссылок
ставляем HTML - низ
Выделеное жирным шрифтом меняем на свое
Для изменения слова Форум
<script>
<!--
indexof="Читальня"
str = document.getElementById("navindex").innerHTML
pos = str.indexOf("Форум")
document.getElementById("navindex").innerHTML=str.substring(0,pos)+indexof+str.substring(pos+5,str.length-1)
-->
</script>