var fDesc=new Array(); fDesc[0] = "It's a plug-in that manages your SQL server databases.

Main Features:

- Nodes with a cost of more than one per cent are colored blue. That makes it easier to find them.
- Display number of rows and the total size of data produced by the node.
- Easily move between nodes using navigation buttons. Center on the node by double-click.
- Show the cost of incoming subtrees.
- You can optionally collapse a subtree that is of no interest to you."; 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 = ''; } }