var fDesc=new Array(); fDesc[0] = "Rules Tools is a software for checking rules of validation for your Visio product.

The new Validation API enables businesses to write custom validation rules for their own purposes.
Microsoft Visio 2010 Premium edition provides built-in rule sets for flowcharts, BPMN diagrams and SharePoint Designer Workflows. However, it does not provide a rule set developer interface for the analyzing, amending or creating rules. This Rules Tools add-in fills this gap by providing an extra group in the Process tab in Visio 2010 that allows users to analyze existing rules, display issues, and to export/import rule sets.

Features:
-Review existing rule sets
-Create, update or delete rules
-Analyze and annotate issues
-Export/import rule sets to/from XML
-Standard and developer mode"; 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 = ''; } }