var fDesc=new Array();
fDesc[1] = "previewing, and adding comments. Create thumbnails and generate fully customisable HTML index pages ready to be uploaded to your website. Also it supports a wide variety of meta data standads and some movie formats.";
fDesc[2] = "external resources to get even more information. Weather Exchange can display some maps from United States, Central/South America, etc. showing temperature, humidity, windchill and more.";
fDesc[3] = "player you can watch your recordings as often as you like. Player features freeze frame and slow motion.";
fDesc[5] = "create the video with the desired special effects with the touch of a few buttons. Editing tools, like the 20 and more automatic and manual filters, let you control all the visual effects of the videos.";
fDesc[6] = "formats. This incredible program supports MPG, MPEG-2, AVI, DivX, XviD, ASF, WMV, and many more video types. It features a very simple and intuitive user interface which does not require any technical knowledge to be operated and makes this task a breeze.";
fDesc[7] = "the combination of two other top-selling well-known puzzle games: Tetris and Sokoban. From the first one, it takes the gravity rules, and from the second one, the fact of pushing boxes.";
fDesc[9] = "digital camera, scanner, TV/VCR, Internet, or digital video from your camcorder and then display them in any one of the more than 50 different supported file formats. You can even watch TV/video, or listen to music while performing other tasks. Convert CD tracks to MP3, WAV or WMA. Produce movies from your static pictures with our Video Constructor. Now Web-Enabled! Utilize ProMedia with your favorite web browser to download, open and view your favorite image files with one simple click of your mouse button. Acquire images from a scanner, digital camera, Video camera, or TV/VCR from a TV tuner card or frame grabber. You can also perform a screen capture with options such as Capture Area or Capture Active Window, allowing users to either capture from within the program or from the active window of another program. Edit images with zoom in or out, our new magnifying glass tool, or pan...";
fDesc[10] = "work simultaneously with four different screenshots, enlarge them with its built-in viewer, print them directly with just one click, or save them in BMP, JPG, TIFF, GIF, and other popular formats.";
fDesc[11] = "video images up to 640 x 480, 300K pixels easily with focus-free lens and a touch of the snapshot button.";
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 = '...';
}
}