var fDesc=new Array(); fDesc[0] = "LuJoSoft Movie Nfo Creator V. 2 is the second version of Movie Nfo Creator. I wanted to improved it , so I added a few new tools to it. Now LuJoSoft Movie Nfo Creator V. 2 is becoming a powerful tool to create your movies description, it as all the needed tool to accomplish all the work within the same application. it will search all the info of the movie for you, you create thumbs from the movie in a second, you can watermark all of your image and much more."; 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 = ''; } }