function mudaImagem(js_imagem, js_nome, js_texto ){
   document.getElementById("movieFile").innerHTML = '<img src="'+ js_imagem + '" width="362" height="245" style="margin-top:7px;" />';
   
   document.getElementById("box0").innerHTML = '<div id="descricao"><table width="543" border="0" cellspacing="0" cellpadding="0" style="margin-top:2px;"><tr><td class="descricao-foto" style="font-size:12px;"><span style="font-size:11px;"> por <strong>'+ js_nome +'</strong></span> <tr><td class="descricao-txt">'+ js_texto +'</td></tr></table></div>';
   
}
