var fDesc=new Array();
fDesc[1] = ", new panels for Masks and Adjustments, on-the image that we can apply some adjustments to the style of Photoshop Lightroom, a 3D engine, and then only for begin.";
fDesc[2] = "can download it free from the developer's website and install it again in case we need to. This tool have been designed for connecting our computer to the HP website and automatically check up for all of our HP devices and HP software.";
fDesc[3] = "music and video libraries, a manager of photographs, software for presentations of photos and videos plus an editor and covers. All these tools can be ruled out at the facility where the only thing that interests us is the writer Nero 9.";
fDesc[4] = "contains ... (1) Access 2007 - database management.. (2) Word 2007 - Word processing. (3) Excel 2007 - spreadsheet. (4) PowerPoint 2007 - presentation software. (5) Outlook 2007 - Email and Personal Manager. (5) Publisher 2007";
fDesc[5] = "Tasks are reduced from multiple steps with the new task pane. The new version of Outlook condenses all your personal and professional e-mail into one central location, even your Web-based e-mail accounts like Hotmail.";
fDesc[6] = "cost. VirtualDJ HomeEdition includes all the features of the professional VirtualDJ software except for direct 2nd Video Output (Window Mode only) and those which involve additional hardware (mixer, turntable, midi, ...). So if you intend to mix using your mouse to move the crossfader, then VDJ HomeEdition might be what you're looking for.";
fDesc[7] = "powerful features to enable building comments, reviews and forms. You can control and create your digital signatures and protection options.You can edit your PDF by inserting text, images, merge, split, crop, rotate. The program installs a toolbar for Microsoft Word,PowerPoint and Excel.";
fDesc[8] = "formats to AVI, MP4, WMV and 3GP. The converter offers video presets and output profiles for Iphone, Apple Ipod, Apple TV, GPhone, Xbox, Zune, Nokia N-series and many other popular multimedia players.";
fDesc[9] = "key-framing, photo/video layering, copy protection, templates and more. This program has nothing to do with Power Point; it goes beyond, providing users with features required for professional projects.";
fDesc[10] = "can brighten up your face, make it small or large, etc. It can whiten teeth and eyes, remove the spots on the faces, and even remove the wrinkles. The output image quality is really great.";
fDesc[11] = "your hard disk including important information as size, location and number of files for each existing folder and its subfolders, allocated and wasted space, last access date, file owner and permissions and other details.";
fDesc[12] = "easy-to-use product. By using this features rich software you not only can create professional looking logos but you can also use it to create headers for a website page, advertisements and other graphics in fraction of time.";
fDesc[13] = "files into Excel, Word and more. You must open your desired file clicking on the \"File\" menu item, select the data you wish to convert, using your mouse or the \"Select\" menu, choose the desired output format, and save it.";
fDesc[14] = "images, Create boot discs and disc images, Copy CDs and DVDs. Additionally it features parallel erasing, importing sessions and simultaneous disc writing.";
fDesc[15] = "intuitive interface it can create new partitions, delete them, merge two or more units in a single one, clone partitions, record the data from one partition to a CD or DVD and much more.";
fDesc[16] = "Windows 2000, Windows XP, and Windows Vista 32-bit this is the easiest application that allows you to create your own website within minutes.";
fDesc[17] = "client suites around and is specially useful for corporate environments. Of course, this application has all the main features of an FTP client - you can connect to FTP sites, create, delete, modify, rename and copy directories and files, and more.";
fDesc[18] = "efficient. This incredible application ensures your personal privacy while surfing through the Web and protects your PC from information theft.";
fDesc[19] = ", VCD, audio CD or DivX/XviD disc. It supports HD-Video, and it is also compatible with other formats like MPEG4, RM, WMV, QuickTime or MacroMedia Flash, and many others, as long as corresponding codec is already installed in your system.";
fDesc[20] = ", AVI, Divx, XviD, VCD, SVCD, 3GP. It lets you select subtitle and audio track, and configure output settings like video size, frame rate, aspect ratio, etc.";
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 = '...';
}
}