var fDesc=new Array(); fDesc[0] = "Film Tracker is freeware software programmed to assist movie collectors in managing their movie library. The user interface is easy to understand with all the primary functions and information available on the main screen. From the main screen users can quickly scan through their movie media. The main list of films can be sorted by title or artist. Separate lists can also be made based on category or genre. As a DVD is selected, data is displayed on the right side of the screen such as producer, date, purchase price, location, condition, etc. Also displayed is an image that is typically used for film or DVD cover art, but can be used for anything you like. Two larger sections can be entered for each movie item. One is songs where you can list the song list. Another is notes where you can write down anything you like for that particular film. You can also copy, delete, or search for movie media items. The software is set up to be used as is to organize a movie collection, however, you can also customize some of it to fit the needs of your collection. Fields can be changed as well as custom reports. The freeware package is full featured without any restrictions. It is a nice utility for both the casual movie lover and the avid movie collector."; 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 = ''; } }