var fDesc=new Array(); fDesc[0] = "The Online Chat Client is software for windows which functions as a client chat program over the IP.
With program this you can connect to the server side of the program and chat with you friends over the IP, easily.
You can send icons, colorize the text, resize the text, and much more... All the users that connected to the server will be shown at the right list on the screen."; 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 = ''; } }