	<!--
function MM_openBrWindow(theURL,winName,features) 
{	window.open(theURL,winName,features); 
}


function popImg(imagem,largura,altura,texto)
{	var msgW=""
	var propriedades = "top=80,left=100,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=" + largura + ",height=" + altura
	msgWin=window.open("",msgW,propriedades)
	msgWin.document.writeln("<html><head><title></title></head>")
	msgWin.document.writeln("<body topmargin=0 leftmargin=0 bgcolor=#ffffff>")
	msgWin.document.writeln("<table width=100% border=0 cellspacing=0 cellpadding=0>")
	msgWin.document.writeln("<tr><td>")
	msgWin.document.writeln("<a href='javascript:window.close()'>")
	msgWin.document.writeln("<img src='pops/img/" + imagem + "' width=499 height=500 border=0></a>")
	msgWin.document.writeln("</td></tr><tr><td align='center'><font face='verdana' size=1 color=#0033cc>" + texto + "</font></td></td></tr></table></body></html>")
}

	//-->