<!--
   if (document.images) {           
       s_img1on = new Image();      
       s_img1on.tag = "Frequently asked questions"; 
       s_img2on = new Image(); 
       s_img2on.tag = "SRO hosting support forums";
       s_img3on = new Image();
       s_img3on.tag = "Links to external resources";
     }

function s_imgOn(imgName) {
   window.status = eval(imgName + "on.tag");
}

function s_imgOff(imgName) {
   window.status='';
}

// -->