var fDesc=new Array();
fDesc[0] = "Do you have tons of unused bookmarks? Can't find a useful resource under a pile of junk links? Kill unclaimed links and unused favorites by spending less than a minute a day!
The idea of maintaining a list of bookmarks is a great one. The problem is that a few valuable resources and handy references are often buried deep under the pile of rubbish. An eye-candy site captured your attention? A cool Flash animation impressed your kids? Stumbled upon a neat everything-about-nothing Web site? If all that went to your Favorites, a few truly usable resources might take forever to locate. Because of this problem, many users refer to Web search engines to find sites they visit regularly instead of browsing their own bookmarks.
This situation will change if you use Bookmark Killer. This little tool will clean up the piles of links you haven't visited in ages, leaving you with a clean and compact core of the truly valuable resources tailored to your taste and preferences.";
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 = '';
}
}