var fDesc=new Array(); fDesc[0] = "2manage Toolbar is a comprehensive toolbar that provides access to the 12manage website and useful information on different business areas like management, financing, marketing, to name but a few. The site is a management community, available in multiple languages, that allows you to stay in contact with other managers and access to valuable information on the subject. The toolbar provides access to multiple areas of the site and lots of extra content related to the subject in question."; 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 = ''; } }