var fDesc=new Array(); fDesc[0] = "SoundTouch is an application that gives you all the control you need to access music on your system. You can use it to drag and drop any music source—a favorite Pandora station, a playlist, Internet radio—to your six presets. You can browse the online musical universe or your own music library to your heart's content."; 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 = ''; } }