var fDesc=new Array();
fDesc[0] = "B Flash Finder is a fast file searching program developed in nvidia's CUDA technology which can search for files in a drive instantly by harnessing the vast potential power of the graphic card B Flash Finder benefits are:-
-It uses the latest CUDA technology to deliver search results instantly
-It allows the user to search in the file name
-The user can find out all duplicate files on his/her hard drive by righth clicking on a search result and then clicking find duplicates,these can later on be furthur specified upon by the defualt options provided
-Provides a simple Hassle-Free easy to use and understand interface for searching files
The program only works on nvidia geforce 8 series or above who have latest drivers installed";
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 = '';
}
}