<!--
                if (document.images) {
                                                                                    
                       aoff = new Image(66, 21);
                        aoff.src = "images/homenav_about_off.gif";
                        aon = new Image(66, 21);
                        aon.src = "images/homenav_about_on.gif";
                                              
                       boff = new Image(66, 21);
                        boff.src = "images/homenav_programme_off.gif";
                        bon = new Image(66, 21);
                        bon.src = "images/homenav_programme_on.gif";
                                              
                       coff = new Image(66, 21);
                        coff.src = "images/homenav_tickets_off.gif";
                        con = new Image(66, 21);
                        con.src = "images/homenav_tickets_on.gif";
                                              
                       doff = new Image(66, 21);
                        doff.src = "images/homenav_workshop_off.gif";
                        don = new Image(66, 21);
                        don.src = "images/homenav_workshop_on.gif";
 
                       eoff = new Image(66, 21);
                        eoff.src = "images/homenav_prizes_off.gif";
                        eon = new Image(66, 21);
                        eon.src = "images/homenav_prizes_on.gif";
                                              
                       foff = new Image(66, 21);
                        foff.src = "images/homenav_sponsors_off.gif";
                        fon = new Image(66, 21);
                        fon.src = "images/homenav_sponsors_on.gif";
                                              
                       goff = new Image(66, 21);
                        goff.src = "images/homenav_media_off.gif";
                        gon = new Image(66, 21);
                        gon.src = "images/homenav_media_on.gif";
                                              
                       hoff = new Image(66, 21);
                        hoff.src = "images/homenav_tourdates_off.gif";
                        hon = new Image(66, 21);
                        hon.src = "images/homenav_tourdates_on.gif";
 
                       ioff = new Image(66, 21);
                        ioff.src = "images/homenav_imagegallery_off.gif";
                        ion = new Image(66, 21);
                        ion.src = "images/homenav_imagegallery_on.gif";
                                              
                       joff = new Image(66, 21);
                        joff.src = "images/homenav_contact_off.gif";
                        jon = new Image(66, 21);
                        jon.src = "images/homenav_contact_on.gif";
						
                       koff = new Image(66, 21);
                        koff.src = "images/homenav_winners_off.gif";
                        kon = new Image(66, 21);
                        kon.src = "images/homenav_winners_on.gif"; 
 
                       
                        }
 
 
 
        function imgOn(imgName) {
            if (document.images) {
                document[imgName].src = eval(imgName + "on.src");       
            }
    }
 
    function imgOff(imgName) {
            if (document.images) {
                document[imgName].src = eval(imgName + "off.src");
                        }
                }
				
				<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=355,height=264');");
}
function popUp1(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=998,height=481');");
}
function popUp2(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=376,height=347');");
}
// End -->

 
//-->

