function debug(xmlHttp)
{
	janela = window.open("","janela","toolbar=no,location=no,menubar=yes,scrollbars=yes,resizable=no,width=900,height=350,top=0,left=0");
	janela.focus();
	janela.document.write(xmlHttp.responseText);
}