<!--Hide script from older browsers

if (document.images) {

bioText = new Image
cardsText = new Image
contactmeText = new Image
homeText = new Image
limitedText = new Image
linkText = new Image
paintText = new Image
skyeText = new Image
noText = new Image

bioText.src = "navigation/biotext.gif"
cardsText.src = "navigation/cardtext.gif"
contactmeText.src = "navigation/contactmetext.gif"
homeText.src = "navigation/hometext.gif"
limitedText.src = "navigation/limitedtext.gif"
linkText.src = "navigation/linktext.gif"
paintText.src = "navigation/painttext.gif"
skyeText.src = "navigation/skyetext.gif"
noText.src = "pagelements/pixel.gif"

bioOff = new Image
bioOn = new Image
brushOff = new Image
brushOn = new Image
cardsOff = new Image
cardsOn = new Image
homeOff = new Image
homeOn = new Image
linkOff = new Image
linkOn = new Image
phoneOff = new Image
phoneOn = new Image
printOff = new Image
printOn = new Image
skyeOff = new Image
skyeOn = new Image


bioOff.src = "navigation/biooff.gif"
bioOn.src = "navigation/bioon.gif"
brushOff.src = "navigation/brushoff.gif"
brushOn.src = "navigation/brushon.gif"
cardsOff.src = "navigation/cardsoff.gif"
cardsOn.src = "navigation/cardson.gif"
homeOff.src = "navigation/homeoff.gif"
homeOn.src = "navigation/homeon.gif"
linkOff.src = "navigation/linkoff.gif"
linkOn.src = "navigation/linkon.gif"
phoneOff.src = "navigation/phoneoff.gif"
phoneOn.src = "navigation/phoneon.gif"
printOff.src = "navigation/printoff.gif"
printOn.src = "navigation/printon.gif"
skyeOff.src = "navigation/skyeoff.gif"
skyeOn.src = "navigation/skyeon.gif"

}

function chgImg(imgField,newImg) {
if (document.images) {
document[imgField].src= eval(newImg + ".src")
}
}

function certWindow() {

certWindow = window.open('ltdprints/cert.jpg', 'certWin','width=356,height=505')
certWindow.focus()

}

function orderWindow() {

ordWindow = window.open('mycalculator.html', 'ordWin','width=500,height=600,scrollbars,menubar')
ordWindow.focus()

}

// End hiding script from older browsers -->

