var fDesc=new Array();
fDesc[0] = "With Sothink Flash Downloader you can download and save Flash from IE.
Features:
- Detect almost every Flash on remote web page. One click to download.
- Help you to do any IE Flash download fast and easy.
- Capture online SWF onto local machine or portables for view.
- Free IE Flash downloader works as plugin for IE browser.
- Advanced SWF Catcher is optional for capture all Flash around.
- With SWF Decompiler, you can save SWF as FLA in minutes.";
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 = '';
}
}