var fDesc=new Array(); fDesc[1] = "bar the words or phrases that you’re looking for; also allows to select the engine search. Another feature improved is the Opera Mail. It supports the currently web standards, like CSS 2.1, XHTML 1.1, HTML 4.01, WML 2.0, ECMAScript, etc."; 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] = "window. Each site opens in a different tab. User can bookmark all the sites opened in window with one click. It also offers a mini browser, which is useful if you are searching for something while browsing a site."; fDesc[4] = "ease. It is easy to install and use. Mainly designed to create a test environment but powerful enough to handle the real thing."; fDesc[5] = "and easy to manage. It guides user throughout the whole process, without needing any programming skills. Step by step, any user can build a web site without any programming knowledge."; fDesc[6] = ", use and manage picture information, archive, print, make CD or 3D pictures."; fDesc[7] = ", right click control. CSS Wizard, iInternal or external. HTM3.2 - 4.1, CSS and PHP function libraries."; fDesc[8] = "purpose of this application is to create 3D texts quickly, easily and economically. If you use this application to create 3D text then you will not required to purchase costly high-end software applications which you may required to learn and gain expertise skill to use those software applications."; fDesc[9] = "card games such as Spider, Freecell, etc. And you will be able to learn solitaires not found elsewhere."; fDesc[10] = "games. With a similar exciting action such as that one experienced while playing Hop and Dodge, Varmintz has come into existence to deliver fun and entertainment all throughout its 50 crazy levels!"; fDesc[11] = "cards, sound, in-depth statistics, and solitaire for points in solitaire quests."; fDesc[12] = "three windows: Code editor, Visual editor and Preview. Tables, fonts, frames, forms, backgrounds, icons, toolbar buttons, blog icons, image borders, etc., are ready to be inserted and dimensioned for the user to build whatever is necessary for the project."; fDesc[13] = "account. UTF-8 support is the most valuable feature, which will encourage programmers to write strict html code; perhaps in other versions ISO-8859 support may be added, which will be a great advancement."; fDesc[14] = "knowledge of HTML, the language of the web. This software has a very easy interface closely similar to that of a word processor which makes the website development procedure simple and quick."; fDesc[15] = "Windows that helps you create problem-free HTML and XHTML documents. It's also a great learning tool."; fDesc[19] = "applications, with clearly and completely separated php code from the html design."; 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 = '...'; } }