var fDesc=new Array(); fDesc[0] = "SwisSQL - SQL Server to DB2 Migration Tool helps you migrate Microsoft SQL Server Transact-SQL Procedures, Functions and Triggers to IBM DB2 Stored Procedure language. When enterprises migrate from Microsoft SQL Server to DB2, application migration is one of the tedious tasks and there are no good tools which can ease the process of migrating MS SQL Server Stored Procedures to IBM DB2 Procedures. Using SwisSQL - SQL Server to DB2 Migration Tool and through SwisSQL's superior support, enterprises can realize significant time and cost savings during the migration and testing process."; 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 = ''; } }