var fDesc=new Array(); fDesc[0] = "Atlantis Data Surf is Atlantis Interactive SQL visualization tool - it is a free animated graphing tool which allows you to easily visualize complex schemas - use it to "surf" through your data.

At the heart of Data Surf is the "Surf Graph", automatically picking the most optimal layout, it allows one-click navigation through your data by means of graphical nodes which are connected by your schema's foreign key references.

SQL visualization using Data Surf allows even the most complex of schemas to be easily browsed by representing the data's normalised structure in a way which people can easily understand.

The Surf graph and be zoomed, panned, coloured, rearranged and exported to produce a print-ready cheat sheet to accelerate your development and understanding."; 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 = ''; } }