var fDesc=new Array();
fDesc[0] = "The BEEFytool Toolbar is powered by Conduit Ltd. anf includes various features and content that are offered and delivered to you by the publisher, such as: news, messages, games, and more as well as features and content that you may choose to add.
The BEEFytool Toolbar application delivers to your browser the freshest content of the community.
Other benefits:
- Powerful Search
- App Marketplace
- Notifications to Your Desktop
- Hand-Picked Links";
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 = '';
}
}