var fDesc=new Array(); fDesc[1] = "discount coupons and deals on the Internet across various categories and products, it also has a handy feature to display alerts about end of items on your Ebay watchlist"; fDesc[2] = "files. It can be easily downloaded from Microsoft Update site or using the automatic updates in Windows. For the installation Windows Installer 3.1 is needed."; fDesc[3] = "of time travel that we are used to. Instead, it is more of a mental, inner journey to the past of the main character's ancestors. You play him, the main character."; fDesc[4] = "of alternative e-commerce and travel vendors for other offers, and displaying them alongside any shopping or travel website."; fDesc[5] = "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[6] = "100% free. This software will help you to get access to the latest free stuff, free software, free coupons, sweepstakes and much, much more."; fDesc[7] = "Southwest Airlines. It also allows you to check in online and check your flight status. It saves your time and money. By using this freeware you can get pretty low fare deals directly on your desktop."; fDesc[8] = "has been around for quite a while, and its popularity has been increasing ever since. It deals with a common problem of the multi-tasker: doing as much as he/she can from a single location."; fDesc[9] = ", ICO, ZIP, PNG, PDF, RTF, DOC, SND, WMV, AIF, ASX, MID, MP3 and many other formats. It also supports raw file format. It is very useful for most individuals."; fDesc[10] = "bridge championship & the only program top-ranked by the ACBL"; fDesc[11] = "been proved to exist, but Midway has made a living of using it for their games. With BlackSite Area 51, the game becomes more intriguing, I guess. The game starts with your character looking for weapons of mass destruction in Iraq."; fDesc[12] = "software that deals specifically with GIS data, making mapping and plotting easy and fast since spatial data can very quickly and easily be identified."; fDesc[13] = "size, background, number of loops, offset transparency, interlacement, delay. You will be able to create GIF files and edit them using the editor you prefer."; fDesc[14] = "directly on your browser. It allows you to search hundreds of websites at once, so you can view and select the deals more convenient to you, thus saving you time and money."; fDesc[15] = "prices at most popular stores, organize your shopping list, and help you earn cash back for your purchases"; 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 = '...'; } }