function fshow_img(poradi, disp)
{
    document.getElementById("topmenu"+poradi+"_hover").style.display=disp;
}

function fchange_img(typ, poradi)
{
    document.getElementById("uv_index_cent1_imga"+poradi).style.backgroundPosition = (typ==1)?"bottom":"top";
    document.getElementById("uv_index_nadpis"+poradi).style.textDecoration = (typ==1)?"underline":"none";
}

function ValidationEmail()
{
	ok = true;
//	alert(Form1.login.value)
	if (document.Form1.email_download.value.length<5)
	{
        alert ("E-mail musí být řádně vyplněn!");
        ok = false;
    }
	return ok;
}
