var fDesc=new Array(); fDesc[0] = "Umail Assistant is a Firefox plug-in created to simplify your registration on different web-sites. It automatically fills in the personal data from your Umail.net account and generates a new alias for every new registration. To use all Umail Assistant features, just provide its Preferences with your login and password. Then press the Umail Assistant button in the menu to fill in the form. You can also use one of its features and generate the e-mail or fill in your personal data selectively."; 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 = ''; } }