var fDesc=new Array();
fDesc[1] = "shockwave is very small in size and takes couple of minutes to download and install in a computer.The installation process runs in back ground so it does not disturb your routine work";
fDesc[2] = "active presentations.";
fDesc[3] = "software tutorials, presentations, demonstrations etc.";
fDesc[4] = "great way of accessing files and folders on your system. The developers have done a great job of advertising the product on the website, too. There are several video demonstrations that you can view.";
fDesc[5] = "sounds to standard AVI video file. It is an ideal tool to make software demonstrations, develop videos for training and tutoring.";
fDesc[6] = ", any window or a selected region of your screen. You can start the screen recording at any time using a hotkey, and stop or pause the recording that way too. Create presentations, video tutorials and demo videos for software products.";
fDesc[7] = "mouse cursor. This application is very easy to use. Just select an area of the screen or a window you want to record and click on the start recording button. You can stop the recording at any time using Ctrl+Del buttons.";
fDesc[8] = "in no time. This real time demo building tool allows you to create stunning audio-visual Flash movies and demonstrations with no much effort. The amazing tool provides smooth features for building flash movies by staff members, educators and marketing personnel.";
fDesc[9] = "Screen to AVI video Files you can later use as tutorials or demonstrations of different activities on your computer. You can record the whole screen, a selected area, window, and include audio from your microphone.";
fDesc[10] = "exiting 3D games and entertainment, interactive product demonstrations, and online learning applications. This version has no bugs or problems. For gamers, Shockwave Player is a must-have and users at any level of expertise should be able to install or upgrade Shockwave Player without any hassle.";
fDesc[11] = "screen activity, add sound, annotate video, save it as AVI file, and optionally convert AVI to SWF (Macromedia Flash), MPEG-1, MPEG-2, VCD, SVCD and DVD compatible formats. It can be used to produce demonstrations, tutorials and e-training videos.";
fDesc[12] = ", software demonstrations, screen casting, sales presentations, help, training, helpdesk support, demos, education";
fDesc[13] = "your various screen recordings";
fDesc[14] = "effects and relaxing music. Built-in card games encyclopedia and helpful demonstrations with animations.";
fDesc[15] = "mouse movements, images, Flash animations, Shockwave 3D contents to create movies that can be played from a CDRom/DVDRom and from the Internet on Windows-based systems. Top ten reasons to use ECTI 1)Earn money 2)Gain time 3)Satisfy your customers avoiding time consuming and expensive work 4)Create effective contents easily 5)Create Online or Offline contents 6)No particular development skills needed 7)Multilanguage support 8)Low price : you can't achieve the same on your own or with any other software in such a short time 9)The ECTI team provides quality support 10)Creating help documents is not boring anymore! Classic scenarios You are at the end of the development of your software and you would like to quickly create an effective help that you can put online on your website and distribute with your CDRom: ECTI is the solution. You created a complex software which can't be easily...";
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 = '...';
}
}