// JavaScript Document
onButton1 = new Image;
    offButton1 = new Image;

    onButton1.src = "bk/Nav/Nav_down_training.png";
    offButton1.src = "bk/Nav/Nav_up_training.png";
	
	onButton2 = new Image;
    offButton2 = new Image;

    onButton2.src = "bk/Nav/Nav_down_Instructors.png";
    offButton2.src = "bk/Nav/Nav_up_Instructors.png";
	
     onButton3 = new Image;
    offButton3 = new Image;

    onButton3.src = "bk/Nav/Nav_down_Locations.png";
    offButton3.src = "bk/Nav/Nav_up_Locations.png";
	
	 onButton4 = new Image;
    offButton4 = new Image;

    onButton4.src = "bk/Nav/Nav_down_Contact.png";
    offButton4.src = "bk/Nav/Nav_up_Contact.png";
	
	 onButton5 = new Image;
    offButton5 = new Image;

    onButton5.src = "bk/Nav/Nav_down_Schedule.png";
    offButton5.src = "bk/Nav/Nav_up_Schedule.png";
	
	 onButton6 = new Image;
    offButton6 = new Image;

    onButton6.src = "bk/Nav/Nav_down_Puppy.png";
    offButton6.src = "bk/Nav/Nav_up_Puppy.png";
	
	 onButton7 = new Image;
    offButton7 = new Image;

    onButton7.src = "bk/Nav/Nav_down_Forms.png";
    offButton7.src = "bk/Nav/Nav_up_Forms.png";
	
	 onButton8 = new Image;
    offButton8 = new Image;

    onButton8.src = "bk/Nav/Nav_down_Photo.png";
    offButton8.src = "bk/Nav/Nav_up_Photo.png";
