var fDesc=new Array();
fDesc[0] = "FastStudio Flash Games Download Tool is a desktop application that catches web links including flash games from your clipboard or you enter and batch download them. It can automatically detects the swf files.
Main Features:
- Save flash animations in web page in a fast & convenient way.
- Resume failed downloads.
- Detect Flash files from an URL;
- Search in local cache files; etc.
- Powerful & convenient management of downloaded Flash files.
- “Copy URL” function (hot key: Ctrl C): can copy detected flash item’s URL to clipboard.
- Friendly hint Window. Flash Saver’s hints are shown in a friendly way like MSN. It won’t break your current operation.
- Downloading in batches, download multiple files at one time. Flash Game Download allows you to load all game files you want to download, then click “Download” button to download them…
- Easy to use – Just two clicks, everyone can become the master of Flash Game Download.
- Automatically shutdown the computer after downloading.
- High speed – 400% fast than normal download.";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}