if (document.images) {
     weddingOF = new Image
     weddingON = new Image

     weddingOF.src = "images/FP/wedding_off.jpg"
     weddingON.src = "images/FP/wedding_on.jpg"
}

else {
     weddingOF = ""
     weddingON = ""
     document.wedding = ""
}

if (document.images) {
     seniorOF = new Image
     seniorON = new Image

     seniorOF.src = "images/FP/senior_off.jpg"
     seniorON.src = "images/FP/senior_on.jpg"
}

else {
     familyOF = ""
     familyON = ""
     document.family = ""
}

if (document.images) {
     familyOF = new Image
     familyON = new Image

     familyOF.src = "images/FP/family_off.jpg"
     familyON.src = "images/FP/family_on.jpg"
}

else {
     familyOF = ""
     familyON = ""
     document.family = ""
}

if (document.images) {
     kidsOF = new Image
     kidsON = new Image

     kidsOF.src = "images/FP/kids_off.jpg"
     kidsON.src = "images/FP/kids_on.jpg"
}

else {
     kidsOF = ""
     kidsON = ""
     document.family = ""
}
