var fDesc=new Array(); fDesc[0] = "With this Office add-in, you can easily open multiple documents in a single window, using tabs for switching sets of Workbooks. It is compatible with Microsoft Excel 2003, Excel 2007 and Excel 2010 (32 / 64 bit).
Workbook Tabs for Excel features a powerful setting center. Here you may configure all Workbook Tabs for Excel settinigs, such as: To enable / disable the tab, use the shortcuts or not, dispaly the tab bar to above / below / left / right position, choose the tab style and customize the tab colors. All there settings can be done in Office Tab Center."; 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 = ''; } }