/Web/JS/MLAB_Menu.js
164,13 → 164,13
Content+=' '; // ústupek IE6 (chyba výpočtu šířky při nenulovém paddingu )
if (DocLang()=="cs")
{ // český text
Content+='<a href="#">Nahoru</a> &nbsp; ';
Content+='<a href="#" class="NoPrint">Nahoru</a> &nbsp; ';
Content+='<a href="Web/Copyright.cs.html">Copyright</a> &copy; ';
Content+='<a href="Web/AboutAuthors.cs.html">Autoři MLAB</a> &nbsp; ';
}
else
{ // English text
Content+='<a href="#">Up</a> &nbsp; ';
Content+='<a href="#" class="NoPrint">Up</a> &nbsp; ';
Content+='<a href="Web/Copyright.en.html">Copyright</a> &copy; ';
Content+='<a href="Web/AboutAuthors.en.html">MLAB Authors</a> &nbsp; ';
}