// JavaScript Document

// login

function entra()
{
document.form1.submit();
}


function cerca()
{
document.ricerca.submit();
}