var fDesc=new Array(); fDesc[0] = "CD Assistant is the FREE way to track your CD collection. Includes CDDB2 support with easy-to-use wizard. Fast "Incremental" and "VCR" locators. Customizable categories and media types. Standard Add/Change/Copy/Delete functions as an alternative to the wizards. Compatible with MusiFind Pro collections; give out a copy of CD Assistant along with your MusiFind Pro database to friends or customers and share your information for FREE!"; 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 = ''; } }