// JavaScript Document
function Esperar(crida){
	if (bFuncionant)
		setTimeout("Esperar(" + crida + ")",1500); 
	else
		eval(crida);
}