var fDesc=new Array(); fDesc[0] = "SQLServerBooster can automatically make a backup of a database, compress it, and send through FTP, Amazon S3, Windows Azure, Dropbox, and other services. This program works with SQL Server, MySQL, PostgreSQL, Oracle and Firebird, MS Access, etc. It also supports Relational Databases (RDB) and SQL Server Analysis Services (SSAS) databases."; 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 = ''; } }