var fDesc=new Array();
fDesc[0] = "Games Find Toolbar is a very useful tool that provides access to Internet.
This tool provides you access to the most important and addicting games, where you can play free and enjoy them.
It also gives a fresh content on different domains directly to your browser. You can access sites like Yahoo, Facebook, Twitter, Youtube and even listen the radio online.";
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 = '';
}
}