var fDesc=new Array(); fDesc[0] = "Now you can add any WAV sound to any of your favorite programs, just like Windows and many major programs have. Choose from sounds already on your computer or record your own using a microphone. Use one the many free MP3 to WAV converters found on the Internet and use your favorite tunes.

Adds Open, Close, Maximize, Minimize, Restore Up, Restore Down, System Asterisk, System Question, System Information, Menu Command, Menu Popup, and Default to the Sounds Applet in the Control Panel."; 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 = ''; } }