var fDesc=new Array(); fDesc[0] = "Motif XS Tools is a complete librarian solution for the Yamaha XF/XS series of synthesizers. It's a librarian for voices, performances, mixes (songs or patterns), and masters. It can help you organize your sound collection in a convenient manner. Also, it is a complete editing environment since it integrates with all the different XF/XS series editors."; 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 = ''; } }