/* ROLLOVER CODE */

if (document.images) {
			/* NAV */
            img1on = new Image();   img1on.src = "http://www.ollyblackburn.com/assets/navigation/aboutOlly2.gif";
            img1off = new Image();  img1off.src = "http://www.ollyblackburn.com/assets/navigation/aboutOlly.gif";
            img2on = new Image();   img2on.src = "http://www.ollyblackburn.com/assets/navigation/filmTelevision2.gif";
            img2off = new Image();  img2off.src = "http://www.ollyblackburn.com/assets/navigation/filmTelevision.gif";
            img3on = new Image();   img3on.src = "http://www.ollyblackburn.com/assets/navigation/commercials2.gif";
            img3off = new Image();  img3off.src = "http://www.ollyblackburn.com/assets/navigation/commercials.gif";
            img4on = new Image();   img4on.src = "http://www.ollyblackburn.com/assets/navigation/musicVideo2.gif";
            img4off = new Image();  img4off.src = "http://www.ollyblackburn.com/assets/navigation/musicVideo.gif";
            img5on = new Image();   img5on.src = "http://www.ollyblackburn.com/assets/navigation/screenplays2.gif";
            img5off = new Image();  img5off.src = "http://www.ollyblackburn.com/assets/navigation/screenplays.gif";
            img6on = new Image();   img6on.src = "http://www.ollyblackburn.com/assets/navigation/otherThings2.gif";
            img6off = new Image();  img6off.src = "http://www.ollyblackburn.com/assets/navigation/otherThings.gif";
            img7on = new Image();   img7on.src = "http://www.ollyblackburn.com/assets/navigation/donkeyPunch2.gif";
            img7off = new Image();  img7off.src = "http://www.ollyblackburn.com/assets/navigation/donkeyPunch.gif";
            img21on = new Image();   img21on.src = "http://www.ollyblackburn.com/assets/navigation/mindgun2.gif";
            img21off = new Image();  img21off.src = "http://www.ollyblackburn.com/assets/navigation/mindgun.gif";
            img22on = new Image();   img22on.src = "http://www.ollyblackburn.com/assets/navigation/collage2.gif";
            img22off = new Image();  img22off.src = "http://www.ollyblackburn.com/assets/navigation/collage.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");}}


