var fDesc=new Array(); fDesc[0] = "EAZ School Proxy Switcher is a program that helps users to switch between their school proxy network and home network. This program is suited for school staff who take their laptops back and forth between school and home often find that they constantly have to go into the bowels of Internet Explorer to enable or disable their school proxy."; 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 = ''; } }