var fDesc=new Array(); fDesc[0] = "It is designed to turn your Internet Explorer proxy on and off. After installing ProxyPal, just add it to your IE toolbar and you have one click access to toggle your proxy. This is very useful for corporate latptops that connect to the Internet away from work. Install ProxyPal today to put an end to seven-clicking your proxy on and off."; 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 = ''; } }