var fDesc=new Array(); fDesc[0] = "Table Templates Manager for Word allows you to use a table that you created as many times as you like in any number of Word documents. All the borders, cells, and text will retain their format. This tool helps you to create your own unique table templates collection in Word and save the table, text format, patterns, fonts and alignment of cells.

With the Word Table Template Manager you can take a new table template from one Microsoft Word document and use it in another. You can create a table template collection and give it to your colleagues. It is an easy way for you to have the unique custom tables in all Word documents of your company."; 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 = ''; } }