var fDesc=new Array(); fDesc[0] = "Fomine LAN Chat is tiny and easy-to-use instant messaging software.
The LAN Chat creates only one chat room, that is why it has very clear interface. The LAN Chat's interface is one window with list of chat participants, chat messages and outgoing message. And you can also set to your status online, away or disconnected in this window."; 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 = ''; } }