var fDesc=new Array(); fDesc[0] = "This version has been designed to help you reduce paper usage, by providing you with page and selection printing functionality for Outlook emails. Blueprint for Outlook enables the ability to select a portion of an email message, and print it whilst retaining all the typical message header information."; 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 = ''; } }