<!--
   if (document.images) {           
       n_img1on = new Image();      
       n_img1on.tag = "Check on servers and services"; 
       n_img2on = new Image(); 
       n_img2on.tag = "Network ping and traceroute tests";
       n_img3on = new Image();
       n_img3on.tag = "Network status and reports";
     }

function n_imgOn(imgName) {
       window.status = eval(imgName + "on.tag");
}

function n_imgOff(imgName) {
       window.status='';
}

// -->