var fDesc=new Array(); fDesc[0] = "Steem - Simple Tag Editor for EVA9150 Movies is a simple tag editor which only supports tagging for video files. Allows to select different genres of the video file, it lets you to import the rating of the film , the cast, the year or the plot of the movie."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }