var fDesc=new Array(); fDesc[0] = "Add the same chat functions as Skype and MSN to your Facebook chat. The toolbar allows you to stay in touch with your favorite social websites along the web such as: Facebook, Twitter, Aim, Google and much much more. The toolbar can be customized to deliver you the right content and chat with your favorite persons."; 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 = ''; } }