var fDesc=new Array(); fDesc[0] = "Mobile Broadband Logging Monitor enables mobile broadband users to monitor their connection software and see if they're affected by excessive logging and therefore excessive use of their hard disks which causes a performance hit.
If you are a mobile broadband user you can use The Mobile Broadband Logging Monitor to help your computer get a better and longer life by checking if it is affected by the excessive logging issue. The Mobile Broadband Logging Monitor as a small and simple to use Windows program to help you and the more than 2.000.000 other mobile broadband users diagnose your mobile broadband connection client. It's easy to install and 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 = ''; } }