function Alerta (msg)
	{
	alert (html_entities_js (msg));
	}
	
function Confirma (msg)
	{
	return confirm (html_entities_js (msg));
	}

