var fDesc=new Array(); fDesc[0] = "Filmmanager is a program with which you are able to manage your movies easily. With this program you are able to load information directly from the amazon database, or from an avi-file.

Features:
- Import movie info, pictures from Amazon DB, IMDB, OFDB
- Import original cover from darktown.to
- Multisearch Web for several movies
- Unlimited size movie list
- 4 free editable additional fields
- Import data from Excel, CSV File
- Edit, print Cover (Slim, Standard, DVD, Booklet, CD) + Export PDF
- Add, Edit, Delete database functions
- Filter, Sort, Advanced Search function
- Loan and return movies
- Save max 4 Pictures per movie
- Import AVI file info
- Export movielist to HTML, PDF (with pictures), Excel and CSV
- Create, customize own HTML templates
- Customize Movie additional info
- work with several databases
- set default fields
- Statistics
- Detail Preview with different styles"; 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 = ''; } }