var fDesc=new Array(); fDesc[0] = "Compose chiptunes that sound like retro game soundtrack with a simple text editor. Export your finished songs to mp3 and wav files to share with the world! The powerful audio synthesizer engine is specialized in generating the kind of sounds you heard from retro game consoles and 8-bit PCs. Create a rich layer of sounds using 10 available channels (9 music + 1 drum). You get many sound shaping tools - waveform selection, LFO, delay, pitch-bend and volume envelopes. Enjoy the 80's-ish synth drums, also."; 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 = ''; } }