var fDesc=new Array();
fDesc[1] = "see on the web page. HP Smart Web Printing allows users to: Select text and graphics easily from any web site and save a handy list of clips, save paper by combining portions of numerous web pages and preview and modify clips before printing";
fDesc[2] = "features, package, intended frequencies and actual operating frequencies of their Intel microprocessor. Customers can also use the utility to discern whether or not an Intel processor is being operated above its Intel rated frequency.";
fDesc[3] = "the Editor, or use de Design Wizard (that will guide you step by step) where you will be able, if you want, to use some of the ready-made templates provided with the program.";
fDesc[4] = "Avery product you want to use to print your task. If you don´t know the exact code, you can search the list for the right product.";
fDesc[5] = "to your CD, DVD and other media, jewel case inserts, covers and more. Once you start the program, a wizard will guide you to create and print Disc Labels, Discs with Jewel Cases, Discs with DVD Cases, Discs with Inserts or Mini DVDs.";
fDesc[6] = "having to think about mouse clicks and keystrokes. ArtStudio also allows you to display photos, draw over them, add text to them and set them as a screen saver or e-mail it as E-mail Art.";
fDesc[7] = "tabbed interface. Search files, strip HTML tags and format text quickly. Use macros and collect text clips automatically on a paste board.";
fDesc[8] = "advanced statistical tests. It includes expanded parametric hypothesis testing tools, expanded nonparametric hypothesis testing tools, survival analysis tools, ROC curves and expanded descriptive statistics tools.";
fDesc[9] = "entire desktop, an active window, a predefined area, or a user-selected area of the screen for printing. Besides, you can edit the captured text before printing.";
fDesc[10] = "password your documents. Take advantage of this security option to keep your serial #´s, passwords, private notes and others. All save thanks of its encryption AES 256 bits technology.";
fDesc[11] = "preserve your photos or images using a collection of photo realistic templates, among some other tools. Scrarbook Factory Deluxe can´t be downloaded from Internet for trial purposes, you must buy it to try.";
fDesc[12] = "perfect replica of the original PDF document, or a customized version of it. If you wish, it can also extract the images and save them in a different folder. The resulting Word compatible document is perfectly editable.";
fDesc[13] = "pronunciation, the output gets a nice quality. You can´t download this software for evaluation purposes. You have to buy it if you want to try it.";
fDesc[14] = "them out. Apart from that, the program can recognize text in the graphics and save text files for each page in the document. Or save an independent image file for every page. MDI View can also save the document in .BMP format, in order to get them ready to use with other programs.";
fDesc[15] = "pictures into powerful and nice looking slideshows quickly. SWFSlide allows addition of narrations, music, text, animation effects, and zoom effects to your slide show. This gives you the ability to publish your slides shows on web sites.";
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 = '...';
}
}