var fDesc=new Array(); fDesc[0] = "SQLBase effectively reduces the development, deployment and maintenance costs of business applications. The ultra-low TCO of SQLBase ensures that ISVs and end-customers can maximize their ROI on business database applications. SQLBase offers very competitive deployment pricing; including a pay as you go licensing model that allows you to buy the number of licenses needed without any large upfront payments."; 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 = ''; } }