function Voltar() 
{
	 window.history.back();
}

function Status(TXT)
{
	window.status=TXT;
	setTimeout("Status('"+TXT+"')",100);
}
