var fDesc=new Array(); fDesc[0] = "Aire Freshener is a combined nature sounds player, CD player, and MIDI wind chimes player. The program can play a selection of relaxing ambient sounds including a forest stream, thunderstorm, fireplace and beach.

Aire Freshener has real recorded audio that loops seamlessly. It has many different soothing environments to choose from, waves at beaches to Crackling Fireplaces to Wind Chimes.

The program runs as a convenient icon in the System Tray area of the Windows taskbar, and lets you choose from several tray icon animations.

Main features:

- Ambient environment sounds for continuous sound submersion into your favorite audio environments.
- Plug-in architecture for unlimited new environments.
- "Quote of the Day" function.
- Large library of lush, high quality, stereo environments.
- Built-in scheduler to have your environments, CD music, and chimes start, stop, or change any time you wish."; 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 = ''; } }