var fDesc=new Array(); fDesc[0] = "A complementary device management solution to Wavelink’s Avalanche Mobility Center, Avalanche Site Edition is ideal for the small to medium businesses that do not require wireless infrastructure management or complex network architecture. With the same power to manage your mobile devices as Avalanche MC, Avalanche SE is an easy-to-use management solution that provides complete visibility and control of mobile devices from a central console.

Wavelink Avalanche Enablers: Download and install Wavelink Avalanche Enablers for your specific mobile devices. Use the “For Devices” search menus for a complete listing of available enablers."; 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 = ''; } }