

<!--     

             aon = new Image();
             aon.src = "latestnews_2.gif";
             aoff = new Image();
             aoff.src = "latestnews_1.gif";     

             bon = new Image();
             bon.src = "whois_2.gif";
             boff = new Image();
             boff.src = "whois_1.gif";   

             con = new Image();
             con.src = "mission_2.gif";
             coff = new Image();
             coff.src = "mission_1.gif";     

             don = new Image();
             don.src = "overseas_2.gif";
             doff = new Image();
             doff.src = "overseas_1.gif";

             eon = new Image();
             eon.src = "ukprojects_2.gif";
             eoff = new Image();
             eoff.src = "ukprojects_1.gif";
            
 			 fon = new Image();
             fon.src = "funds_2.gif";
             foff = new Image();
             foff.src = "funds_1.gif";

             var stag;       
             var tag = 1;
             var rollbuf = "CLEAR";
     

     function rollon(imgName) {
             clearTimeout(stag);
             if ( rollbuf != "CLEAR" ) {
               imgButton = eval(rollbuf + "off.src");
               document[rollbuf].src = imgButton;
               rollbuf = "CLEAR";
             }

             imgButton = eval(imgName + "on.src");
             document[imgName].src = imgButton;
             tag = 1;

     }

     function rolloff(imgName) {
             if (tag == 1) { 
               rollbuf = imgName;
               BLAH = imgName;
               stag = setTimeout("rolloff(BLAH)",20);
               tag = 0;
             }

             else {
               imgButton = eval(imgName + "off.src");
               document[imgName].src = imgButton;
               rollbuf = "CLEAR";
               self.status="Signpost International";
               tag = 1;
             }
     }     

//-->


