var fDesc=new Array(); fDesc[0] = "SQL Comparison SDK is a program that allows you to compare and synchronize database schemas and data. The program allows you to migrate and deploy schema and data changes, schedule database comparison and synchronization, automate tasks using the Sequence object type, File Tables, and Columnstore Indexes in SQL Server 2012."; 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 = ''; } }