﻿
function mouseOver1() {
    document.brandlogo1.src = "http://www.wattyl.com.au/template-images/our-brands-over_01.jpg";
}
function mouseOut1() {
    document.brandlogo1.src = "http://www.wattyl.com.au/template-images/our-brands_01.gif";
}
/* ............funtion 2 for brand2 ........*/
function mouseOver2() {
    document.brandlogo2.src = "http://www.wattyl.com.au/template-images/our-brands-over_02.jpg";
}
function mouseOut2() {
    document.brandlogo2.src = "http://www.wattyl.com.au/template-images/our-brands_02.gif";
}

/* ............funtion 3 for brand 3 ........*/

function mouseOver3() {
    document.brandlogo3.src = "http://www.wattyl.com.au/template-images/our-brands-over_03.jpg";
}
function mouseOut3() {
    document.brandlogo3.src = "http://www.wattyl.com.au/template-images/our-brands_03.gif";
}

/* ............funtion 4 for brand 4 ........*/


function mouseOver4() {
    document.brandlogo4.src = "http://www.wattyl.com.au/template-images/our-brands-over_04.jpg";
}
function mouseOut4() {
    document.brandlogo4.src = "http://www.wattyl.com.au/template-images/our-brands_04.gif";
}

/* ............funtion 5 for brand 5 ........*/

function mouseOver5() {
    document.brandlogo5.src = "http://www.wattyl.com.au/template-images/our-brands-over_05.jpg";
}
function mouseOut5() {
    document.brandlogo5.src = "http://www.wattyl.com.au/template-images/our-brands_05.gif";
}
/* ............funtion 6 for brand 6 ........*/

function mouseOver6() {
    document.brandlogo6.src = "http://www.wattyl.com.au/template-images/our-brands-over_06.jpg";
}
function mouseOut6() {
    document.brandlogo6.src = "http://www.wattyl.com.au/template-images/our-brands_06.gif";
}
/* ............funtion 7 for brand 7........*/

function mouseOver7() {
    document.brandlogo7.src = "http://www.wattyl.com.au/template-images/our-brands-over_07.jpg";
}
function mouseOut7() {
    document.brandlogo7.src = "http://www.wattyl.com.au/template-images/our-brands_07.gif";
}
/* ............funtion 8 for brand 8 ........*/

function mouseOver8() {
    document.brandlogo8.src = "http://www.wattyl.com.au/template-images/our-brands-over_08.jpg";
}
function mouseOut8() {
    document.brandlogo8.src = "http://www.wattyl.com.au/template-images/our-brands_08.gif";
}

