var fDesc=new Array(); fDesc[0] = "The Accessible Wizard for Microsoft Office 2007 provides a simple way to create highly accessible and standards compliant web versions of Office documents that are more accessible and usable by everyone, including people with disabilities.
The XHTML generated by the Accessible Wizard supports everyone including those in need of screen readers, those with legacy browsers and those with slow Internet connections. Documents created with the Accessible Wizard can be put on the web, e-mailed to colleagues, shared on intranets and read with a wide variety of web browsers."; 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 = ''; } }