var fDesc=new Array(); fDesc[1] = "animated 3D text and graphics, such as logos, titles, headings and buttons. When you run the program for the first time, you`re offered to watch a Demo Movie that explains how the program works. You can always watch that movie in http://site.xara.com/p roducts/xara3d/demomov ies.asp."; fDesc[2] = "It’s easy to use wizard helps to get started with sample morphs. This gives an idea of the capability of the tool. The tool supports infinite number of picture morphing and one cannot find many tools in the market supporting this feature."; fDesc[3] = "applications and other customized software. It software is based on the Lua scripting engine which is common in all of the Indigo Rose tools. The output so obtained from the software is comparable to the output created by C++ and Java."; fDesc[4] = "more rapid and precise than ever through an improved set of tools. Create a prototype of Adobe AIR, directly in Adobe Fireworks , ready to be implemented in HTML and CSS, Adobe Flex or SWF."; fDesc[5] = "the finished page will look exactly the way it was designed. All you have to do is to point and click on desired functions, creating a web page without learning HTML."; fDesc[6] = ", family, celebrities. Turn them into a cat or a pig or any jokes!"; fDesc[7] = "on an individual basis, changing facial expressions or positioning the figures. In addition to a complete control over the textures and elements that make up a figure."; fDesc[8] = "variety of different tasks. So JavaScript FH plus can also be thought of as an ultimate source for Java Scripts. The program contains 170 finished Java Scripts, with every java effects you can think of."; fDesc[9] = "webpages in only a few minutes and without any prior DHTML or Javascript knowledge. It features a nice and intuitive user interface with only one window with different tabs and allows you to preview the menu as you build it."; fDesc[10] = "web site design software. Features include: drag and drop design, full website management, website asset management, built-in FTP and more."; fDesc[11] = "menu bar, one toolbar, two windows and in the foot of the program we can see an advanced box, a filter strenghtt and two buttons more."; fDesc[12] = "you make up stunning websites for your business, home or school in just few minutes. It´s not necessary to have any complicated HTML or other programming."; fDesc[13] = "simple web sites without any knowledge of HTML. The user will be able to add or remove pages with a couple of clicks, and PersonalWebKit will auto-links all of them."; fDesc[14] = "elements for both Web and desktop application user interfaces.Use Expression Design's powerful vector drawing and editing tools to explore new artistic possibilities and create compelling graphic designs and illustrations."; fDesc[15] = "approach and component framework for PHP. The proven and familiar RAD approach means you are quickly up to speed and productive. The powerful PHP editor, debugger, and profiler increase coding speed and efficiency."; fDesc[16] = "of this program, you are able to vary their background and text by customizing their dimension, texture, shadow, lighting, and shape. You will not need any extra effort to learn to create unique and professional custom 3D buttons for Web pages and projects."; fDesc[17] = "interface and an impressive array of feature-rich tools, WebExpert gives you a perfect mastery of web design. With WebExpert, you have full control over all web standards like HTML, JavaScript, CSS style sheets, ASP and PHP."; fDesc[18] = "websites even without any knowledge of DHTML or JavaScript development. It can generate all types of menus compatible with all common browsers including the Internet Explorer, Firefox, Opera and Safari."; fDesc[19] = ", learn and do to create a basic web page. It covers all stage from brain-storming to registering your domain and uploading content."; 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 = '...'; } }