<!--
function noenter()
{
  return !(window.event && window.event.keyCode == 13);
}
function confirm_delete()
{
    if(confirm('Biztos, hogy törlöd?'))
    {
        return true;
    }
    else
    {
    return false;
    }
}
-->

