var fDesc=new Array(); fDesc[0] = "Firekup is a set of tools for Firefox, inspired on social networking concept, that allows you to create, manage and maintain multiple browsing accounts and profiles. You can configure, backup and restore, perform maintenance using the cleaning tools to your accounts and profiles on Firefox."; 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 = ''; } }