function abreIMG(foto,larg,alt)
{
	window.open('../conteudo/'+foto+'.html','','width='+larg+',height='+alt+',top=10,left=10,toolbars=no')
}

