var fDesc=new Array(); fDesc[0] = "BuduChat is a free software. No time limit. No limit on specific module. No registration is required. No nagging screen or advertisement. Download, install and you are ready to use BuduChat.

The purpose of BuduChat is to enable computers in local network to exchange messages between them. BuduChat is a very simple LAN chat software. Specify the IP address or computer name, and you can send message to the computer."; 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 = ''; } }