var fDesc=new Array(); fDesc[1] = "technologies like HTML, Ajax or Flash. Developers can take advantage of their knowledge in website creation to develop multimedia applications. In other words, from a web application they can create a general application with the contents and utilities of a web application."; fDesc[2] = "speed. TypingMaster is a great tool when you are learning typing because it can help you to improve your typing speed by means of lessons, advices and advanced tests."; fDesc[3] = "RapidShare, as you appear as another user. It also keeps records of how many time has a proxy to wait till download, tor using it later."; fDesc[4] = "submit your search to query many search engines and all the results will be showed in one summarizing window."; fDesc[5] = "a simple (but customizable) user interface. It auto-completes and closes used tags in code and validates PHP code with the Syntax Check function."; fDesc[6] = "integrated tools to create, edit, validate, reuse, browse and format your code in a quick and easy manner. It can read and save files in PHP, HTML, XHTML, CSS, JavaScript, WML, ASP, XML formats and others. It runs on Windows 98, 98SE, Me, 2000, NT and XP."; fDesc[8] = "Internet. It uses your default browser to enter search strings and presents the results in a similar form to Google on the web. A rapid launch task bar window is also provided to support a rapid launch of the application within a browser window."; fDesc[9] = "and inconvenient Windows edit box."; fDesc[10] = "sender, using multiple threads for DNS sending and also has the capability to send through a SMTP server. With this tool you will be able to save email campaigns, so you can be able to track them. Each one contains all the settings that were used."; fDesc[11] = "options this program has, your creativity will be unlimited. Whether you use it for your job or you are a person who enjoys playing with images, this tool is very useful. It also comes handy to print patterns and give them to children for them to color."; fDesc[12] = "connections and resuming your activity if the connection is lost. It is very efficient for managing files bigger than 2.1 Gb. It is not possible to integrate the application into modern internet navigators though."; fDesc[13] = "media content, interactive quizzes, dynamic screencast and streaming video clips.No need of hiring a development"; fDesc[14] = "directories. Regular defragmentation increases the overall performance of your system dramatically."; fDesc[15] = "is very easy to use. For sending flyers, brochures, newsletter and others this is a perfect tool."; 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 = '...'; } }