var fDesc=new Array(); fDesc[0] = "Radmin Communication Client 3.0 by Famatech is an advanced module for Windows. It is delivered on a freeware basis and there is a direct link from the developer's website, where we can download this product free of charge. It has been designed to run on the part of the client when using Radmin Communication Server 3.0, an on line instant voice chat and text chat messaging tool for enterprises. Radmin Communication Server 3.0 is a shareware solution which works on the part of the server and needs to be installed in the computer acting as a server. While Radmin Communication Client needs to be installed on every user's computer we would like to chat on line. After the installation, we can add a new connection (user name, IP address or DNS name). Next we can select to connect to a specified user via voice chat or text chat. We can export/import Phone books or create a new one,scan for active Radmin servers. We will be able to see all the entry names for each computer, their IP addresses and Ports. It runs under the following operating systems: Windows XP, 2003, 2000, ME, 98, 95, NT4.0 (32-bit)."; 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 = ''; } }