// This Script preloads the Image Buttons on the home page
// Public Button and Practitioners Button


// Preload "PublicButton.png"
PublicButton = new Image();
PublicButton.src = "graphics/PublicButton.png";
PublicButtonGrey = new Image();
PublicButtonGrey.src = "graphics/PublicButtonGrey.png";

// Preload "PractButton.png"
PractButton = new Image();
PractButton.src = "graphics/PractButton.png";
PractButtonGrey = new Image();
PractButtonGrey.src = "graphics/PractButtonGrey.png";