var fDesc=new Array();
fDesc[0] = "IM VCL Component is VCL interface to MSN/Yahoo/ICQ/AIM/Jabber/GTalk protocol. It is specially designed for the easy creation of custom MSN/Yahoo/ICQ/AIM/Jabber/GTalk system.
The software comes with the following features :
- [MSN/Yahoo/ICQ/AIM/Jabber/GTalk] Send and receive instant messages(Unicode supported) to and from other public IM client via IM Server
- [MSN/Yahoo/ICQ/AIM/Jabber/GTalk] Change IM account status
- [MSN/Yahoo/ICQ/AIM/Jabber/GTalk] Change IM account nickname
- [MSN/Yahoo/ICQ/AIM/Jabber/GTalk] Socks(Socks4,Socks5) proxy server supported
- [MSN/Yahoo/ICQ/AIM/Jabber/GTalk] Add and remove other client from contact, Allow and block lists
- [MSN/Yahoo/ICQ/AIM/Jabber/GTalk] List,add,remove and modify group
- [MSN] Messenger IM Control & Presence supported
- [MSN] Send and Receive avatar images
- [MSN] Send and Receive file
- [MSN] Send and Receive Shake message
- [MSN] Personal message supported";
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 = '';
}
}