var fDesc=new Array(); fDesc[0] = "TeamPlayer4 allows multiple users to simultaneously utilize the operating system, programs and files. Each user can independently move and drag windows, control applications with clicks and independantly use keyboards. The more USB ports your computer has, the more keyboards and mice you can connect. A multi-port USB hub might do the trick in this case.

With the TeamPlayer4 Pro version users can also connect via LAN, WiFi or over the internet using personal devices, allowing remote users to participate in a multi-user session (using the free TeamCONNECT)."; 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 = ''; } }