var fDesc=new Array(); fDesc[0] = "Toad for Data Analysis is a multi-platform database tool built for anyone that needs to query databases and report on the results. You can easily access data from practically any database platform and quickly produce reports

Toad for Data Analysis gives you the power of…
Direct access to data from almost any relational database
Joining data across all platforms
Streamlined data collection
Team collaboration
A variety of data export options
Automating and scheduling frequent and repetitive tasks"; 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 = ''; } }