var fDesc=new Array(); fDesc[0] = "This instant messaging is corporate oriented (enterprise), with local networks (LAN) or internet for effective intra-office communication.
Server is PHP/MySQL (opensource), make easy for the administrator to choise all options, for display, contact manage, lock...
Possible to force or not user to use password, limit (or not) maximum simultaneous users, online users, contacts numbers...
Server can be public or locked by password.
To direct use on USB key (dont need U3 protocole) : download zip version.
No file transfert, no VoIP, only safety and easy lan chat in the company."; 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 = ''; } }