var fDesc=new Array(); fDesc[0] = "IE Screenshot Pro allows you to make screenshots of Web pages. Just click the Send by E-mail menu item and IE Screenshot Pro will make a screenshot file of the Web page with the specified name, create a new e-mail message, and attach the screenshot file to the message. All you need to do is to specify the recipient's address and send the e-mail as usual."; 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 = ''; } }