var fDesc=new Array(); fDesc[0] = "Filmotech is a movie catalog software for DVD, Blu-Ray, DiVX, CD, VHS and more. Filmotech is a freeware (but donations are welcome !). It's available for Mac and PC. Would you like to consult your movie's list, during a journey or from your friend's home? Would you like to allow your family to see your movie's database or to let your videoclub's members to consult it, or just for fun? With the dynamic publishing tool, your website is updated with a few clicks. No need to enter all the information about your movies. Internet research (currently over 10 sites) allows you to easily and automatically fill in your database of movies. Take your list with you! Filmotech is available on iOS and Android. Export your database and you'll be able to access it on your mobile or on your tablet. Have you recorded a movie from TV or Internet on a DVD, and you want to print the cover ? Thanks to the configurable printing module of Filmotech you can make cover for your boxes to DVD, CD, DVD."; 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 = ''; } }