var fDesc=new Array();
fDesc[0] = "Easy File Catalog will organize all files on your computer, on CD/DVD disks and external hard drives), organize any files: photos, videos archives and other.
Organize files of all types file formats are organized with Easy file calalog
Files anywhere organize its on your desktop computer and notebook, CD/DVD disks
and external hard drives
Organize music, photos, videos, archives - all will be organized with Easy file
calalog software
Easy file calalog software will sort files and much more
It is very easy-to-use. It has user-friendly interface.
It will be sorted and organized exactly as you want.
Fully Documented All commands and options are documented in a Windows help file
for ease of reference.";
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 = '';
}
}