var fDesc=new Array();
fDesc[1] = "your hamster fall down in a wrong way, or you can break his ball and loose time. Reach the goal before the time is up and enjoy each new level of this game.";
fDesc[2] = "drab presentations into engaging Adobe® Flash® multimedia experiences. Easily add narration, animations, interactivity, quizzes, and software simulations to eLearning courses.";
fDesc[3] = "The game includes wonderful 3D graphics and great sound effects and music. It includes multiple interesting courses to choose from and an editor that allows you to create your own courses.";
fDesc[4] = "Classic, Twisted or Mixed Course (9 holes). You control the view of the green moving your mouse, this enables you to aim the swing. You can shoot pressing the left button of the mouse, the more you press the button, the harder the strike.";
fDesc[5] = "LMS systems. This courseware and application framework conforms to standards of the AICC and ADL SCORM. You can import content from MS-PowerPoint and integrate it with other multimedia content";
fDesc[6] = ", demos, prototypes, simulations, and eLearning courses for the web, Mac and Windows® desktops, DVDs, and CDs. Integrate virtually any major file format, including video created with Adobe Flash® software and native 3D content, for the greatest return on your creativity.";
fDesc[7] = "and download it directly from the developer's website. It shows us English grammar, English vocabulary, how to express ourselves in English and be understood, and understand the language when we listen to it.";
fDesc[8] = "The software facilitates the system to perceive independent symbols, and combines them into words utilizing the gaps as a separator, and the process of building continues representing data as a logical chunk at every stage.";
fDesc[9] = "important educational institution in India). This is a client program, which connects to the LearnNext server in order to retrieve the course contents. Its GUI is based on Flash technologies, resulting in a very attractive and pleasant design.";
fDesc[10] = "intelligence. The game develops in many particular scenarios so you need to get the ball to the hole avoiding all kind of obstacles on the way. For example, in one occasion you will be playing minigolf in a cemetery, in other case you’ll be playing in the far west or in the Grand Canyon.";
fDesc[11] = "simulations of the world’s best professional golf courses. ProStroke Golf supports both single unit and Wi-Fi multi-playing and offers Training exercises.";
fDesc[12] = "you don’t, you'll find \"Introduction to Windows as a Platform” very interesting. It's a combination of written text and video, which covers the initial concepts about application development environment, Windows operating system, and computers.";
fDesc[13] = "This application features a user-friendly and comprehensive GUI that has many handy tools; and several wizards will assist us in making our e-learning projects.";
fDesc[14] = "mini golf game around! Pick up your golf club and play your way through more than 50 unique holes, spread over 5 courses.";
fDesc[15] = "the old ones, with 3 brand new golf courses. You will find the usual hazards of water, sand-trap and rough grass. The game now supports 6 players with different skills and abilities. It has good quality VGA graphics with a new graphics engine";
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 = '...';
}
}