function mudaImagem(js_imagem, js_tit, js_texto ){
   document.getElementById("movieFile").innerHTML = '<img src="'+ js_imagem + '" width="436" height="311" />';
   
   document.getElementById("box0").innerHTML = '<div id="descricao"><table width="595" border="0" cellspacing="0" cellpadding="0" style="margin-top:10px;"><tr><td class="descricao-txt"><span class="subtitulo-foto">'+ js_tit +'</span> <br />'+ js_texto +'</td></tr></table></div>';
   
}
