var fDesc=new Array();
fDesc[0] = "Weliket Toolbar for Internet Explorer is the revolutionary online shopping tool from Select2gether.
Features:
-Instantly add items to your Select2gether catalog through the "Add to My Catalog" link.
-Use the "Ask your friends" link to instantly start a live session about your items in the Weliket toolbar.
-Add multiple items while you surf the Web; easily manage your found items, and quickly delete unwanted ones, through this "Delete items" link.
-The "Friends online" link alerts you when your friends are online.
-Search for products and discounts on Select2gether.";
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 = '';
}
}