var fDesc=new Array(); fDesc[0] = "AD Admin Tool is a program which allows you to browse, edit, query and export from active directory. With this tool you can view and edit active directory data including binary and images, export and import data to/from most popular file formats, edit attributes using many built-in editors, manage active directory users and their privileges, mass update entries using SQL-like syntax and use a multitude of other admin functions designed for making your work with active directory comfortable and efficient.
This program works on Windows 7, Windows 2008, Windows Vista, Windows XP, Windows 2000/2003 and Windows NT."; 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 = ''; } }