var fDesc=new Array(); fDesc[0] = "SpectraLayers Pro 3 allows you to work with the individual sounds in an audio file just as if they were objects in a photograph. Make detailed repairs with precise tools, move sounds around, reduce noise and clutter, increase clarity, or get totally creative and transform a sound picture into something new and different. The spectral editing experience is, literally, sound as vision."; 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 = ''; } }