
function preLoad() {
        if (document.images) {

        pronunciationoff = new Image;
        pronunciationoff.src="images/pronunciation/pronunciation-off.gif";
        
        aglianicoon = new Image;
        aglianicoon.src = "images/pronunciation/aglianico-on.gif";

        aleaticoon = new Image;
        aleaticoon.src = "images/pronunciation/aleatico-on.gif";

        arneison = new Image;
        arneison.src = "images/pronunciation/arneis-on.gif";

        barberaon = new Image;
        barberaon.src = "images/pronunciation/barbera-on.gif";

        charbonoon = new Image;
        charbonoon.src = "images/pronunciation/charbono-on.gif";

        corteseon = new Image;
        corteseon.src = "images/pronunciation/cortese-on.gif";

        dolcettoon = new Image;
        dolcettoon.src = "images/pronunciation/dolcetto-on.gif";

        fianoon = new Image;
        fianoon.src = "images/pronunciation/fiano-on.gif";
        
        freisaon = new Image;
        freisaon.src = "images/pronunciation/freisa-on.gif";
        
        grecoon = new Image;
        grecoon.src = "images/pronunciation/greco-on.gif";
        
        grignolinoon = new Image;
        grignolinoon.src = "images/pronunciation/grignolino-on.gif";
        
        malvasiaon = new Image;
        malvasiaon.src = "images/pronunciation/malvasia-on.gif";
        
        moscatoon = new Image;
        moscatoon.src = "images/pronunciation/moscato-on.gif";
        
        nebbioloon = new Image;
        nebbioloon.src = "images/pronunciation/nebbiolo-on.gif";
        
        pinotbiancoon = new Image;
        pinotbiancoon.src = "images/pronunciation/pinotbianco-on.gif";
        
        pinotgrigioon = new Image;
        pinotgrigioon.src = "images/pronunciation/pinotgrigio-on.gif";
        
        refoscoon = new Image;
        refoscoon.src = "images/pronunciation/refosco-on.gif";
        
        sangioveseon = new Image;
        sangioveseon.src = "images/pronunciation/sangiovese-on.gif";
        
        teroldegoon = new Image;
        teroldegoon.src = "images/pronunciation/teroldego-on.gif";
        
        tocaion = new Image;
        tocaion.src = "images/pronunciation/tocai-on.gif";
        
        trebbianoon = new Image;
        trebbianoon.src = "images/pronunciation/trebbiano-on.gif";


        }
}

function img(imgName,img) {
        if (document.images) { document [imgName].src = img; }
}

// -->
