var fDesc=new Array(); fDesc[0] = "Document Tabs for Word make it easy to open, read, edit and manage multiple Word documents in a tabbed window. It adds a tab bar on Microsoft® Word interface and displays all documents you opened. With this application, users are able to browse, edit and manage multiple documents within a single window and enjoy the fun of switching back and forth between the documents in a fast and easy way, and the taskbar will not be crowded with various taskbar buttons anymore."; 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 = ''; } }