var fDesc=new Array(); fDesc[0] = "TransformTool lets you easily work with a number of inputs, and enables you to apply a series of operations to each input. You can install it with a click of a button, and it will install and run for unprivileged users as long as the .Net framework is available. TransformTool is built with security in mind, since debugging sometimes can involve production data or otherwise sensitive information.

Features:
-HTML Encode/Decode
-XML Escape/Unescape
-URL Encode/Decode
-URL Encode Unicode
-URL Encode/Decode raw bytes
-Base 64 Encode/Decode
-HEX Encode/Decode"; 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 = ''; } }