var fDesc=new Array(); fDesc[0] = "The Gate-and-Way solution is composed by a server PC (Linux) and a software which has the purpose of offering some services to an unlimited number of client PCs (Windows, Linux, MAC) in the local area network.

Even if you do not know Linux at all, don't worry: The Operating System installation, as well as the Gate-and-Way installation, is automatic and step-by-step explained in the enclosed manual."; 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 = ''; } }