var fDesc=new Array(); fDesc[0] = "CATVids is a powerful Blu-Ray/DVD collector software package designed to help you catalog and manage your video collection. CATVids works with all types of media, including Blu-ray discs, DVDs, VHS tapes and Laserdiscs. It will keep track of not only your pre-recorded material, but also home videos and anything else you have taped."; 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 = ''; } }