var fDesc=new Array(); fDesc[0] = "Base64Tool is a powerful and easy-to-use application in which you can easily decode Base64 encoded data while viewing an LDIF file. You can use the "Scan Clipboard" option which will also keep this utility as the top-most application. This utility will detect it and decode on the fly; if it makes a mistake and does not recognize it as Base64, copy it again and then it will be added to the encoded area. It also supports the command line."; 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 = ''; } }