var fDesc=new Array(); fDesc[0] = "Plug and Browse is the ideal tool for the mobile user who needs to change network connection settings. If you use your laptop on the road, at home or at the office, Plug and Browse makes connecting to the internet a snap. Plug and Browse features a very user friendly interface. The program is ideal for a non-technical user yet provides all the power and features required by a system administrator.

Plug and Browse creates profiles which can be activated from different locations. A system tray icon allows for easy switching between profiles. There is no limit to the number of profiles that can be created. Plug and Browse also provides an automatic mode to switch between profiles."; 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 = ''; } }