function cancela()
{
	with (document)
	{
		frmCancela.submit();
	}
	
}
