var fDesc=new Array(); fDesc[1] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur ."; fDesc[2] = "PC or server all around the world within just a few seconds. You can remote control your partner's PC as if you were sitting right in front of it. Find out why more than 15.000.000 users trust TeamViewer!"; fDesc[4] = "in the world of lineage. It is a classic MMORPG with a lot of elements very straight forward. Although it may be hard for casual gamers, committed gamers will enjoy this good time."; fDesc[5] = "(FLV). This way you can upload them to the Web. The program has a special engine, which is actually a bit faster than what you normally expect when converting video."; fDesc[6] = ", loop, and restart the video is possible.Videos will be displayed in original size."; fDesc[7] = "chatting. It enables you to record your webcams, streaming video, video chat, instant messages, and record audio from any source including line-in, microphone or speakers. It only works with MSN Messenger, Windows Live Messenger."; fDesc[9] = "Active Desktop Application designed to display entertainment, information, and utility in the PCs of the cybercafes located in India. It features system, Internet Explorer and Firefox shortcuts, Yahoo Messenger, GTalk and Windows Live Messenger shortcuts, web search, and interactive ads."; fDesc[10] = "races of the world, the old conflicts between the different beings who inhabits the planet it began to emerge.The dwarves, the Shaikans, the dark forces and the humans ended with their alliances and went from love to hate over the years."; fDesc[11] = "backs up your files, but also stores important settings. This is why Spare ensures that your backups look and work just like your originals"; fDesc[13] = "and portals. The program is also very useful for webmasters to keep an eye on their competitors' websites for inbound web-links."; fDesc[14] = "partners. With a simple and clean interface you can easily install this application locally on a single workstation or on several workstations based on any network at the same time."; fDesc[15] = ", voice and other audio recordings."; fDesc[16] = "players to \"uncover the code\", and this combines elements of adventure and puzzle with a script full of twists and surprises."; fDesc[18] = "be recorded from any source. Webcam Recorder can record anything which can be displayed on your screen."; 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 = '...'; } }