var fDesc=new Array(); fDesc[0] = "Many experts feel that Microsoft Word’s most exciting recent feature is its ability to Mail Merge different pictures into your documents. Using the variable information feature, you can add customized images to your documents:
Customize print documents and emails with different photos and graphics on each copy – and even on each page! Use Microsoft Word Mail Merge to create projects with automatically personalized images that deliver your message clearly and strongly."; 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 = ''; } }