var fDesc=new Array(); fDesc[0] = "musicGuru is a music management utility for Windows, Mac OS X and Linux. With musicGuru, you can rename, move, copy, record to CD your songs without getting your collection disorganized.
The central piece of musicGuru is its Design Board. The Design Board is a virtual workspace that lets you safely play around with your music collection's structure. No changes are actually made to your collection until you decide to materialize your design."; 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 = ''; } }