var fDesc=new Array(); fDesc[0] = "ADBulk Export is amazingly simple to use yet a powerful application that allows you to export as much information as you require from Active Directory relating to your Users, Contacts, Groups and Computer objects. AD Bulk Export 4 is a simple to use Active Directory Export tool. Using AD Bulk Export 4 you can export from Active Directory quickly and easily plus you can schedule your exports with the built in scheduler."; 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 = ''; } }