function trimiteForm(tip,frm) {
	document.getElementById('actiune').value=tip;
	
	document.getElementById(frm).submit();
}