var fDesc=new Array();
fDesc[1] = "from PC to mobile phones all around the world. Instant and uninterrupted connectivity with your buddies allow you to chat with them as easily as it would be with an Instant Messaging Buddy.";
fDesc[2] = "chat with users of the same client. That is to say, you won’t be able to chat with Yahoo Messenger or MSN Messenger users. It creates conflict with AVG antivirus, so in order to install Beyluxe Messenger and use it without errors you might need to uninstall AVG.";
fDesc[4] = "pubic chat rooms, message boards, and journals can be started from the application. The program encrypts your messages, so they cannot be read by network packet sniffers.";
fDesc[5] = "master password. Additionally, it offers many useful functions concerning modern and secure password management, password generator..";
fDesc[6] = "Email accounts, News accounts, online shopping accounts or any similar password protected windows application or web form.";
fDesc[7] = "worlds, some chat rooms or even Web pages' forums , an avatar is the visual representation of a real person. It can be an icon, an image or picture you like, and so on.";
fDesc[8] = "computer can handle, or simply one in fullscreen. Great Chat Rooms. May embed MySpace, YouTube, Yahoo or Google video into profile.";
fDesc[9] = "handle, or go fullscreen. In chat rooms, feel free to jump on stage with your video and talk or sing to the entire room. Amazing";
fDesc[10] = "on your PC.";
fDesc[11] = "these love MSN emoticons to express and share your love, all in your MSN Messenger Instant Message chat conversations!";
fDesc[14] = "Network). Serverless (P2P) messaging; No dedicated server or Internet connection is required.";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}