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] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur .";
fDesc[3] = "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[4] = "such as clear org charts, complete maps, spectacular flowcharts, time lines and much more in just minutes in a very easy way. No experience is needed.";
fDesc[5] = "Start with one of build-in logo template or create your custom logos from scratch. http://www.aaa-logo.co m/";
fDesc[6] = "you make up stunning websites for your business, home or school in just few minutes. It´s not necessary to have any complicated HTML or other programming.";
fDesc[7] = ", learn and do to create a basic web page. It covers all stage from brain-storming to registering your domain and uploading content.";
fDesc[8] = "the ability to produce surveys in a large a quantity, as large as you may need, requiring minimal effort from the user, saving you time and energy. This software offers powerful, graphically appealing, style sheet driven surveys that dont require a degree in programming.";
fDesc[10] = "powerful tool which can function either as a stand-alone application or in combination with ETABS or SAP2000.";
fDesc[11] = "your visitors use Site Maps to navigate your Website to get where they need to go instead of looking for links.";
fDesc[12] = "web files.";
fDesc[14] = "unlimited freedom to manage page content and appearance. You do not need to know how to program or write HTML code.";
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 = '...';
}
}