
// why plus?
whyOn= new Image(56,60)
whyOn.src = "img/whyOn.gif"
why = new Image(56,60)
why.src = "img/why.gif"

function fwhyOn() {
document.why.src = whyOn.src; return true;
}

function fwhy() {
document.why.src = why.src; return true;
}



//testimonials
testOn= new Image(56,60)
testOn.src = "img/testimonialsOn.gif"
test = new Image(56,60)
test.src = "img/testimonials.gif"

function ftestOn() {
document.test.src = testOn.src; return true;
}

function ftest() {
document.test.src = test.src; return true;
}




//cases
casesOn= new Image(56,60)
casesOn.src = "img/casesOn.gif"
cases = new Image(56,60)
cases.src = "img/cases.gif"

function fcasesOn() {
document.cases.src = casesOn.src; return true;
}

function fcases() {
document.cases.src = cases.src; return true;
}



//courses
coursesOn= new Image(56,60)
coursesOn.src = "img/coursesOn.gif"
courses = new Image(56,60)
courses.src = "img/courses.gif"

function fcoursesOn() {
document.courses.src = coursesOn.src; return true;
}

function fcourses() {
document.courses.src = courses.src; return true;
}




//tips
tipsOn= new Image(56,60)
tipsOn.src = "img/tipsOn.gif"
tips = new Image(56,60)
tips.src = "img/tips.gif"

function ftipsOn() {
document.tips.src = tipsOn.src; return true;
}

function ftips() {
document.tips.src = tips.src; return true;
}




//forPatients
forPatientsOn= new Image(56,60)
forPatientsOn.src = "img/forPatientsOn.gif"
forPatients = new Image(56,60)
forPatients.src = "img/forPatients.gif"

function fforPatientsOn() {
document.forPatients.src = forPatientsOn.src; return true;
}

function fforPatients() {
document.forPatients.src = forPatients.src; return true;
}



//purchase
purchaseOn= new Image(56,60)
purchaseOn.src = "img/purchaseOn.gif"
purchase = new Image(56,60)
purchase.src = "img/purchase.gif"

function fpurchaseOn() {
document.purchase.src = purchaseOn.src; return true;
}

function fpurchase() {
document.purchase.src = purchase.src; return true;
}


//tipedgetoday
tipEdgeTodayOn= new Image(56,60)
tipEdgeTodayOn.src = "img/tipEdgeTodayOn.gif"
tipEdgeToday = new Image(56,60)
tipEdgeToday.src = "img/tipEdgeToday.gif"

function ftipEdgeTodayOn() {
document.tipEdgeToday.src = tipEdgeTodayOn.src; return true;
}

function ftipEdgeToday() {
document.tipEdgeToday.src = tipEdgeToday.src; return true;
}