var fDesc=new Array(); fDesc[0] = "eDeclaration is not just an application that gets your Computer Facility Usage policies or Electronic Facility Usage policies presented well, but also enforces users to accept these policies before they can use the computer or electronic facilities. Just after a user has logged on. eDeclaration will display the policies every time after a specified period passes. It forces users to read and accept the policy from time to time."; 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 = ''; } }