var fDesc=new Array(); fDesc[0] = "With this version LuJoSoft Movie Nfo Creator Final, everyone will be able to use it no matter what kind of template they use to create their descriptions, because now they have the possibility of creating their own template to use with the program.
Features:
Extended glass effect on the application. Desktop Composition must be enable.
Possibility to enter your own Api key.
New installation pakage, you install the app where you want.
New update function, update when ever you want or just put it on auto update.
Help section on all the function of LuJoSoft Movie Nfo Creator Final Version.
The most important of all you can now create your own template then re-use it when ever you need"; 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 = ''; } }