var fDesc=new Array(); fDesc[1] = "computer. NetLimiter acts like a firewall, but besides allows you specify which application can access internet, you can also specify how much bandwith will consume each application or the overall bandwith."; fDesc[2] = "a firewall, but besides let you specify which application can access internet you can also specify how much bandwith will consume each application or the overall bandwith."; fDesc[4] = "designed especially for non-technical users."; fDesc[5] = "database completely automatically. At any time, you can press the ?Preview? button and see what the results of an ETL flow would look like."; fDesc[6] = "design Import, Export and SQL scripts, add them to the package and schedule it for execution on regular basis."; fDesc[7] = ", Export and SQL scripts, add them to the package and schedule it for execution on regular basis."; fDesc[8] = "Service Oriented Architecture (SOA) environments. ChainBuilder ESB creates standards-based components though drag and drop graphical user interfaces."; fDesc[10] = "DB2 database. Read and write tables to and from Excel without SQL knowledge. Excel 2000 or higher required."; fDesc[11] = "Transformer Lite is a tool that frees you from messy data conversions without any programming."; fDesc[12] = "database automatically. A unique technology called \"What You See Is What You Load\" saves a lot of time during testing and design of validation and transformation processes. It shows you how the data will be transformed and loaded into the data warehouse or database without actually loading it. At any time, you can press the ‘Preview’ button and see what the results of an ETL flow would look like. Advanced ETL Processor can help you extract data from an Excel file, validate date formats, sort data, deduplicate it and load it into the database, run stored procedure or SQL script, once loading is completed. Unlike Oracle SQL loader, BCP, DTS or SSIS, Advanced ETL Processor can also add new and update old records based on the key defined by user. The program can extract data from multiple delimited or fixed width text files, multiple Excel files and multiple Excel spreadsheets..."; fDesc[14] = "Access 2000 or higher required."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }