// JavaScript Document
function enviarB(formu)
{
	document.getElementById(formu).submit();
}
