
function submitform()
{
    document.forms["registration"].submit();
}



