var fDesc=new Array(); fDesc[0] = "Tethys Macro SDK enables software developers & ISVs to integrate the power of SMART Macro Technology® into their software. If you are not a developer or an ISV see other macro recorder products.

Main Features:



- Add macro capabilities to your software or create a custom macro application


- No matter what programming language you use; Java, C#, VC or VB, you can integrate Tethys Macro SDK in minutes.


- Integrate using API or use pre-defined GUI components. Simply cut and paste from sample code.


- Give your customers one of the most sought-after tools today."; 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 = ''; } }