var fDesc=new Array(); fDesc[1] = "You can download them from lots of flash websites. If you needed any time to see what´s in an .SWF file, SWF Opener 1.3 will be a great help."; fDesc[2] = "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[3] = "and compile them in a single file. It includes all the files from a specific folder with images, flash, audio and video and makes a standalone EXE file, which can be opened from any Windows operating system."; fDesc[4] = "want. Of course, the design process is 100% visual with excellent drag&drop features. If you are an Eclipse user, you can get the corresponding plugin to get the most powerful combination of IDEs."; fDesc[5] = "iClone 3DXchange any one can easily convert 3DS and OBJ files to create animated movies from any kind of CD images with iClone. iClone 3DXchange comes up with access to more than 200000 3D models, actually it is not provided by Reallusion."; fDesc[6] = "RSS, Atom, and RDF formats are supported)."; fDesc[7] = "available to automatically fill your favorite web site forms. This tool does not only save time, but also avoids the need of trying to remember passwords and user names."; fDesc[9] = "websites from these RSS contents. The program has many nice templates. The generated websites can make you earn money through pay-per-click and pay-per-view advertisements."; fDesc[10] = "JavaScript, server-side ASP/ASP.NET website search facilities and website sitemap/table of contents/tag cloud and Google SiteMaps."; fDesc[12] = ", including all tables, views, stored procedures, webservices and integrates with any existing pages."; fDesc[13] = "mode, Paragraph Generator - Column mode. It is used by webmasters in need of automated content for their pages."; fDesc[14] = "alphabetic, numeric, alphanumeric or all keyboard character passwords of user-defined lengths. Also passwords can be generated by mask."; fDesc[15] = "model file, creates hypertext links between pages, creates indexes, and creates yearbooks."; 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 = '...'; } }