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