<!--
   if (document.images) {           
       a_img0on = new Image();      	
       a_img0on.tag = "Our network connections"; 
       a_img1on = new Image();      	
       a_img1on.tag = "Uptime Guarantee and SLA"; 
       a_img2on = new Image();  
       a_img2on.tag = "Our policy regarding unsolicited email";
       a_img3on = new Image();
       a_img3on.tag = "Hosting agreement - Terms";
       a_img4on = new Image();
       a_img4on.tag = "Server hardware specifications";

     }

function a_imgOn(imgName) {
       window.status = eval(imgName + "on.tag");
}

function a_imgOff(imgName) {
       window.status='';
}

// -->
