var fDesc=new Array(); fDesc[0] = "PiobMaster, pronounced "PEEBMASTER", Piob in Gaelic is "bagpipe", is a WYSIWYG application, where the composer initially defines the music structure with a simple user interface. i.e. Time signature, How many Parts etc..etc... The user then has the ability to "drag and drop", notes, doublings and embellishments from their palettes onto the stave. Notes can be "Grouped, "Dotted","Cut" or "Tied" by simply selecting them and pressing the appropriate button."; 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 = ''; } }