var fDesc=new Array();
fDesc[1] = "native file support for Adobe Flash and Adobe Photoshop Album slide shows, and electronic cards, and eBooks Adobe Reader is free, works with Windows 98/Me/2000/XP/2003/Vis ta.";
fDesc[3] = "pages into single executable files, and ultimately into working stand-alone Windows applications, which literally resemble a normal web browser.";
fDesc[4] = ", 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[5] = "Open eBook packages. This fast application can create a neat and navigable e-book from any Microsoft Word document or a series of documents. You can easily add a Table of Contents using the title and the links included in the original files.";
fDesc[6] = "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[7] = "as a FlipBook on the Web or on CDs for viewing on a PC.";
fDesc[8] = "and syllabi in HTML, CHM, PDF or EXE formats, on and off line. Find out how with this free trial version.";
fDesc[10] = "Background music can be supported too.";
fDesc[11] = "(ODF). Then, it will wrap it up into an OEBFF container (EPUB) that you can later upload to any device supporting this e-book standard. You can create your own EPUB publications from any Word, Powerpoint, or RTF file, and even add an interactive glossary to them.";
fDesc[12] = "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.";
fDesc[14] = "template resources include HTML, JavaScript, CSS, JPG, JPEG, GIF Flash, MIDI, ZIP, RAR, etc. CHM EBook Editor can conveniently import many text documents into a database file, that will facilitate you to collect and to reorganize the information. You can select a html template for each node, or apply a html template to all nodes. Has selected the different html template, you can browse to the different style web page. CHM EBook Editor has brought some html templates, and updates or adds the new html template frequently. The possible these templates not to be able to satisfy your requirement, at this time, you can modify the template which we provided, or design some new html templates. After settings the html template and other options, You can compile the entire database or part database into an attractive CHM eBook. CHM EBook Editor has formidable function but it is practical. CHM...";
fDesc[15] = "under 5 min. You can add serial number, password, trial, registration and anti copy capabilities.";
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 = '...';
}
}