var fDesc=new Array(); fDesc[0] = "AcidWax is a music “visualizer” that turns sounds into graphic works of art. It features high resolution hardware-accelerated graphics combining texture, color, and advanced mathematics such as real-time fluid flow simulations. It can be run as a “plug in” inside of the Windows Media Player, or as a stand-alone utility to visualize microphone input."; 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 = ''; } }