var fDesc=new Array(); fDesc[0] = "CATraxx is a powerful music collector database program for Windows which will help you catalog a music collection of any kind, from vinyl records to CDs to MP3s. Automatically download CD data from the Internet, or scan your hard drive for audio files. A comprehensive set a data fields enables you to keep track of a wide range of information. With CATraxx, you are in total control of your music 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 = ''; } }