var fDesc=new Array(); fDesc[0] = "MySQL-to-MSSQL is a program to migrate MySQL databases to Microsoft SQL server. Command line support allows to script, automate and schedule the conversion process. Affordable MySQL to MSSQL converts the database records of MySQL into MSSQL by maintaining the database functionality. Database Migration Tool is effective and flexible that it provides support to all null value constraints, key constraints, data types, schemas, attributes, tables (including rows and columns) etc. even after database conversion."; 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 = ''; } }