var fDesc=new Array();
fDesc[1] = "an all-region DVD. The users can watch the film directly on their PCs, with any movie player like PowerDVD or WinDVD, or burn a new copy of the DVD without restrictions.";
fDesc[2] = "necessary adjustment to the document and preview it before printing (up to 20 copies without the need of any other application).";
fDesc[3] = "transitions effects. The interface is friendly and contains a number of assistants to guide those who have just began. You can save files to disk or burn them directly to a DVD. It may be somewhat limited for those seeking complex issues.";
fDesc[4] = "features that make it more powerful than a traditional player, among which is good to mention: the possibility of improving the quality of the original image at the time of reproduction, and the ability to read many file formats. It runs with Windows XP and Windows Vista.";
fDesc[5] = "to improve your photo's quality quickly and easily. This Plug-in is compatible with the following image applications: Photoshop CS3, Photoshop Elements 7, Corel Paint Shop Pro X2 and some others.";
fDesc[6] = ", much harder when Pixar has decided that it is going to have aspirations of becoming the best chef around Paris. This game was developed by a company which has wisely managed to connect with one of the most demanding audiences of nowadays market: children.";
fDesc[7] = "features. Like attractive and user friendly user interface with changeable skins, Audio chat, video chat, audio conferencing, file sharing, photo sharing, emoticons, screen capture, static/dynamic film capture, hidden mode of all window, auto hiding mode of main window and lots more to list.";
fDesc[8] = "Hollywood, and film your own movies. There are many tools that the user is given to successfuly complete a movie. For example, you can create your own scenarios, with several different items, like cars, backgrounds, houses, etc.";
fDesc[9] = "to make fast edits and intuitive, task-based tools to clean up recordings, polish voice-overs, customize music, modify sound effects, apply high-quality filters, and much more.";
fDesc[10] = "developed by Activision, will make you embark on a mission that goes beyond the film. In this game, you will be able to get into the skin of some animals of the forest surprised by the construction of a housing estate.";
fDesc[11] = "list of titles which represent different missions for Nancy Drew to solve. In Nancy Drew Dossier: Lights, Camera, Curses, Nancy will be seeking the source of sabotage on a Hollywood set.";
fDesc[12] = "female detective in the recently-formed Vigilante Unit. Your first case has to do with a husband who's suspected of trying to kill the people responsible for murdering his wife and daughter.";
fDesc[13] = "this component you access to various 3D models of accessories to create a filming atmosphere in you sketches. Included with this library you will find models of the typical chair of directors, microphone stands, triangular jibs, trailer power generators among others.";
fDesc[14] = "Choose from an array of cameras, lights, dollies, cranes, grips, characters and more. Use the enhanced Camera feature to quickly and easily plan shots, calculate camera angles, and obtain a 3D visual of the scene before filming.";
fDesc[15] = "and more advanced effects. Although it is now in an Alpha stage, it does not seem much an alpha. It is multiplatform (Windows, Linux) and is free for personal use. If you're editing video, you should keep a careful sight in MEWA Film.";
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 = '...';
}
}