var fDesc=new Array(); fDesc[0] = "SearchMyDiscs is a CD cataloging software, which allows you to create and maintain your own CD database. You may find this program very useful if you are tired of having to search through dozens of disks every time you need some information. You can organize your CD/DVD collection into disk catalog, and create CD database with files and folders from various disks."; 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 = ''; } }