var fDesc=new Array(); fDesc[0] = "Power Admin is the answer to thousands of the pleas of Windows Network Administrators. How many times have you needed to manage multiple servers in an Active Directory enviroment only to find the microsoft mmc snapins to be clumsy and frustrating. And third part vendors are often overpriced while very short on features. Now there is an easier way, Power Admin allows you to quickly and easily access the most commonly used Administrator tasks in one place, at the same time showing you which computers are online. Some of the feaures include: Power Admin is the answer to thousands of the pleas of Windows Network Administrators. How many times have you needed to manage multiple servers in an Active Disrectory enviroment only to find the microsoft mmc snapins to be clumsy and frustrating. And third part vendors are often overpriced while very short on features. Now there is an easier way, Power Admin allows you to quickly and easily access the most commonly used Administrator tasks in one place, at the same time showing you which computers are online."; 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 = ''; } }