
function submituj(forma , idT) {
    document.forms[forma].actione.value=idT;
	document.forms[forma].submit();

}
