var fDesc=new Array(); fDesc[0] = "Lacrosse Play Designer is a powerful and easy-to-use software in which you can create, edit, animate & share lacrosse plays & playbooks. Output Format for the Kindle to allow you to sell your playbooks on line at dtp.amazon.com. Output your playbook to the DTP format (HTML), edit and upload to the site to sell your own playbooks. Make them available on all Kindle supported devices."; 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 = ''; } }