function goto_akt()
{
var x=document.getElementById("form_akt");
x.submit();
}

