var fDesc=new Array();
fDesc[1] = "instant messaging. Does not require a dedicated server and may be used instead of WinPopup.";
fDesc[2] = "computers connected to the Internet. It allows any two users (or more) to establish a connection even when they don't know each other's IP address. Thanks to its DCHP capabilities, chatting with people on the same network becomes very easy.";
fDesc[3] = "protocol which one is based on TCP/IP, and it is not compatible with Microsoft NET SEND. But the Net Send GUI fully compatible with Winpopup";
fDesc[4] = "of chat participants, chat messages and outgoing message. And you can also set to your status online, away.";
fDesc[5] = "similar interface, but without all the drawbacks and with emoticons, links, etc. Compatible with any Windows version ? from 95 to XP!";
fDesc[6] = ", Hyperlink, Programmable keys, Auto-Reply, Ignore, Relay, Tray icon, Print";
fDesc[7] = ":) Can be used instead of messaging service/WinPopup for LAN. A lot of options for every application aspect";
fDesc[8] = "application. The second utility tool NetSendGUI.exe has a simple and user-friendly visual interface.";
fDesc[9] = "Winpopup and 'net send' (Windows components).";
fDesc[10] = "address to setup), it enables you to point and send messages,from other active WinPopup Gold.";
fDesc[11] = "(not connected to the internet), reliable and easily accessible, this software is available for all versions of Windows...";
fDesc[13] = "component, the Winpopup Server.";
fDesc[14] = "to everyone individually\"? Use CoolPopup!";
fDesc[15] = "Full features list* Send/receive messages like to the HiBuddy or Winpopup users* Archive of messages* Print messages* One-click sending* Auto Answe...";
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 = '...';
}
}