var fDesc=new Array();
fDesc[1] = ", comparison, red-eye removal, emailing, resizing, cropping and color adjustments. It supports all kind of images format and also includes new tools for drawing on the imagery, fixes, optimization.";
fDesc[2] = "complete features one-click integration with Microsoft Office products. PDF complete works with Office 2007, 2003, 2002, and 2000 and supports Windows XP, Windows Vista, Windows 2000, and Windows 2003.";
fDesc[3] = "and scanners. Ulead Photo Explorer is more than a simple image viewer. It integrates functions of acquisition, edition, cataloging, organizing, adjusting and sharing digital images and video clips. This powerful and easy-to-use program has clear and simple toolbars.";
fDesc[4] = "software. Supports all languages that are supported by Microsoft Office 2007.";
fDesc[5] = "programs. It also works as a security tool to protect your data from unwanted hands and provides privacy for your personal computer work. The built-in Internet history eraser, cookie cleaner, add-ons manager and temporary Internet files cleaner keep your web browser running smoother.";
fDesc[6] = "have knowledge of programming. When we open this new version we can find a new interface with more functions, two toolbars, two panels with new features and one window.";
fDesc[7] = "accurate Export Preview; five anti-aliasing levels. Includes fonts, objects, etc. FREE. Registration required.";
fDesc[8] = "many advanced features. Many additional toolbars, menus are present that give a new and interesting look to Ability Office in comparison to other office applications.";
fDesc[9] = "toolbars. The program enables you to build incredible toolbars in a few minutes without having any programming knowledge. It also helps you create a ready to use installer in a few mouse clicks.";
fDesc[10] = "complex and repetitive tasks. The program includes a macro editor that enables you to create any type of macros as well as programming in a simple way.";
fDesc[11] = "can either run an application (open a document) or show multilevel customizable menu.";
fDesc[12] = "you easily adding unlimited amount of new notes, editing already created notes, grouping them by special notebooks and many more. It has lot of different useful features that makes managing your notes very fast and convenient.";
fDesc[13] = "applications put in disorder all the toolbars of your Outlook Express. These are the situations where Toolbar Chest for OE comes in action. The program saves the configuration of the OE toolbars, like their size, order and content, and allows restoring it.";
fDesc[14] = "Operating System: Windows NT, Windows 2000, Windows XP, Windows 2003, Windows Vista, Windows 2008 Microsoft Office 2007: Microsoft Excel 2007, Microsoft Word 2007, Microsoft PowerPoint 2007 All of the new features in Microsoft Office 2007 have been added into the Classic Style Menus and Toolbars. Supports all languages that are supported by Microsoft Office 2007 including: English, French, German, Italian, Spanish, Portuguese, Japanese, Dutch, Chinese and more. Did you waste a lot of time at finding which Tab on Ribbon includes the function you want when you working on Microsoft Office 2007? Please do not worry about it. Now Classic Style Menus and Toolbars bring back the familiar menus and toolbars to your Microsoft Office 2007. When you start up Microsoft Office 2007 after installing the software, you will see the familiar menus and toolbars of Microsoft Office 2003 on the Ribbon of...";
fDesc[15] = "toolbars section. Each Internet surfer uses it to have quick access to all tools and functions that he/she needs. Sometimes it’s a very difficult task to find a certain add-on for IE and add toolbars that you need. ToolbarAssembler allows creating your own toolbars for IE.";
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 = '...';
}
}