var fDesc=new Array(); fDesc[0] = "MusiFind Pro is an application for managing your music collection. Whether you're a home enthusiast or a professional DJ, you will enjoy finding your music easily and quickly, and you will be amazed at how much useful information you can gather about your collection. MusiFind Pro is a database for your music collection, whether its on vinyl, cassette, compact disc, or other media."; 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 = ''; } }