var fDesc=new Array();
fDesc[0] = "Have no idea how to save flash video? Download any Flash files with help of our Save Flash! It will help you to save any video movies from web.
Save Flash allows to store likable flash-animations: flash games, flash cards, flash banners and cartoons. Save Flash shows: the size of the flash-file, the URL, the name of the file.
Saves it to the chosen directory, allows to browse enlarged picture in a preview window. Having tried it you won't dispense with its services.
Many catalogues paid the 5-star reward to the program.
When first installed, Save Flash will be in unregistered mode.
The software will remain usable for a total of 15 days, before it expires and the software is disabled.";
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 = '';
}
}