var fDesc=new Array(); fDesc[0] = "The LAN Chat Client is a software for personal computer which functions as a chat software for you local area network.

With this client chat you can connect to the server side of the program (different distribution).

You can set the chat text, such as bold text, underline text, clear text and more... At the right side of the program you can see the list of the connected users."; 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 = ''; } }