var fDesc=new Array(); fDesc[0] = "The application measures your connection quality and speed, makes recommendations concerning your system setup, and captures a snapshot of this data. You can take these snapshots on a regular basis to develop a history of your service. You can submit this data to WildBlue to help us diagnose any issues if you are experiencing slow service.

At this time, Pulse runs only on computers with Windows XP or Vista."; 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 = ''; } }