source: trunk/style/global.js@ 63

Last change on this file since 63 was 60, checked in by george, 16 years ago
  • Přidáno: Informace o překladu pro klienta a server přesunuty do samostatné stránky Informace.
  • Upraveno: Grafický vzhled slovníčku.
  • Přidáno: Složky download a české fonty přímo ke stažení.
  • Přidáno: Chybějící javascript soubory.
File size: 184 bytes
Line 
1function show(what)
2{
3 el = document.getElementById(what).style;
4 el.display = 'block';
5}
6
7function hide(what)
8{
9 el = document.getElementById(what).style;
10 el.display = 'none';
11}
Note: See TracBrowser for help on using the repository browser.