//<!--
function show( name )
{
if( document.getElementById ) {
if( document.getElementById( name ).style.display == '' ) {
document.getElementById( name ).style.display = 'none';
} else document.getElementById( name ).style.display = '';
} //if( document.getElementById )
}
function hesloy(cesta,x,y) {
rozmery = 'width='+x+',height='+y+',left=10,top=10,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no';
window.open(cesta,'heslo',rozmery)
}
function heslo(cesta,x,y) {
rozmery = 'width='+x+',height='+y+',left=10,top=10,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no';
window.open(cesta,'heslo',rozmery)
}
//-->
// JavaScript Document
