var fDesc=new Array(); fDesc[0] = "Orthogonal Toolbox is an add-on to Microsoft® Visio® 2002 for Enterprise Architects (as bundled with Microsoft Visual Studio® .Net, Enterprise Architect Edition) that provides added functionality to the database modeling portion of the tool. This version of the Orthogonal Toolbox supports supports XML export of ORM Source, ER Source, and Database Model diagrams, bulk fact type import into ORM Source Models, an an element browser.."; 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 = ''; } }