var fDesc=new Array();
fDesc[1] = "you to make screenshot from flash frames and save it as a graphic file. The program supports 13 different languages. You can save flash files right clicking on them, or using the provided IE Toolbar.";
fDesc[2] = "You can download them from lots of flash websites. If you needed any time to see what´s in an .SWF file, SWF Opener 1.3 will be a great help.";
fDesc[3] = "optionally rename it and save the file clip on your computer for future playback.";
fDesc[4] = ", snapshot, e-mail and categorize Flash files in just one click!";
fDesc[5] = "Open/Save dialog boxes which you normally find in all software applications which deal with the files to open or save. For example,MS word, so after installing Flash folder you will not find it anywhere else then the top of the open or save dialog box.";
fDesc[6] = "subdirectories for Flash, create and view thumbnails for SWF and Projector EXE and see file information directly in your Explorer";
fDesc[8] = "obtain the files you must navigate the Internet using GetFlash as a browser. Just write the web address and right click the key to save the desired flash files. If a file does not appear for downloading, it is most likely due to the fact that it was not built with flash technology.";
fDesc[9] = "SWF movies created by Flash Authoring tools such as Macromedia Flash, Flex, Swish Max, etc. It can also create installers.";
fDesc[10] = "toolbar that allows you to save all images and Flash applets from a page to the folder you want.";
fDesc[11] = "losing flash quality, so you can make your web page load faster, save your server bandwidth charges and disk space.";
fDesc[12] = ", screen savers from SWF movies created by Flash Authoring tools such as Macromedia Flash, Flex, Swish Max, etc. It can also create installers.";
fDesc[13] = "can download your favorite flashes easily.";
fDesc[14] = "screen saver,swf to desktop) flash movies easily and conveniently!";
fDesc[15] = "save flash files to disk in one second. more, please visit http://www.infinesoft. com/captureflash/";
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 = '...';
}
}