var fDesc=new Array(); fDesc[0] = "Widely used in Cyber cafe (Internet Cafe) and schools in order to manage the web access.
It allows the Internet cafe professionals to manage their business in the below areas:
NSD MOM SYSTEM is widely used in the internet cafe (Cyber cafe), Shools, play rooms....

Send messages over a LAN network giving the server the ability to control its clients and monitor computer activities
Web access which will increase efficiency and response time especially in a large scale network. Clients will gain access to any computer on the network for a limited/unlimited period of time for a fixed amount provided by the server."; 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 = ''; } }