var fDesc=new Array(); fDesc[0] = "Using the Lianja SQL Server you can host groups of users over a network or in the cloud. It's fast, reliable, easy-to-install and easy-to-manage. High concurrent throughput incorporating row level locking. Supports "Hot backup" and off-site replication. Many productivity extensions to standard SQL e.g. SELECT data and save as XML, JSON, HTML in one statement."; 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 = ''; } }