var fDesc=new Array(); fDesc[0] = "Musicnizer is a feature-rich music organizer that can both catalog all your music albums and help you to learn more about your favorite artists and albums. Using the program you will: organize music albums of any format: vinyl LP, Audio CD, MP3, FLAC, APE, OGG, and others, create an illustrated music catalog containing covers, track lists, reviews of albums, download discographies, biographies and photos of your favorite artists."; 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 = ''; } }