var fDesc=new Array(); fDesc[1] = "tools you will ever need to manage your web site and reach the top of the search engines!"; fDesc[2] = "pages in four modes: Editor mode: Displays the page the way will appear on the browser. Source: Application displays the source page. Preview: Shows the page the way a browser will displays it. Split: In this mode, the screen is divided in visual and code."; fDesc[4] = "Button Factory allows you to take predefined button styles and tailor them to your own needs."; fDesc[5] = "promoting your web pages on the Internet. It can dramatically increase the number of visitors to your web site."; fDesc[7] = "It comes complete with a list of the most popular FTP sites so you can access software via the Internet."; fDesc[9] = "category. It will also validate all links, so that users need never come across broken links."; fDesc[11] = "at any time. It allows you to obtain search results from multiple search engines such as Altavista, Fast, Google, Inktomi, MSN, Teoma, among many others. What is more, with the PPC Meta Search, you can search in three PPC search engines at a time, with Findwhat, Overture and Kanoodle."; fDesc[12] = "a page from your website and the program will carefully analyze all of your code and begin correcting all errors, line-by-line."; fDesc[13] = "search, web crawling and site mapping functions."; fDesc[14] = "rectangles, circles and even polygon regions is provided and you can import all your current image maps."; 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 = '...'; } }