var fDesc=new Array(); fDesc[1] = "intuitive and very simple graphical user interface with multi-tab support, thumbnails of visited websites, enhanced autocomplete feature, password manager, and many other features. You can import all your settings from your old web browser such as Internet Explorer and Firefox."; fDesc[2] = "The toolbar features instant access to AIM and AOL search engines, controls for playback, pause etc. You can listen to shoutcast radios and access free audio and music videos."; fDesc[3] = "such as a built-in pop-up blocker, spell checker, translator, page rank viewer, online bookmarks, auto fill, autolink and many more. It offers a neat ability to search using a search suggestions feature."; fDesc[5] = "saves your daily reading to audio files for download to your portable player. Supports Natural Voices."; fDesc[6] = "content for your current Web page, Weather reports and Gas prices in your Area and provides extensibility in form of latest News from your favorite Websites and an Excellent AOL Surfometer to show number of pages you have surfed."; fDesc[7] = "share videos with your friends and family in real-time. I have seen services that allowed you to e-mail videos or upload videos."; fDesc[8] = "Use this Download Manager, IE or Firefox toolbar and FloatBar to grab movies, zoom pics in your browser and share stuff."; fDesc[9] = "After download iMacros, when we open can see a panel in the left side of the program and in the windows we can see a tutorial for learn how to use the program."; fDesc[11] = "Manager, IE or Firefox toolbar and FloatBar to grab movies, zoom pics in your browser and share stuff."; fDesc[12] = "categories that help you find exactly what you are looking for more quickly. You can also type the product that you want and the program shows all the things available that match your keyword."; fDesc[13] = ", biometrics security techniques, and biometric hardware."; 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 = '...'; } }