var fDesc=new Array(); fDesc[0] = "This software offers a solution for users who want to add the old, easy-to-use Word 2003 menu to more complicated Word 2007 menu. For your convenience, both the Word 2003 and the 2007 menus will be available. This will give you the option to learn the newer 2007 layout at your own pace. Word 2007 required."; 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 = ''; } }