/*
Menu Ver 1.1
Author Steven Matidis
Copyright© All Rights Reserved Website Solution
This script may not be used or modified without the authors consent        
*/

function changeImg(obj, imgUrl){
obj.src = imgUrl;}


function change(picture) {
document.theimg.src = picture
}

function change1(picture) {
document.theimg1.src = picture
}


function change2(picture) {
document.theimg2.src = picture
}

function change3(picture) {
document.theimg3.src = picture
}

function change4(picture) {
document.theimg4.src = picture
}

function change5(picture) {
document.theimg5.src = picture
}

function change6(picture) {
document.theimg6.src = picture
}

function change7(picture) {
document.theimg7.src = picture
}

function change8(picture) {
document.theimg8.src = picture
}

