var fDesc=new Array(); fDesc[1] = "can easily be used by any user, even by a beginner. Just write the html code in the \"Design\" window and use tags from the toolbox with editing tag properties, and change the style of the text."; fDesc[2] = "animation for your Web site and PowerPoint presentations. The program includes animation Wizard that walks you through creating an animation sequence."; fDesc[3] = "vector and raster images, so you can quickly mock up designs, or leverage assets created in other Adobe's applications. This version features a number of new Auto Shapes that you can drag onto your layout which randomly generate a new shape each time you click on it."; fDesc[4] = "Windows 2000, Windows XP, and Windows Vista 32-bit this is the easiest application that allows you to create your own website within minutes."; fDesc[5] = "with Firefox. It is based on a collection of popular and well working optimization settings used and tested by the experts."; fDesc[6] = "is intended for optimizing your web pages and inbound links. Step-by-step instructions will help you to optimize your web site in the best way using such tools as HTML validator, manual web search, broken link checker and others."; fDesc[7] = "or print to pdf any document that can be printed. It also comes with security options."; fDesc[8] = "formats. Browse files in your pc, viewing them as thumbnails. Web optimization saving files. Regulate, Crop, Resize many pictures on the fly by ..."; fDesc[9] = "ranking and your competitor's sites ranking high in Google, Yahoo and MSN."; fDesc[10] = "why top 10 ranking and your competitor's sites ranking high in Google, Yahoo and MSN. Easy to help you update your website page."; fDesc[11] = "Bytescout.PDF is a .NET library capable to write/modify/sign/fill /linearize/optimize PDF documents from .NET programming languages Visual Basic.NET, C#, ASP.NET"; fDesc[12] = "or JPEG/PNG with HTML. Optional instant mail sending. Simple drag&drop operation, optimized for mass throughput. Uses free GhostScript."; fDesc[13] = "applications. Designed from the ground up with server-side operation in mind, activePDF Server: Simplifies PDF creation from business applications, generating robust PDF output that conforms to business rules without requiring end-user intervention. Easily integrates with enterprise workflow applications to generate PDF output that conforms to business rules. Includes built-in document integrity features to support document management processes. Provides true multi-threaded PDF generation, enabling simultaneous conversions under stress. Includes options for security, web optimization, color management, font embedding, and more, all at a fraction of the cost of comparable solutions."; fDesc[14] = "ranking, leaves competitors behind, brings more visitors and more sales. Optimization-focused interface design."; fDesc[15] = "integrating individual frame editing, animation effects, web optimization, and real-time playback. With a wide range of drawing andselection t..."; 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 = '...'; } }