var fDesc=new Array();
fDesc[1] = "Discs. The Essential version is normally included within bundled hardware like recorders or pc systems. The software included may depend on the manufacturer specifications.";
fDesc[2] = "game you play a New York-based wedding planner who must help the two different couples prepare everything for their big day.";
fDesc[3] = "over the Internet. Its important features are to extract cached movies, images, text and the option for saving them in favorites list for further view.";
fDesc[4] = "original sound. The application integrates itself into Microsoft PowerPoint program, so the conversions are made directly from the shown PPT presentation.";
fDesc[5] = "The speed, quality and compatibility of this tool will make it easier to convert SWF flash movies into AVI, WMV, MPEG, MPEG video files.";
fDesc[6] = "functions required to extract movies, flash and animation from Internet Explorer, Mozilla Firefox and Opera browsers and system folders. This program provides many options, hotkey support is also available.";
fDesc[7] = "compression modes are supported. Command-line driven version is also available (for software developers)";
fDesc[8] = "Power Point presentations to SWF flash movie presentations. The integrated interface of this tool allows you to easily convert your Power Point presentations to eye-catching SWF flash movie presentation.";
fDesc[9] = "record every detail of PC and Internet activity. Record all programs used, keystrokes typed, web sites visited, and take screenshots.";
fDesc[10] = "application is very useful especially if you have to work with huge amount of folders situated on your computer, because it saves you from necessity of passing the whole path to each of them every time.";
fDesc[11] = "instances of LogMeIn and other remote access software, including PC Anywhere, GoToMyPC, and VNC, on corporate systems. LogMeIn Scout 2.0 allows system administrators to create policy-driven security and usage policies.";
fDesc[12] = "You can customize title, publisher, web-site url, to set custom options and more. Generated EXE works on Win2k,XP,Vista";
fDesc[13] = "convert hard copy graphs, plots and charts. This efficient software enables you to digitize graphs, charts and plots using automated methods such as luminosity recognition and color recognition.";
fDesc[14] = "(extract from Internet Explorer, Firefox, Opera, YouTube) with streaming video extraction support is included";
fDesc[15] = "rich PDF doc with text, HTML, transformed XML, images, objects. Provides support for EMF2PDF, Unicode and Security options";
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 = '...';
}
}