var fDesc=new Array(); fDesc[0] = "For the movie lover:
Track what movies and series episodes you've seen, and how much you've liked them. The program will analyze your taste to make great suggestions you can add to your wish list.

For the video collector:
Remember what DVDs you own, where they're stored, and which ones you've loaned. You'll easily manage your digital collection too, with your video files scanned automagically.


The program includes a huge database of more than 140,000 movies and series, richly illustrated with movie posters, person pictures, and character screenshots. The interface is highly customizable, with skins and adjustable layouts. It's easy to make any search you can think of. Once personalized, the database will be a great help to decide what to watch on TV or in theaters. You can publish your data on the internet, to access it from anywhere or to show to your friends.

NEW! Netflix, Hulu, and Amazon Prime: browse their catalogs of streaming movies and series to evaluate if it's worth subscribing to their service, or if you're already subscribed, to decide what to watch now."; 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 = ''; } }