var fDesc=new Array(); fDesc[0] = "LuJoSoft Lmdb is the ultimate movie database software designed to organize your movies collection for easy reference. You can catalog your personal movies collection of DVDs, Blue Ray, VHS tapes and much more. All movie details are downloaded via the Internet automatically. Therefore, there is no manual typing, only in the rare case if the movie cannot be located in our vast database. LuJoSoft Lmdb gives you the easiest way to manage your DVD collection."; 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 = ''; } }