var fDesc=new Array();
fDesc[1] = "modernized and now it contains many new features that make our navigation more comfortable and faster. Windows Malicious Software Removal Tool searches our computer for malicious software. In this version, we can choose to install Accelerators, Web Slices, Search Providers, and Add-ons.";
fDesc[2] = "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[3] = "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[4] = "collection and even those CSS-encrypted and region-protected discs. Without special setting, CloneDVD will automatically remove CSS protection and region codes during copying.";
fDesc[5] = "protection, including CSS encryption, that some countries include in their produced DVDs to unable those to be seen at another countries. That blocking protection is known as \"Region protection\".";
fDesc[6] = "detected in the professional version of TopStyle. The Lite version is purely a simple CSS editor, whereas TopStyle Pro is a matured XHTML, HTML and CSS editor. Even so, if all you need is a real basic CSS editor, TopStyle Lite will satisfy you fine.";
fDesc[7] = "snap. This version features several improvements and bug fixes. Several improvements have been made regarding template instances editing, including Enter key, transformations, contextual menus and some other.";
fDesc[8] = "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[9] = "xhtml or Javascript. The program's interface is pretty nice and easy to use, and the most important thing, it generates strict xhtml compliant code.";
fDesc[10] = "files regularly, then Topstyle 3.5 is for you. Topstyle is a styling utility that allows you to view, edit validate style sheets in Html, Xhtml and CSS file types.";
fDesc[11] = "ability to compress/decompress the CSS code. The program can validate the CSS syntax online via the official W3 website. It also enables checking of syntax compatibility with many browsers.";
fDesc[12] = "compliant with the standard W3C specifications. Interface is pretty nice and easy to understand. You just need a few minutes to make a nice menu, either horizontal, vertical and drop-down (combo-box) menus.";
fDesc[13] = "integrated tools to create, edit, validate, reuse, browse and format your code in a quick and easy manner. It can read and save files in PHP, HTML, XHTML, CSS, JavaScript, WML, ASP, XML formats and others. It runs on Windows 98, 98SE, Me, 2000, NT and XP.";
fDesc[14] = "on-screen help. Advanced properties and ready-made statements are available to be automatically inserted. Stylesheets can be made through a step-by-step wizard.";
fDesc[15] = "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.";
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 = '...';
}
}