var fDesc=new Array(); fDesc[0] = "Purple Parrot Music Stop is an easy-to-use program for playing your music CDs and audio files. While music is playing, the program can reside in the task tray, conveniently out of your way. You can choose your own colors and patterns for player displays, select from several options for the order in which files are played, set your own hotkeys, and more."; 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 = ''; } }