function popUp(imagem){
var novo;
novo=window.open('','carregando','menubar=no, resizable=no, width=550, height=400');
novo.document.write('<html><head><title>Sergio Silvello - Projetos</title></head><body leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0"><img src="'+imagem+'" alt="Clique para Fechar" id="foto" onClick="window.close();" onLoad="window.resizeTo(foto.width+6,foto.height+36);window.focus();"></body></html>');
novo.document.close()
}