var fDesc=new Array(); fDesc[0] = "chipspeech is a vintage-style speech synthesizer which recreates the sound of famous 80′s voice synthesis chips. It features 7 different voices, each with its own characteristic timbre. It is specially tailored for musical needs – simply type in your lyrics, and then play on your MIDI keyboard. It’s a true synthesizer, the sound can be extensively modified for easy and expressive performances."; 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 = ''; } }