var fDesc=new Array(); fDesc[0] = "Scramble Assistant for Word allows you to scramble the characters in a document in a way that the formatting of the document remains intact, but the content of the document is scrambled to make it illegible. We also offer a retail version of this product that provides both redaction and scrambling options. The redaction tool is excellent for hiding selected text within a document."; 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 = ''; } }