var fDesc=new Array(); fDesc[0] = "Double Feature is a simple movie organizer for Windows, designed for small and medium-sized collections. Forget about menus, toolbars and other rare buttons. Double Feature let you find everything you need at first sight. Don't worry to add the movie info, Double Feature gets automatically the information after adding the file. Also, Double Feature offers info about the movies with similar title. You can organize your movies using lists, simply by dragging the film to the list. You can organize and store movies along at a smartlist."; 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 = ''; } }