
    function showImage(imgSrc,titulo) {
        var imgURL = "<div style='margin-top:auto;'><p align='center'><img style='width:100%;' src='" + imgSrc + "'/></div></p>";		
        showNews(imgURL,titulo,500,400,false,false);		    
    }
