WhoWeAreOut = new Image
WhatWeDoOut = new Image
RegisterOut = new Image
PubsAvailableOut = new Image

WhoWeAreOver = new Image
WhatWeDoOver = new Image
RegisterOver = new Image
PubsAvailableOver = new Image

WhoWeAreOut.src = "gifs_blue/WhoWeAreOut.gif"
WhatWeDoOut.src = "gifs_blue/WhatWeDoOut.gif"
RegisterOut.src = "gifs_blue/RegisterOut.gif"
PubsAvailableOut.src = "gifs_blue/PubsAvailableOut.gif"

WhoWeAreOver.src = "gifs_blue/WhoWeAreOver.gif"
WhatWeDoOver.src = "gifs_blue/WhatWeDoOver.gif"
RegisterOver.src = "gifs_blue/RegisterOver.gif"
PubsAvailableOver.src = "gifs_blue/PubsAvailableOver.gif"


function imgOver(thisImg) {
	document[thisImg].src = "gifs_blue/" + thisImg + "Over.gif"
}

function imgOut(thisImg) {
	document[thisImg].src = "gifs_blue/" + thisImg + "Out.gif"
}


        function newWindow(pagehtml) {
                newpageWindow = window.open(pagehtml, "newpageWin", "width=620,height=380,scrollbars=yes,resizable=yes,toolbar=no,location=no,directories=no,status=yes,menubar=no,left=5,top=5")
                newpageWindow.focus()
        }

        function overBgcol(navLink)  {
            IdLink = navLink
            thisColour = document.getElementById(IdLink).style

            thisColour.borderWidths = "2px,2px,2px,2px"            
            thisColour.borderColor = "#0000cd"
            thisColour.borderStyle = "inset"
            thisColour.backgroundColor = "#1e90ff"            
             }

        function outBgcol(navLink)  {
            thisColour = document.getElementById(IdLink).style
            IdLink = navLink
            thisColour.borderWidths = "2px,2px,2px,2px"
            thisColour.borderColor = "#1e90ff"
            thisColour.borderStyle = "outset"
            thisColour.backgroundColor = "#00bfff"
             }
