var fDesc=new Array();
fDesc[1] = "same time it can save and protect your password. When you install it appear like a toolbar and you can handle from your browser this is an amazing feature because the program is used in the web.";
fDesc[2] = "digitize it, open it, complete texts, including lines and check boxes as well as default stamps or personalized stamps. Allows you to create a PDF file of several pages generated by combining pages from different image files.";
fDesc[3] = "After download iMacros, when we open can see a panel in the left side of the program and in the windows we can see a tutorial for learn how to use the program.";
fDesc[4] = "providing many freely distributable electronic forms. You can fill these forms easily, edit, save and electronically sign them too. Via its Encryption and Decryption facility, keep your filled forms secure, safe and hide them from the intruders.";
fDesc[5] = "convert raster bitmap into vector image. it supports such all kinds of image format as BMP,JPG,TGA,TIF,PCX etc.";
fDesc[6] = ", highlight, and more... PDF Studio works on Windows, Mac and Linux and does not require any other software to run.";
fDesc[7] = "login names, user names, alias, etc. and auto-fills all the forms when enter a log-in page, or when paying or shopping over the Web. All the sensible information and data are protected by means of 128-bit AES encryption process and saved on the user PC.";
fDesc[9] = "lets you login to Web sites with one click. Fill forms quickly and easily. A real time-saver, try it!";
fDesc[10] = "Microsoft Word.";
fDesc[11] = ", images you've viewed, and more.";
fDesc[12] = "as image files.) You can control font, and colors. You can add signatures. You can save, print, e-mail your work.";
fDesc[13] = "one password for Mikey to keep your information private. You can also print, export and search all entries";
fDesc[14] = "code,links,text), \" group\",\"search engine(like google)\" ,power skins and many other useful functions. ...";
fDesc[15] = "applications. PC Safe features \"Quick Login\" feature which fills login forms in ANY web browser, password generator, password tester and more.";
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 = '...';
}
}