var fDesc=new Array();
fDesc[0] = "Plus500 Toolbar is a browser tool which offers a comprehensive suite of free web applications. Using its integrated search engine, you will be able to quickly perform web search queries and check out all of your favorite web places.
This browser tool has an important advantage. It can be customized according to your needs by adding more useful applications and remove the unnecessary ones.";
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 = '';
}
}