var fDesc=new Array(); fDesc[0] = "Exceed onDemand is the next generation PC X server software that offers the functionality and performance of a local X server without the exhaustive network bandwidth usage and the burden of lengthy and cumbersome deployment. It connects you to the X applications over any type of network connection. Exceed onDemand gives you the functionality and performance that you expect and the mobility and security that you desire."; 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 = ''; } }