var fDesc=new Array(); fDesc[0] = "Auto SQL was designed for developers who don't want to spend hundreds of dollars on an overly complicated system or get stuck in an unsupported project. Auto SQL is easy, affordable, and we guarantee top quality support to all customers. Whenever your database changes, Auto SQL can change with it, all the while keeping your custom code and settings intact."; 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 = ''; } }