var fDesc=new Array(); fDesc[0] = "It is a toolkit created to assist in the deployment and management of Rescue and Recovery and Client Security Solution. This toolset includes: Point and click wizard to make the creation of Antidote scripts easy; RRUtil.exe is an administrator tool which can be used to customize parts of the Rescue and Recovery PreDesktop Area; Convdate utility is used to determine the HEX values of date and time and to convert date and time values into HEX values. It can be used to set a custom data and time in a backup field of TVT.TXT."; 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 = ''; } }