var fDesc=new Array(); fDesc[0] = "WindX is a front-end presentation manager designed for use with ProvideX that runs under Microsoft Windows. It provides access to all the Windows capabilities of ProvideX through a mix of terminal emulation, remote processing functionality, and file-server facilities. With WindX, Unix-based ProvideX applications can operate as if they are running directly in a Windows environment while continuing to execute on a Unix host.
While WindX is primarily intended for use with Unix hosts, computers with a Windows operating system can also act as host application processors."; 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 = ''; } }