var fDesc=new Array(); fDesc[0] = "Toscanalyzer helps you to see and understand the most critical parameters of your song.

Toscanalyzer gives you all the support you need to make your mix or master better. It is not only a analysis tool but a complete guide to understand why your song sounds as it sounds. And it supports you in a way that you can easily fix the most critical issues easily.

Toscanalyzer lets you compare audible and visually your project to any reference songs in a very convenient way. Toscanalyzer offers a clear project view including many options to analyze. The analysis gives you a detailed report about possible problems and in addition a clear guidance how to fix it."; 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 = ''; } }