var fDesc=new Array(); fDesc[0] = "AudioSauna is a program that transforms your web browser into a fast and flexible music production studio with built in synthesizers and live effects. AudioSauna's virtual analog synth is a classic subtractive synth with rich warm sound. With two oscillators, its an easy tool for creating all the vintage analogue sounds from soft pads to screaming leads."; 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 = ''; } }