var fDesc=new Array(); fDesc[1] = ", e-mail and web sites. 2- System Security by monitoring all activity in our PC, 3- Online Security against internet fraud and network attacks."; fDesc[2] = "applications and standards-based Web sites Designing Web pages in conditions equivalent to a real browser, without losing direct access to the code, thanks to the new Vista feature live Dreamweaver CS4."; fDesc[3] = "features of a simple text editor as well as many more useful features which are helpful to web developers, web designers and Programmers as well."; fDesc[4] = "hex editor, CP conversion, text differences, templates, macros, spellcheck option, auto-completion, Code Explorer and much more."; fDesc[5] = "other Express Edition products focus on programming and application development, Visual Web Developer provides a set of tools; its versatile HTML and CSS editing tools are paired with the power of ASP.NET to allow users to quickly build web applications"; fDesc[6] = "throttling, anti-leeching, anti-hacking, and features an intuitive multilingual remote web management interface."; fDesc[7] = "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[8] = "from your data source."; fDesc[9] = ", FileMaker database or any other ODBC datasource. Using generated ASP pages users can search, edit, delete and add data into database."; fDesc[10] = "SP1a Server Component. The controls helps to create rich browser based UIs. The Operating Systems supported by Microsoft Internet Explorer WebControls Version 1.0 are: Windows Server 2003; Windows XP, Windows® 2000, Windows® XP and Windows® .NET Server platforms."; fDesc[11] = "the most popular forms of payment - Paypal. With this program you will be able to create your online shop without knowing how to integrate PayPal."; fDesc[12] = "webpages. Powerful features include Xml & Database DataBinding, A Live Debug Console, and Full Microsoft AJAX support. http://www.aspnetflash .com/"; fDesc[13] = "and ASP Code. You can even generate an entire VB application or ASP web application, all derived from the tables in your database with one click."; fDesc[14] = "Forms to .aspx web pages with AJAX technology support. Now you can easily convert forms and their elements to ASP.NET WEB pages, filling form fields with data from the fields of your Access tables. During conversion elements position, color palette and fields type are saved. With DBForms you have an opportunity to upload your generated forms directly on FTP or save .aspx files in a local folder on your computer for future uploading. DBForms from MS Access to ASP.NET + MS SQL supports Unicode that allows you to make language special symbols displayed correctly. The program gives an opportunity for partial selection of database objects that will be converted. The software performs converting of Primary keys and Indexes. There is an ability to save data to SQL dump file that allows you to get over the access restrictions to MS SQL server if any. Sessions support allows you to save all..."; fDesc[15] = "asp server, you can edit and debug an ASP project with the help of ASP server integrated capable of debugging."; 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 = '...'; } }