var fDesc=new Array();
fDesc[1] = "for instance, games, chat applications in webpages, image visualization, among others, that were written with the Java scripting language.";
fDesc[2] = "of registered users, you'll find that Camfrog Video Chat is a fast, fun, easy to use video chat community. Enter a chat room, create one or search for new friends and read, listen and see what they're up to!";
fDesc[3] = "your web camera output. The program can replace the video output from your webcam with any other video clip or even with images from your computer.";
fDesc[4] = "Microsoft Office installed on the user PC and accessed through internet. As expected, service is adquired through licensing Microsoft software and web servers or included on Office Communication Server";
fDesc[5] = "your webcam image. You can then use those effects with any instant messenger. Since you are modifying the webcam feed itself, the image will be the same on every messenger. You modify it directly from the application, and not the messenger window.";
fDesc[6] = "feature-rich effect templates. This incredible program makes your video chatting experience more fun and entertaining than ever before.";
fDesc[7] = "on right now. Weblin opens a new and exiting world on every web site. Get to know people having the same interests.";
fDesc[8] = "that different to other pool games already seen, but the stuff around the game is what makes this game pretty unique.The game provides extensive help to get the most out of Cue Club. You can try this game for 60 minutes before you buy the licensed version.";
fDesc[9] = "in real time using an interactive video that hides your real identity. The program includes a great variety of built-in video and audio effects and ready-to-use nickfaces/voices that allow you to express your emotions in real time.";
fDesc[10] = "solution for virtual classroom activities and education at distance. You can try this application for a period of 30 days. After the period finishes you can either buy a license or uninstall the application.";
fDesc[11] = "creates his/her own personal three-dimensional avatar and virtual room(s) which can be embedded anywhere on the web.";
fDesc[12] = "listening to her. This virtual woman is very interesting she will tell you many stories and fill your free time with joy and fun so that you will never become bored.";
fDesc[15] = "tabbed chat, private rooms, customizable appearance, web-based configuration, and more!";
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 = '...';
}
}