var fDesc=new Array(); fDesc[1] = "pages and images faster than ever before! You can get broadband speeds from your dialup modem, reduce data charges and usage."; fDesc[2] = ", Yahoo Messenger, AIM, and ICQ. VoIP features include free internet calls, low cost PC to phone, and phone to PC calls."; fDesc[3] = "This incredible program allows you to cut-and-paste math into any one of a growing number of MathML-compatible software packages, such as Maple and Mathematica."; fDesc[4] = "desire to have many tools together in a single application. Page preview at the same time, displaying the inserted changes in code. The application can open multiple web page files. The split view of the editor allows the user to copy and paste code between two different page windows."; fDesc[5] = "Start with one of build-in logo template or create your custom logos from scratch. http://www.aaa-logo.co m/"; fDesc[6] = "the look according to your convenience. There are a lot of plug-ins and many skins that extends its functionality. One of the cool features of Sleipnir is that we can choose between Gecko, the engine of Mozilla Firefox or Trident, the engine of Internet Explorer."; fDesc[7] = "editor, style sheet editor and predefined DHTML and JavaScript code. The application offers code highlighting and color, as well as access to many designs and style examples and templates. Built-in explorer for viewing the page before user upload it."; fDesc[8] = "options. It can graphically present the weather data and store a log file which can be used to see averages and extremes for any month or day. A very important feature of the Weather display is that it has a large set of tools to work with the Internet."; fDesc[9] = "images from all types of website on the Internet. This software application has an easy to use and user-friendly interface. Picture Ace also has the capability of saving all the images on a web page or a whole web site."; fDesc[10] = "can not only choose the engines but also add engines you'd like to use."; fDesc[12] = "ISO/IEC 23026:2006"; fDesc[13] = "easily. Add a text banner, current weather, a time/date stamp and even a logo to the image."; fDesc[14] = "links, just from a set of images and a single HTML page to use as a basis for created pages."; fDesc[15] = "your desktop. It can monitor 20 different pages on 20 different sites all live. Download is a free trial"; 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 = '...'; } }