var fDesc=new Array(); fDesc[0] = "With OXD Software Movie Organizer you can get your movie collection organized. it is one of the best movie organizer and it's absolutely free. You can download movie information and images online using UPC, title, actors or MOODb ID or upload your movie collection online and get your own URL to your collection."; 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 = ''; } }