var fDesc=new Array(); fDesc[1] = "Relay Chat) abounds with information and resources, and mIRC is the best way to get what you want. This IRC client is simple yet powerful and can be ready to go in a snap."; fDesc[2] = "(Rich Site Summary) feeds and useful shortcuts like people search, maps search, ICQ Chat rooms, ICQ Groups, ICQ Greetings, increase or decrease zoom."; fDesc[3] = ", complete and expandable. The concept behind the interface and work methods in Maya are extremely smart, and the program offers extreme control over every aspect of your work. The learning curve is steep though, so you will need to invest time in order to master this 3d beast."; fDesc[4] = "and services. It includes how-to and reference documentation, sample code, technical articles, and more. To find the content you need, browse the table of contents or use search. To get the latest MSDN headlines sent to you via e-mail, you can sign up for the MSDN Flash Newsletter."; fDesc[5] = "and services. It includes how-to and reference documentation, sample code, technical articles and more. To find the content you need, browse the table of contents or use search. To get the latest MSDN headlines sent to you via e-mail, you can sign up for the MSDN Flash Newsletter."; fDesc[6] = "are working on something that needs creative thinking and we need more memory, we can use this program! It is filled with a lot of tools or features."; fDesc[7] = ", communicates and executes information. MindMapper 2008 6.0 Standard Edition helps to order the ideas not only of business projects even personal projects."; fDesc[8] = "includes how-to and reference documentation, sample code, technical articles and more. To find the content you need, browse the table of contents or use search. To get the latest MSDN headlines sent to you via e-mail, you can sign up for the MSDN Flash Newsletter."; fDesc[9] = "performing keywords from the list of others websites keywords list for your own site. It actually gives you four types of results one is In Title in which it lists the titles used by other website owners of the same topic you search."; fDesc[10] = "topic specific and include economics, biology, medicine, linguistics, banking, equipment and technology and many more important subjects."; fDesc[11] = "find words fast and easy and to memorize them effortlessly. You can buy this product right from the developer’s site on Internet for $ 29.95, and you can try it before all the time you need but with the limitation mentioned before."; fDesc[12] = "users are able to create picture slides. You can improve pictures automatically or manually, remove red-eye effects, apply distinct effects, add frames and borders, fix colors, crop, add text captions, etc."; fDesc[13] = "help file and integrate it into an application. It reduces what could be hours of work into mere seconds."; fDesc[14] = "calendar for easy date selection. Text editor for the creation and maintenance of your information."; fDesc[15] = "information to be organized, but in place of the usual 2D sheet, it works in 3D. This sparks creativity and innovation by providing a tool to capture ideas - as they flow - in an unlimited 3D \"mind-mapping\" landscape. If you think visually, you now have a new way of managing projects and organizing information, computer files, and web pages. Concept mapping and mindmapping are powerful tools in business. But a major challenge for business users of mindmaps or concept maps comes when the practical limits of a flat sheet are reached. This happens on any substantial project, yet that is the time when you most need the ability to scan the information landscape. 3D Topicscape overcomes this by allowing effectively unlimited levels of hierarchy. It provides zooming, and flight through the information landscape. And if you use mindmapping software to organize and store files, you will..."; 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 = '...'; } }