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] = "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[3] = "show. File conversion (SWF, EXE, SCR, Install SCR). Create and publish web page (sssuper.com). Record voices. Adding sounds (MP3).";
fDesc[4] = "and information marketers, offering them a simple an easy to use tool to build web sites. During the installation, the program will check if you have the minimum requirements. But, if you your computer doesn´t meet them, the program will install anyway.";
fDesc[5] = ", right click control. CSS Wizard, iInternal or external. HTM3.2 - 4.1, CSS and PHP function libraries.";
fDesc[6] = "Working with Site Studio is a pretty straight forward task if you are used to working with applications for Microsoft Windows, such as Microsoft Word.";
fDesc[7] = "editor, style sheet editor and predefined DHTML and JavaScript code. The application offers code highlighting and color, as well as access to many designs and style examples and templates. Built-in explorer for viewing the page before user upload it.";
fDesc[8] = "ready-made graphics, shapes, templates and wizards for quickly creating professional diagrams and drawing.";
fDesc[12] = "applications, with clearly and completely separated php code from the html design.";
fDesc[14] = "your desktop. It can monitor 20 different pages on 20 different sites all live. Download is a free trial";
fDesc[15] = "computer. ShellRun can alternatively display a PDF file, Word document, MP3 file or any other document. AutoRun works in Windows only.";
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 = '...';
}
}