var fDesc=new Array(); fDesc[0] = "Merge Tables Wizard for Microsoft Excel makes finding and copying the matching data in Excel worksheets a breeze. This handy vlookup add-in quickly merges two Microsoft Excel tables into one by matching values in the necessary columns.
The two tables can be located in the same Microsoft Excel file or in two different Excel files. The intuitive and easy-to-understand wizard will guide you through the merge process. Rows from two tables with different number of columns will be matched perfectly without copying and pasting."; 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 = ''; } }