var fDesc=new Array(); fDesc[1] = "want to install any application from Google Pack and guides you to the whole installation process. With this program you can also monitor the status of your installation, run the software that has been installed on your computer and uninstall the programs."; fDesc[2] = "Google Talk that really kind of slowed the progress of the messenger down. Now, thanks to it, you can video chat and voice chat with all your contacts. They still have to download the plugin."; fDesc[3] = "be chatting on MSN, Google Talk, or Yahoo simultaneously because you can log in to accounts multiples at the same time. It can run on every Windows version. Every standard feature today in chat networks is supported."; fDesc[4] = "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[5] = "capable of joining users of ICQ, MSN, AOL Instant Messenger (AIM), Yahoo Messenger, IRC and Google Talk into a single chat space."; fDesc[6] = "instant messaging, emoticons, and group chat. The application also comes with new desktop notifications from Calendar, Orkut, and Gmail."; fDesc[7] = "something with your friends, family or relatives on your personal computer then most probably you select the option to save the password by the messenger so that you will not required to type your username and password each time to login to your account."; fDesc[8] = "messages in your Gmail Account. With an icon in the system tray lets you know if you have unread messages, and shows you their subjects, senders and snippets, all without having to open the web browser."; fDesc[9] = "for recording calls. Works in automatic/manual mode, automatically compresses recordings to MP3/WMA, can work in spy mode, has user-friendly interface"; fDesc[10] = "famous Thunderbird project, and now they have decided to create a new product, Spicebird, a powerful e-mail client that wants to become in an all-in-one solution for those who want to have integrated access to email, messenger, calendar, and many other applets in one program."; fDesc[11] = "ICQ, MSN, Yahoo! Messenger, Google Talk, Trillian, Miranda, GAIM, SIM, AIM, QIP, PSI, etc. Recover even complex passwords instantly!"; fDesc[12] = "Yahoo! Messenger(Only 5.x version at present)."; fDesc[13] = "computer with a click of a button!"; fDesc[14] = "Google Talk Password Finder allows to find passwords from Google Talk messenger multiple profiles."; fDesc[15] = "computer encrypted within the registry. It uses Internet Explorer and Mozilla Firefox and other Google software such as Google Talk, Google Notifier to recover your passwords."; 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 = '...'; } }