var fDesc=new Array(); fDesc[0] = "With Toad, developers and database administrators can use a familiar, proven tool to manage Oracle databases. Quest Software has an established track record for proven solutions that simplify, automate and improve the quality of application and database development. You can rely on Quest to provide you with an intuitive, graphical tool with all the features required to satisfy your growing Oracle needs."; 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 = ''; } }