var fDesc=new Array(); fDesc[0] = "The InfoSAP Creator software application enables you to design, schedule, distribute and display a wide variety of content for your digital signage.

The user-friendly drag and drop interface of InfoSAP Creator, makes it easy to use multiple audio, video, graphics and tickers (text or RSS) and then combine them to run simultaneously. Design your signage content by simply selecting from either the many standard templates or design your own and save to use again."; 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 = ''; } }