var fDesc=new Array(); fDesc[0] = "SQL Azure Data Sync is Microsoft® Windows Azure's™ web service that enables you to keep some or all of your SQL Server and SQL Azure databases synchronized on a scheduled or on-demand basis. This download is for the local Client Agent which is used by SQL Azure Data Sync to manage the synchronizations of your on-premises SQL Server databases without the need to open the firewall."; 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 = ''; } }