var fDesc=new Array(); fDesc[0] = "An application that finds imdb, rotten tomatoes, flixter, movieweb, google, port.hu, cinebel, ofdb.de and omdb info by browsing though your movie folders. Start it online using the webstart link below. You will see a security warning because we need to read the filesystem. Download the jar file, right click on it and select run with java."; 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 = ''; } }