var fDesc=new Array(); fDesc[0] = "Watched or Not? Movie Database will allow you to add all those “must see” films to a handy database and keep them for future reference.

Features:
- Adding and Deleting of potential “must see” films
- Set movies as watched or not
- Random choosing of un-watched movies
- Automatic searching at isoHunt and automatic opening of torrent’s in uTorrent"; 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 = ''; } }