var fDesc=new Array(); fDesc[0] = "george Office 2010 is a program that allows you to create attractive Word documents for use as Speaker Notes and Session Handouts in order to support your presentations. It also gives you control over what you send from PowerPoint to Word by choosing which slides to transfer and whether or not to include your slide notes."; 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 = ''; } }