var fDesc=new Array(); fDesc[0] = "No Noise 2 is a user interface-less software application that operates in the background suppressing the particular noise generated by some PCs on their audio output. This noise intensifies when the pointing device or HDD is active. The noise is generated internally by the computer and routed directly to the audio output(s). Replacing the sound card, hard drive(s), pointing device and all related cables does not make any difference. The noise is exasperating and very irritating. Some users completely disable the computer audio in order to continue to work. No Noise is a software application that suppresses that particular noise to negligible levels. The development of No Noise was undertaken on a PC built with motherboard VIA® KT 133(VT 8368) 663AS/663AS PRO where the noise was observed."; 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 = ''; } }