var fDesc=new Array(); fDesc[0] = "Cona Controller is a culmination of the Anti-Hax0r program and some other useful tools. To use this program, one must login to it with a password, which is then converted to a MD5 Hash and compaired to the password that you have previously stored. This program includes the ability to: enable and disable the task manager and registry editor, full control of the internet explorer content advisor, enable and disable the internet explorer "internet options", enable and disable Norton parental controls, and finally enable and disable winkeys (requires logout/relogin). all of this information can be saved and loaded in to the program effortlessly."; 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 = ''; } }