var fDesc=new Array(); fDesc[0] = "Put simply, Ozone makes music sound better.

As a plug-in, it adds warmth, bass, sparkle and an overall desirable sound to your MP3s.

Unlike other "enhancers", it does so by modeling the analog characteristics of vintage audio equipment such as tube amplifiers and valve equalizers.

So instead of sounding harsh and hollow, your music sounds deep and full.

The main benefit comes from the internal signal processing in Ozone that makes your music sound great.

But Ozone goes far beyond other "enhancers" by giving you the power and control to completely customize the sound."; 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 = ''; } }