var fDesc=new Array();
fDesc[1] = "of publications and marketing materials. Unlike many other Office's applications, Publisher 2007 does not have the new Ribbon fluent user interface and it still looks pretty much the same as the previous version.";
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] = "mail servers. Is the ultimate antiviruses and antispyware used for home and enterprises. Gives the user the protection needed to keep their valued data safe.";
fDesc[4] = "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[5] = "and sharing through the Internet, open format. Similar to PDF files, this smaller file contains scale and design information ready to be managed by designers and experts. The name of DWF Viewer has been changed to Autodesk® Design Review.";
fDesc[6] = "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[7] = "restrictions about how many clients can connect to a server. It is free of charge for non-commercial purposes. The Server browser allows you to search for public servers. Little suggestion to make: private text message get lost in the other diagnostic messages.";
fDesc[8] = "digital image. Is a powerful product, yet easy to use. It includes the basic functions needed for a beginner and the more complex functions used by pros.";
fDesc[9] = "possible to handle all the boards in a single canvas and work individually or jointly. This way you can create several designs of various sizes neatly within a single file.";
fDesc[10] = "can easily be used by any user, even by a beginner. Just write the html code in the \"Design\" window and use tags from the toolbox with editing tag properties, and change the style of the text.";
fDesc[11] = "unlock clues needed to escape from a secret island! You’re stranded on a secret island, and there’s only one way off! Find hundreds of hidden objects underwater and on land that will help you match cards and unlock clues needed to find your way home!";
fDesc[12] = "applications and for many targets. From console applications to dynamic web pages, Visual Studio has all the tools a developer needs.";
fDesc[13] = "them, easy-to-use application Autodesk Design Review can be used as it is both money and time saver. With every Autodesk design product, this easy-to-use tool is attached, and time is also saved in the approval and mark up processes.";
fDesc[14] = "Vista. With this program you will be able to change the boring and plain Windows default cursors and create a more appealing and funny desktop";
fDesc[15] = "lot of interesting tools. It is not compatible with windows vista and there will be no updates to solve this.";
fDesc[16] = "deliver superior quality on the Web. With this program you can Reduce complexity and ease data integration by using powerful design tools and task panes to quickly incorporate XML data.";
fDesc[17] = "styles and fonts, insert symbols and use many preferences and templates to suit your needs. You can even use the drag-and-drop option to include equations in a document, save it as an image file in various image formats, export equations from a document and much more.";
fDesc[18] = "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[19] = "you to create template designs. Those designs can be used to print on your DVD or CD discs that are printable. Your burner has to be LightScribe capable in order for this application to work and you also need to have some other LightScribe software installed.";
fDesc[20] = "includes 230 ready-to-use effects, drawing tools, timeline and sophisticated scripting language. You can import vector art, images animation and sounds";
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 = '...';
}
}