function submitform()
{
    document.getElementById('formularz').submit();
}