var fDesc=new Array();
fDesc[0] = "Catalog whole disks or only single directories with familiar Explorer-like user interface and makes it available for offline browsing and searching.
Here are some key features of "EF File Catalog":
* Internal support for all usual compressed file formats
* Unlimited external packer plugging support
* Automatic description importing
* Unlimited external description plugging support
* Extract CD information from CDDB (freedb.org and local)
* Fast search/search for dupes functions with wildcards, filtering support
* Detailed informations
* User interface with multi language support
* Exports to text, CSV, HTML
Limitations:
* 30-day trial
* Not all Units are saved to disc
* Nag screen
Shareware)";
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 = '';
}
}