// JavaScript Document

function enviaform(formname) {
	document.getElementById(""+formname+"").submit();	
}