
function hide(UID){
if (UID.style.display=='none'){
UID.style.display='' } else { UID.style.display='none' }; }
function h(){
return(false)
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function popupform(myform, windowname)
{
if (! window.focus)return true;
window.open('', windowname, 'height=400,width=460,scrollbars=yes,status=yes');
myform.target=windowname;
return true;
}


function ellenorizz()
{

if (!document.login.username.value)
     {
        alert("Kérem adja meg a felhasználónevét!");
        return false;
     }
if (!document.login.password.value)
     {
        alert("Kérem adja meg a jelszavát!");
        return false;
     }
return true;
}



