function janela(src,nome,comentario)
{
	text = ("<html><head><title>Itajubá Country Club - Presidentes</title></head><body><table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td width='100%' align='center'>");
	text = ("<font face=verdana,arial>" + text + "<center><table border='0' cellpadding='10' cellspacing='0' width='85%' bgcolor='#ffffff' height=80%><tr><td><center><img src='/" + src + "' border=1 vspace=5></center></font>");
	text = (text + comentario + "</b><br/><font size=1 face=verdana,arial>"  + nome + "<br/><a href='javascript:self.close();'>(fechar)</a></td></tr></table></body></html>");
	msgWindow=window.open("","displayWindow2","toolbar=no,directories=no,status=yes,width=500,height=650,location=no,scrollbars=yes,resize=no,menubar=no")
	msgWindow.document.write(text)
	msgWindow.document.close()
}
