var fDesc=new Array(); fDesc[0] = "SurfStation Client is one of the pioneers of complete WiFi solutions. Be it WiFi hardware from any leading manufacturer or software solutions to secure and manage wired or wireless networks, SurfStation Client has a solution. Whether you are from a(n) big Corporate, SME, Hotel, Resort, Cyber Café, we have a cost effective billing solution for you. Not just for business alone, we have solution for Universities and colleges too.

When inactive, internet cafe client is locked with a protection screen. The client has also been made more secure from potential hackers. There are known hacking methods, the most sophisticated and successful being downloading and running a process viewer which is subsequently used to terminate a timer's process. SurfStation 10 is designed to withstand hacking softwares."; 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 = ''; } }