var fDesc=new Array();
fDesc[1] = "new restaurants. Unlimited, unrestricted gameplay, 50 new story mode levels, 6 new customers, take customer reservations, train new waiters for each restaurant.";
fDesc[2] = "video output to more than 40 various video formats. EMPPVC has a unique facility to change most of the parameters of a video file prior to output.";
fDesc[4] = ", MPEG1, MPEG2 from Power Point slide shows keeping animations, transitions, video and sounds. It works as a wizard that helps you with all the configurations needed.";
fDesc[5] = "using this application you will obtain an .exe file that can be played on any computer running Windows 2000 (SP4+), XP, Vista, and 7, even without Microsoft PowerPoint installed.";
fDesc[6] = "MPEG format. It preserves text,animations, graphics, transitions, audios and narrations from the original PowerPoint.";
fDesc[7] = "The converting process allowing human interaction on PowerPoint content during conversion. Anybody can convert a PowerPoint ppt or pps file to Video! it is simple and powerful. Features: PowerPoint is NOT required! Convert full-featured presentations created in ALL PowerPoint versions! Converter supports opening password-protected Microsoft PowerPoint presentations. Video Conversion support. Audio Conversion support. mp7 video support (3ivx codec required) Supported most of codecs installed on user systems Movie width and height determination. Auto determination of Movie duration. Easy settings and nice interface. User can control Movie over capturing.";
fDesc[8] = "regular video player and optimized for all devices that can play videos. The program can produce AVI, MPEG-1, MPEG-2, MOV, MP4,FLV video formats. and has an excellent GUI.";
fDesc[9] = "resulting file can be viewed, streamed or burned. There are many good features of this software. For one it supports video formats so you can choose the right one for the purpose.";
fDesc[10] = "convert any Microsoft PowerPoint presentation into a Flash movie ans, later on, enhance the conversion by means of the PPT to Flash Studio Editor, adding effects, slides, videos, text, etc. as well as correcting slight errors on the slide positioning, etc.";
fDesc[11] = "download the free fully featured trial version from the developer's website, and evaluate it for a 15-day period or after processing 10 pictures, whichever comes first. It is available in English, Spanish, German, and French.";
fDesc[12] = "PowerPoint slide-show files to DVD video keeping transitions, sounds, and video clips; and create DVD menus to let you navigate your presentations with the remote control of your DVD player.";
fDesc[13] = ", including EXE, GIF, PNG, JPG, BMG, HTML, RTF and many more. The program seems to be designed for beginners because it's very easy to use, but it can also be used by expert users due to the functionality it offers and due to the advanced options it provides you.";
fDesc[15] = "your videos: publish online with AVI, play back on a DVD player with MPEG-2, watch on iPod and watch it on the go with MP4";
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 = '...';
}
}