var fDesc=new Array();
fDesc[0] = "AmoK Find More! is a new and useful software that you can get it for free. People who don't like the integrated search function of windows, should have a glance at AmoK Find More!.
AmoK Find More! is three times faster than the windows search and offers smart search options. Optionally you may use regular expressions.
Features:
- Usable in addition to windows search
- 3 times as fast as the search of Windows XP
- Real time search - no storage intensive index necessary
- Support of regular expressions";
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 = '';
}
}