var fDesc=new Array(); fDesc[0] = "Breezer is a free audio asset management solution which helps you to find and preview your audio files.
Breezer can build a catalog of every sound in your system and search it instantly to find the samples you need when you need them. Use Breezer to create custom sets for sound categories and specific projects, with fast file browsing to audition, analyze, process, convert, and move or copy the samples in your library.
Thanks to it's drag and drop functionality Breezer integrates easily with every audio production software like Adobe Audition, Steinberg Nuendo etc."; 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 = ''; } }