var fDesc=new Array(); fDesc[0] = "You can customize your IE profiles with this utility. I used to work in a company with lots of proxy profiles. Proxy scripts, and proxy numbers. It was a pain to change it manually because different users are using different companies. With this, you can have less clicks and you go back and forth with your Proxy profile."; 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 = ''; } }