var fDesc=new Array();
fDesc[0] = "The product will be useful to the companies to which need a resource of corporate dialogue, but usage of such IM systems, as ICQ is inadmissible because of possibility of information leakage. With MyChat such problems will not be: you install a server and can inspect all. Possibilities of system will pleasantly surprise even the most exacting users. Program installation, and also its usage will not cause any difficulties.
The chat perfectly works in terminal sessions, it can be started under Linux with WINE.
Besides, MyChat supports integration with indirect systems (for example the Client-bank system) thanks to the built in script-language.";
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 = '';
}
}