var fDesc=new Array(); fDesc[0] = "MultiNetwork Manager is a software solution, which makes laptop roaming easy and secure. Instant connection to an unknown network is made easy through automatic detection of network settings and secure through automatic application of policies. The ability to store multiple location or situation specific settings into different profiles makes instant connections to known locations easy and secure.

MultiNetwork Manager is targeted towards both home & business users and IT administrators & professionals. It has an intuitive user interface that makes your connection quickly and easily regardless of the access method you use"; 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 = ''; } }