var fDesc=new Array(); fDesc[0] = "WhereisIt? is a cataloging software for Windows computers. The application will help you keep track of your DVDs, MP3s, network shares, remote servers, CDs, movies, files and whatever you could possibly have and lose. Whereisit? is suitable for both the novice and the advanced user and there are a lot of languages available for the user to choose. The graphical user interface takes elements from tabbed applications like Firefox. You will see that you can create a Catalog of, say, movies, and then you can open that in one tab and then open your songs on the other one. Thus, you can browse more than one catalog at the same time, which is a great way of saving you time. Adding items is really easy. I would like to see a feature for you to snap pictures of your items and place them alongside your movies, for example. The application is really smart, too. It will automatically detect your file types and even preview some of them with a built-in player. It can also generate reports that contain all the information about your files so that you can boast about how big your collection is. The last version of this application is 3.95. However, this review deals with version 3.9."; 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 = ''; } }