var fDesc=new Array(); fDesc[0] = "Jareka Proxy Switcher Simple to use and minimalistic implementation. Small footprint and low memory use.
Lives in the tray when window is closed. Tooltips for everything explaining details.Guided actions. (certain actions only available when needed.)
Simple install and uninstall, non-admin install, non-admin user. No additional support files needed, everything included in the install, nothing need to be added to the system.Multi-Language support."; 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 = ''; } }