var fDesc=new Array(); fDesc[0] = "Apply Microsoft Excel macros to a lot of documents with this automation tool.

Excel Macro Processor allows you to apply macros to a lot of Excel documents. Supports work with macros libraries. You may add new macros and create new libraries. Due to this it is possible to solve practically any tasks of automatic processing of lot of documents."; 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 = ''; } }