var fDesc=new Array(); fDesc[0] = "ClickTricks brings your presentations to life with over 75 powerful special effects, annotation and presentation tools. These tools can be assigned to any keystroke, mouse click, mouse gesture or screen hotspot. Tools can also be assigned to powerpoint events, or be scheduled to start at a specified time. Many of the tools are fully configurable to provide hundreds of different effects and combinations."; 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 = ''; } }