var fDesc=new Array();
fDesc[0] = "Pichat software was first published in 2002 by Mark Seuffert, it was heavily influenced by chat programs such as IRC, ICQ and by peer-to-peer technologies. A web interface was added in 2004 based on an earlier prototype from 1998. The chat is written in the C programming language. New chat functionality and plugins are now developed together with David Fehrmann. Pichat is mainly used in Europe with visitors from around the world.
You can easily chat with friends and meet new people. Chat with friends and meet new people. Pichat is a software
to communicate and exchange information..";
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 = '';
}
}