var fDesc=new Array(); fDesc[0] = "CarMusTy is an all in one environment for Typesetting Carnatic music Song Books. It is a one stop solution to edit Carnatic music notation files, generate MIDI files and typeset portable document format books. It automatically generates MIDI files from the Carnatic Music Notation entered in the song book, allows automatic Phonetic Transliteration of song notation and much more."; 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 = ''; } }