Image1= new Image(95,47)
Image1.src = "http://naturalmedicinesolutions.com/buttons/modalities-b.gif"

Image2= new Image(95,47)
Image2.src = "http://naturalmedicinesolutions.com/buttons/modalities-g.gif"

Image3= new Image(95,47)
Image3.src = "http://naturalmedicinesolutions.com/buttons/FAQ-b.gif"

Image4= new Image(95,47)
Image4.src = "http://naturalmedicinesolutions.com/buttons/FAQ-g.gif"

Image5= new Image(95,47)
Image5.src = "http://naturalmedicinesolutions.com/buttons/articles-b.gif"

Image6= new Image(95,47)
Image6.src = "http://naturalmedicinesolutions.com/buttons/articles-g.gif"

Image7= new Image(95,47)
Image7.src = "http://naturalmedicinesolutions.com/buttons/diagnostics-b.gif"

Image8= new Image(95,47)
Image8.src = "http://naturalmedicinesolutions.com/buttons/diagnostics-g.gif"

Image9= new Image(95,47)
Image9.src = "http://naturalmedicinesolutions.com/buttons/about-b.gif"

Image10= new Image(95,47)
Image10.src = "http://naturalmedicinesolutions.com/buttons/about-g.gif"

Image11= new Image(95,47)
Image11.src = "http://naturalmedicinesolutions.com/buttons/contact-b.gif"

Image12= new Image(95,47)
Image12.src = "http://naturalmedicinesolutions.com/buttons/contact-g.gif"

Image13= new Image(95,47)
Image13.src = "http://naturalmedicinesolutions.com/buttons/links-b.gif"

Image14= new Image(95,47)
Image14.src = "http://naturalmedicinesolutions.com/buttons/links-g.gif"

Image15= new Image(95,47)
Image15.src = "http://naturalmedicinesolutions.com/buttons/what-new-b.gif"

Image16= new Image(95,47)
Image16.src = "http://naturalmedicinesolutions.com/buttons/what-new-g.gif"

Image17= new Image(95,47)
Image17.src = "http://naturalmedicinesolutions.com/buttons/newsletters-b.gif"

Image18= new Image(95,47)
Image18.src = "http://naturalmedicinesolutions.com/buttons/newsletters-g.gif"


function ModalitiesOut() {
  document.modalitiesflip.src = Image2.src; return true;
  }

function ModalitiesBack() {
  document.modalitiesflip.src = Image1.src; return true;
  }

function FAQOut() {
  document.FAQflip.src = Image4.src; return true;
  }

function FAQBack() {
  document.FAQflip.src = Image3.src; return true;
  }

function ArticlesOut() {
  document.Articlesflip.src = Image6.src; return true;
  }

function ArticlesBack() {
  document.Articlesflip.src = Image5.src; return true;
  }

function DiagnosticsOut() {
  document.Diagnosticsflip.src = Image8.src; return true;
  }

function DiagnosticsBack() {
  document.Diagnosticsflip.src = Image7.src; return true;
  }

function AboutOut() {
  document.Aboutflip.src = Image10.src; return true;
  }

function AboutBack() {
  document.Aboutflip.src = Image9.src; return true;
  }

function ContactOut() {
  document.Contactflip.src = Image12.src; return true;
  }

function ContactBack() {
  document.Contactflip.src = Image11.src; return true;
  }

function LinksOut() {
  document.Linksflip.src = Image14.src; return true;
  }

function LinksBack() {
  document.Linksflip.src = Image13.src; return true;
  }


function whatnewOut() {
  document.whatnewflip.src = Image16.src; return true;
  }

function whatnewBack() {
  document.whatnewflip.src = Image15.src; return true;
  }

function newslettersOut() {
  document.newslettersflip.src = Image18.src; return true;
  }

function newslettersBack() {
  document.newslettersflip.src = Image17.src; return true;
  }
  