var fDesc=new Array(); fDesc[0] = "Winflector allows effective sharing and remote execution of choosen applications through local and wide area networks.

Main features:
- Works over LAN, Internet, as well as dedicated connection, also at low throughput.
- The application server administrator decides which program(s) to share.
- Application is exectuted on a main server, while a remote user acesses only its windows."; 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 = ''; } }