var fDesc=new Array(); fDesc[1] = "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[2] = "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[4] = "screens, or part of a screen to a video file in AVI or WMV formats. You can also record sound with the video using a microphone or directly from the speakers, so now you can record your conversations with friends and save those memories forever."; fDesc[6] = "webcam. It can be used with all instant messenger like MSN, Yahoo, AOL, ICQ, Camfrog Video Chat."; fDesc[8] = ",AIM, Skype, Paltalk, Camfrog, ICUII. FunWebcam is simple, fun, and available with all webcams. FunWebcam gives you the magic to add exciting animations and stylish frames to your video chat page. Besides, it can transform your cute images into various kinds of fun photos, which you can easily show to your friends. Features: Fun building, you can DIY your own fun photo album with as many models as you want. Compatible, supportive to all video chat tools like MSN, Yahoo Messenger, ICQ , AIM, SKYPE, Paltalk, Camfrog, ICUII etc. Convenient to use, One-way installation is required only; the other can view your awesome image even though he/she does not install FunWebcam. Show emotions in a brand new and innovative way. Rich in content, including beautiful frames, lovely cartoon images, lively impressions, peculiar signature etc to make unique animated effects."; fDesc[10] = "programs, such as ICQ, RQ, Trillian (the famous all-in-one chat client), Camfrog, which is the best video chat client and, many others."; 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 = '...'; } }