var fDesc=new Array(); fDesc[0] = "dbForge SQL Azure Backup is an application that you can use for backing up SQL Azure database copies to a local drive. It allows you to create a copy of your SQL Azure database on a local SQL Server, make an archive copy on your local hard drive, restore SQL Azure database from archive or schedule periodic backups to your Azure Blob storage."; 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 = ''; } }