var fDesc=new Array(); fDesc[0] = "Presentation Tabs for PowerPoint toggles many PowerPoint Presentation Windows via tabs in the same window, like IE8 Tabs or FireFox Tabs. Presentation Tabs for PowerPoint layouts a tabs bar between PowerPoint’s Ribbon and working areas for designs multiple presentations. This Add-in for PowerPoint is an important component of Office Tab."; 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 = ''; } }