var fDesc=new Array(); fDesc[0] = "SongFrame is the song development toolkit designed to provide songwriters and recording musicians an integrated and comprehensive set of tools for writing and refining songs. In addition to serving as an overall notebook for a songwriter's ideas, SongFrame allows the user to construct songs using drag & drop icons representing song structure elements and then fully develop every aspect of the song within these."; 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 = ''; } }