var fDesc=new Array(); fDesc[0] = "StyleGuard provides you with the power of certainty while you write. Whether it is a way to cite content, refer to a title, or know how a term is being referred to by publishers in general, that information should be right there with you as you type.

StyleGuard is an innovative, versatile language-quality, linguistics and communication proofing tool, seamlessly integrated into Microsoft Office. It interactively validates document conformance with published linguistic style guides and suggests fixes when necessary. StyleGuard ensures writing style compliance and consistency within and across organizations, and complements existing or traditional references such as printed style guides."; 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 = ''; } }