var fDesc=new Array(); fDesc[0] = "Herbisoft Continuous Slide Show allows you to play PowerPoint slide show continuously on the secondary monitor. More and more desktops are getting equipped with dual-monitor graphics card in their default configurations. These desktops are ideal for use at an organization's reception areas where you can display information for the visitors on the secondary monitor while you continue to use your primary monitor for your regular tasks."; 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 = ''; } }