// JavaScript Document

function ver(imagem, descricao){
	novo=window.open('','foto','menubar=no, resizable=yes, width=550, height=500, scrollbars=yes');
	novo.document.write('<html><head><title></title></head><body bgcolor="#666666" leftmargin="10" topmargin="10" rightmargin="10" bottommargin="10" marginwidth="10" marginheight="10"><img src="'+imagem+'" alt="Clique para Fechar" class="unnamed1" id="foto" onClick="window.close();" onLoad="window.resizeTo(foto.width+52,foto.height+116);window.focus();"><br><strong><font color="#FFFFFF" size="1" face="Verdana, Arial, Helvetica, sans-serif">'+descricao+'</font></strong></body></html>');
	novo.document.close()
}
