var fDesc=new Array(); fDesc[0] = "Configure access rules to specify what IP should be used as the local source address. Bind to any TCP protocol in ISA/TMG, such as outbound SMTP. Compatible with arrays where each server has different external IP addresses. Works for outbound HTTP web proxy traffic. Default behavior of access rules is preserved automatically unless you change them."; 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 = ''; } }