var fDesc=new Array(); fDesc[0] = "The UDP Win Chat is a freeware for windows which can be function as a P2P chat on UDP protocol.

This program allwos you to chat with your friends without using any external server. You can set the IP host of the detination PC, set the port to connect, set text to the destination and more.. and all over the UDP protocol.

Open the program. Set the IP of the destination host. Set the port of the connection. From now the program will connect to the destination host over the UDP protocol."; 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 = ''; } }