var fDesc=new Array(); fDesc[0] = "PROS CS is a client-server configuration tool. The server is installed only in one PC (together with the client) and the client can be installed on more PCs (without installing the server on those PCs). The client running on the same PC as the server does not require USB Dongle to connect to the server. The client running on a remote PC requires USB Dongle to connect to the server. If you use the client from a remote PC, port forwarding needs to be done so the client can connect to the server. This is done in the router connected to the Internet. The Ports that need to be forwarded can be found in the Server configuration."; 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 = ''; } }