var fDesc=new Array(); fDesc[0] = "CoolCD Studio not only gives you just about every feature you'd want in a CD player, but its attractive, customizable interface is a real delight to look at (especially if you have the oscilloscope and spectrum analyzer functions turned on). Full CDDB support is provided -- and we do mean full -- including querying, submission, job caching, and queuing."; 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 = ''; } }