var fDesc=new Array(); fDesc[0] = "LanFlow can create network diagrams with minimal effort. You can become productive immediately with no prior training. You can create network diagrams in a very natural intuitive way. Most tasks can be accomplished in multiple ways so that the way you prefer is usually available and does what you expect. This attention to your convenience and productivity is reflected throughout the product. Drop in components like computers, workstations, and servers and then connect them with various types of lines and cables.

The diagram model is very simple. Add the network elements you want, connect them with lines and cables, add descriptive text. The program does the rest by keeping lines attached properly, and managing associations between shapes, lines, and text."; 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 = ''; } }