/*********************************************************
        
            http://www.pagetutor.com/buttons/
   
**********************************************************/

// preload images:

loadImage1 = new Image();
loadImage1.src = "http://www.stmatthewame.org/yam/images/index_03_over.jpg";
staticImage1 = new Image();
staticImage1.src = "http://www.stmatthewame.org/yam/images/index_03.jpg";

loadImage2 = new Image();
loadImage2.src = "http://www.stmatthewame.org/yam/images/index_04_over.jpg";
staticImage2 = new Image();
staticImage2.src = "http://www.stmatthewame.org/yam/images/index_04.jpg";

loadImage3 = new Image();
loadImage3.src = "http://www.stmatthewame.org/yam/images/index_05_over.jpg";
staticImage3 = new Image();
staticImage3.src = "http://www.stmatthewame.org/yam/images/index_05.jpg";

loadImage4 = new Image();
loadImage4.src = "http://www.stmatthewame.org/yam/images/index_06_over.jpg";
staticImage4 = new Image();
staticImage4.src = "http://www.stmatthewame.org/yam/images/index_06.jpg";