var fDesc=new Array(); fDesc[0] = "Microsoft Save as PDF or XPS Add-in for 2007 Microsoft Office programs allows you to export and save to the PDF and XPS formats in eight 2007 Microsoft Office programs. This Microsoft Save as PDF or XPS Add-in for 2007 Microsoft Office programs supplements and is subject to the license terms for the 2007 Microsoft Office system software. It also allows you to send as e-mail attachment in the PDF and XPS formats in a subset of these programs"; 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 = ''; } }