var fDesc=new Array(); fDesc[0] = "Send Link by Email - Internet Explorer Extension is easy-to-use e-mail tool that enables your Internet Explorer(6, 7 and 8) to quickly send email containing a link to the website you are currently viewing or a link you found on a website by right-clicking and choosing: Send Link by Email."; 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 = ''; } }