var fDesc=new Array();
fDesc[0] = "The Godzilla search Toolbar is used to connect you with community forum which brings you lots of interesting topics and threads.
Godzilla search Toolbar offers you widgets like :
- Fast search bar (you can search your favorite sites and information)
- Godzilla will search for you! button
- Pop-up blocker
- Email notifier
- Radio player with predefined stations.
- Facebook login button and much more.";
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 = '';
}
}