var fDesc=new Array(); fDesc[0] = "Office Tab gives additional features to MS Office applications. It supports opening, viewing, and editing multiple Office documents in a single tabbed window, just like Google Chrome. This tool is compatible with Office 2019, 2016, 2013, 2010, 2007, 2003, and Office 365 and can work with programs including Word, Excel, PowerPoint, Publisher, Access, Project, and Visio. You can place the Tab Bar on the top, bottom, right or left side of your workspace. You can even hide the Tab Bar when there is only one tab. You may also show or hide the Tab Bar using a customizable shortcut key (the default shortcut key is “Win Q”).

Office Tab Enterprise version works with all MS Office programs. You can also buy the regular version of Office Tab, which works with Word, Excel, and PowerPoint programs only."; 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 = ''; } }