function ll_popup()
{
	window.open('','ll_msg', 'width=400,height=150,resizable=0');
}

function submitsubs()
{
	if (document.LevListaForm.email.value == "" ||
        	document.LevListaForm.name.value == "" ||
        	document.LevListaForm.address.value == "") 
	{
		alert('Nem adott meg minden adatot!');
      		return false;
    	}
	else 
	{
		return true;
    	}
}
