var fDesc=new Array(); fDesc[0] = "NanoStudio's intuitive user interface frees you to get creative and has loads of depth for when you need it. Record your ideas in real time, mix synth layers with samples, compose and arrange your tune and bring the mix alive with effects such as reverb, compression and EQ.

Use the comprehensive audio mixdown options and MIDI export feature to get your ideas over to your desktop DAW when you get back home."; 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 = ''; } }