var fDesc=new Array(); fDesc[1] = "Real player is a free multimedia player,supports almost every audio and video file formats like,MP3,MPEG,MP4,CD,D VD VIDEOS and the QUICK TIME videos.Real player enables the user to buy and download music on more than 100 portable devices like Apple Ipod or an MP3 player."; fDesc[3] = "running applications. Program has a very convenient navigation bar which is placed at the top right corner of the desktop and allows you to easily move around your 360-degree desktop. An important feature is the ability to add web widgets to your desktop."; fDesc[4] = ", VCD, audio CD or DivX/XviD disc. It supports HD-Video, and it is also compatible with other formats like MPEG4, RM, WMV, QuickTime or MacroMedia Flash, and many others, as long as corresponding codec is already installed in your system."; fDesc[6] = "promote your web site to over one million search engines and internet directories worldwide."; fDesc[9] = "with varied additional properties pending minutes. You can publish them on a web site or email them to your friends and colleagues!"; fDesc[10] = "computer anywhere on the internet. WebMail will integrate easily with your existing mail system, supporting POP, SMTP and IMAP prot..."; fDesc[11] = "right now! Buyers need to hear Your voice! Flash Voice Buttons can be placed on web pages, email, e-books, auction listings."; fDesc[12] = "different events like birthdays, holidays, gratulations, weddings and so on. The program is aimed at ordinary users."; fDesc[13] = "Internet access. It can either close down any site on the bad site list, or close down any site NOT on the good site list."; fDesc[14] = "quickly and easily add audio to a Web page for very little cost."; fDesc[15] = "for new information; Internet Updates does it for you. The clean interface makes it easy to add and browse to pages."; 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 = '...'; } }