//--(c)2008 fei.carlos-web.com--
function check() { //kontrola formulare
   if (window.document.getElementById('code').value.length == 0) {
	   alert('Zadejte přístupový kód a poté stiskěte LOGIN');
	   return false;
   } else return true;
}
