var fDesc=new Array(); fDesc[0] = "Developed by popular demand, cPanel Wizard Professional takes Hosting Administration convenience to the next level for cPanel users. Regardless of if you are a web host or designer with multitudes of accounts to care for, or if you have only one, the convenience level offered by desktop administration of your cPanel accounts is one to be experienced. All of your access details are contained by the software in an encrypted database for your access convenience. And accessing specific cPanel functions is simply a matter of a single mouse click.
All of your controls are at your fingertips, including access to the cPanel accounts database, a full featured WYSIWYG HTML scratchpad, and a keyword book- marking system for your URL's, called Key Connect."; 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 = ''; } }