var fDesc=new Array(); fDesc[0] = "WaveSong is a nature-sound generator program for Windows, using your sound card digital, real nature sound clips, and clever processing techniques to produce a sustained nature audio environment. This program could be used to mask out unwanted ambient noise and promote relaxation and concentration. Controls for Volume and Tempo allow the listener to tailor sound output to individual preferences.

WaveSong now has a built-in timer, tray icon capability, and screen-saver support."; 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 = ''; } }