var fDesc=new Array(); fDesc[0] = "FilmManager is an easy to use management program for your movie collection.
All your DVDs, Videos, DivX and MPEG movie titles are stored in a database and each record can be easily edited.

The program's powerful search and sort functions let you find any movie quickly and easily.

Additional information about any movie can be downloaded from the Internet (IMDB, Amazon) or directly from a movie, making manual maintenance of your collection easy and interesting."; 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 = ''; } }