var fDesc=new Array(); fDesc[0] = "Drawing graphs without the right tool is simply difficult. uDraw(Graph) automates this task for you. Find out how uDraw(Graph) creates your flow charts, diagrams, hierarchies or structure visualizations using automatic layout - much faster than with any standard drawing program. With the API, uDraw(Graph) can even be embedded in your own programs as a visualization component."; 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 = ''; } }