<!--
       img1on = new Image();      
       img1on.tag = "Site front page"; 
       img2on = new Image(); 
       img2on.tag = "Latest happenings";
       img3on = new Image();
       img3on.tag = "Our services";
       img4on = new Image();
       img4on.tag = "Support and help";
       img5on = new Image();
       img5on.tag = "About SRO Hosting";
       img6on = new Image();
       img6on.tag = "How to reach us";

function imgOn(imgName) {
       window.status = eval(imgName + "on.tag");
}

function imgOff(imgName) {
       window.status='';
}

// -->
