var fDesc=new Array(); fDesc[0] = "The award-winning PADS Professional software is not just another digital signage product. It's a bundle of applications suitable to drive your smallest digital signage installation of one single screen to your largest, mission critical installations with thousands of screens. PADS Professional enables you to design, schedule and distribute any type of content and have it displayed where and whenever you want. The unequalled database connectivity features make it possible even for inexperienced users to include real-time data from any data source in your content with just a couple of mouse clicks."; 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 = ''; } }