var fDesc=new Array(); fDesc[0] = "Presentation Ticker allows to scroll a text message across your screen and also scrolls hyperlinks that are clickable. Just install this software on a computer at a trade show, define your message headlines and corresponding URLs and visitors will be able to click on a headline and read more about your product or service. The tool is fully customizable, you can define the appearance of the scrolling message, such as foreground and background colors, positioning, scrolling speed and font type and style."; 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 = ''; } }