var fDesc=new Array();
fDesc[1] = ", videos, sounds, texts, various animations by filling in a grid. Distribute freely on cd-rom or by email.";
fDesc[3] = "quantities in process systems. Useful for process engineers, professionals in energy management, waste, water, logistics and quality.";
fDesc[4] = "Integrate your multimedia files (pictures, sounds, videos, texts, html pages) in in a grid of 61 lines (sound, video, images, texts, animations, character, panorama, hot zones, long text and keywords) and of 20 columns to define the order of appearance. Personalize very simply each media : position, appearance, disappearance, transparency, timing, action , action (to a click, to mouse movement, to going, printing, starting, opening, internet...). Visualise the script of your presentation in three ways : - the Grid mode - the storyboard mode (vignette mode) - the positioning mode (full screen) With the slide show assistant, realise immediately your photo projections and/or videos. Your project finished, easily manage your multimedia application.. Choose your method of distribution : - cd-rom or email (autorun and file compression options). - screensaver. - internet site (ftp option). -...";
fDesc[5] = "comparison with a second Snapshot. Missing files and differences in file size, date/time, attributes and internal version number are all highligh...";
fDesc[6] = "3D graphics, music and sound as well as various levels of difficulty, custom games and maximum replayability, you'll be hooked in minutes.";
fDesc[7] = "environment from a set of graphically linked construction activities";
fDesc[8] = "program and read it with Map My Ancestors. Choose who to show, confirm the locations on a map and visualise with Google Earth.";
fDesc[9] = "of your #include file dependencies. Probably the longest standing real-world problem with C and C++ development, it's so easy for #includes to get out of hand, leaving you with a bewildering array of header files and ever-escalating compile times. Make sense of it all: Visualise your project with IncludeManager's powerful and fully integrated live graphing system. Use the interactive display to navigate around your code, and use the live display to instantly visualise your changes.";
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 = '...';
}
}