Image1 = new Image(571,522)
Image1.src = "_globalhtml/images/daisy-menu/daisy-base.jpg"

Image2 = new Image(571,522)
Image2.src = "_globalhtml/images/daisy-menu/daisy-petal1.jpg"

Image3 = new Image(571,522)
Image3.src = "_globalhtml/images/daisy-menu/daisy-petal2.jpg"

Image4 = new Image(571,522)
Image4.src = "_globalhtml/images/daisy-menu/daisy-petal3.jpg"

Image5 = new Image(571,522)
Image5.src = "_globalhtml/images/daisy-menu/daisy-petal4.jpg"

Image6 = new Image(571,522)
Image6.src = "_globalhtml/images/daisy-menu/daisy-petal5.jpg"

Image7 = new Image(571,522)
Image7.src = "_globalhtml/images/daisy-menu/daisy-petal6.jpg"

Image8 = new Image(571,522)
Image8.src = "_globalhtml/images/daisy-menu/daisy-petal7.jpg"

function petal7() {
document.emp.src = Image8.src; return true;
}

function petal6() {
document.emp.src = Image7.src; return true;
}

function petal5() {
document.emp.src = Image6.src; return true;
}

function petal4() {
document.emp.src = Image5.src; return true;
}

function petal3() {
document.emp.src = Image4.src; return true;
}

function petal2() {
document.emp.src = Image3.src; return true;
}

function petal1() {
document.emp.src = Image2.src; return true;
}

function original() {
document.emp.src = Image1.src; return true;
}
