function FotosNoticia(itemid, foto) { var width = 680; var height = 540; var left = ((screen.width - width)/2); var top = ((screen.height - height)/2); var URL = "http://www.loteriadigital.com.br/fotos-noticia/"+ itemid +"/"+foto; var Janela = window.open(URL,'FotosNoticia', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=no, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no, maximize=no'); Janela.focus(); } function Revela() { document.getElementById('load').style.display = "none"; document.getElementById('foto').style.display = "block"; }