var fDesc=new Array(); fDesc[0] = "Tabs for Visio helps you efficiently handle multiple drawings within a single window.
Tabs for Visio is easy to use: tabbed document interface lets you open multiple documents in a single window. Each document appears as a new tab in a tabbed window (not a new window) and can be accessed in one click. This feature help improve your work efficiency with Microsoft Office Word, Excel and PowerPoint"; 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 = ''; } }