var fDesc=new Array(); fDesc[0] = "DVDXML Windows Client is a Windows client application that automates the process of getting all the DVDID xml files for your movie collection. The normal process of getting the DVDID.xml files from DVDXML.com goes something like this: login on website, search for movie title, look through results to find correct match, select match, click button to download DVDID.XML file from website, select directory where DVDID.XML file should go, so as you can image, if you have a big collection, that could be a pretty painful process."; 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 = ''; } }