var fDesc=new Array(); fDesc[0] = "An advanced solution for the protection and optimization of web traffic within your company network. It enables both monitoring and directing of users web activities. It also utilizes your internet connectivity, and reduces the risk of virus infections. Contributes to protecting the reputation of your company. The solution acts as a secure gateway between the internal network and the Internet. You can monitor and even block web requests from any end station. Choice of permitted and prohibited web categories is carried out centrally for the entire corporate network."; 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 = ''; } }