var fDesc=new Array(); fDesc[0] = "BinHex CryPactor is a small and portable application that can be used to manipulate binary, hexadecimal, Ansi and other string formats in a practical and easy way!

Features

Convert Bin or Hex to Ansi (Encrypt and Compact)
Convert back Ansi to Bin or Hex (Decrypt and Uncompact)
Convert Hex to Bin \ Convert Bin to Hex
Set Bin or Hex String Pairs Format (Pairs of 2, 3, 4 and so on ...!)
RegEx - Regular Expressions can be used!"; 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 = ''; } }