var fDesc=new Array();
fDesc[1] = "windows in a 3D layout, and we can switch between windows using the TAB hotkey, or choosing them with the mouse or pressing its letter. The windows will move over an axis, presented one after the other.";
fDesc[2] = "intuitive and easy to use. No skills are necessary for starting the job, but the options and possibilities make this application suitable for beginners and experts.";
fDesc[4] = "creating your own virtual page flipping e-Books. This program could be useful for authors or publishers. You can make use of this free trial period which gives you access to the full end-user product, as well as a severe security system which protects your work.";
fDesc[5] = "digital photo album. A flipping sound can be heard while opening the digital album which gives the viewer a feel of a real and attractive flash photo album. FLIP Flash Album Deluxe serves as a most powerful and easy to use tool.";
fDesc[6] = ", 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[7] = "EXE file to save in your PC. Creating an album needs only a couple of clicks, and the result is really impressive.";
fDesc[8] = "high resolution videos with superb quality. Export your personal photo book as a movie file for advance processing with a DVD authoring tool.";
fDesc[9] = "Chef and put this problem behind you!";
fDesc[11] = "the multi-page rapid flipping for album browsing; display a single image in full screen mode; hold and compare contents of varies album pages; choose varies image layouts, annotation and effects options.";
fDesc[12] = ", great Soundeffects, 3D Graphics and Backgroundmusic. Other Features like 'Boss-Alert' Key, witch is flipping a blank Words document on the Screen, are available. Simple game rules and easy handling will bring you a lot of fun. The Freeware version of the Game includes 9 Levels.";
fDesc[13] = "clock or previous high scores or play against another person. The more you play the better your memory gets!";
fDesc[14] = "media like Zip Disks) for distribution to friends and associates in a snap. No need for expensive photo reprints, heavy, bulky albums or even ...";
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 = '...';
}
}