var fDesc=new Array();
fDesc[1] = "pages into single executable files, and ultimately into working stand-alone Windows applications, which literally resemble a normal web browser.";
fDesc[2] = "without having to open the explorer and navigate to facebook website. Among the notifications you can receive unread messages, pokes, friend requests, wallposts or any other third party application you may have configured in your facebook.";
fDesc[3] = ", which will lead to an increase in the selling rate of your photos and work. The program gives you the ability to create, manage and organize an album easily by a 3-step quick start wizard to guide new users opening a folder of images.";
fDesc[4] = "time and with less effort. It is compatible with many other applications such as flash, java or video files, among others. Can protect the content of the ebook and can add trial limitations. It can be a very powerful tool if the user dedicates it enough time to learn it.";
fDesc[5] = "and compile them in a single file. It includes all the files from a specific folder with images, flash, audio and video and makes a standalone EXE file, which can be opened from any Windows operating system.";
fDesc[6] = "and encrypted e-books, manuals or presentations.";
fDesc[7] = "run as standalone programs at home or in the classroom. A great way to teach any subject - or just for fun.";
fDesc[8] = "HTML documents will allow you to create e-books containing text, images, hyperlinks, bookmarks, audio, video, and so on. The result is a self-executable file that wraps up and protects the content - a compact format that is both easy to distribute and easy to open.";
fDesc[9] = "feature-rich eBooks and reinforce them with every means of eBook security available in professional eBook creation system.";
fDesc[10] = "encase any number of HTML pages inside a single executable file. Robust security is always on guard of your publication copyright.";
fDesc[11] = "Word documents and thereafter save the newly created file for your records. But, in time, you may wish to update the information or make changes to the PDF file and with a program like CreativeDoc PDF Editor you can do just that.";
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 = '...';
}
}