﻿// JavaScript Document

//If using image buttons as controls, Set image buttons' image preload here true
//(use false for no preloading and for when using no image buttons as controls):

var pict1=[]; //FIRST SLIDESHOW
//configure the below images and descriptions to your own. 
pict1[0] = ["images/football_lt.png"];
pict1[1] = ["images/baseball_lt.png"];
pict1[2] = ["images/tennis_lt.png"];
pict1[3] = ["images/soccer_lt.png"];
pict1[4] = ["images/hockey_lt.png"];
pict1[5] = ["images/lacrosse_lt.png"];
//above slide show uses only the defaults
pict1.width=295; //use to set width of widest image if dimensions vary
pict1.height=198;
pict1.no_controls=1;
pict1.random=0;
pict1.no_descriptions=1;
pict1.delay=2500;

var pict2=[]; //FIRST SLIDESHOW
//configure the below images and descriptions to your own. 
pict2[0] = ["images/football_md.png"];
pict2[1] = ["images/baseball_md.png"];
pict2[2] = ["images/tennis_md.png"];
pict2[3] = ["images/soccer_md.png"];
pict2[4] = ["images/hockey_md.png"];
pict2[5] = ["images/golf_md.jpg"];
//above slide show uses only the defaults
pict2.width=196; //use to set width of widest image if dimensions vary
pict2.height=198;
pict2.no_controls=1;
pict2.random=0;
pict2.no_descriptions=1;
pict2.delay=2500;

var pict3=[]; //FIRST SLIDESHOW
//configure the below images and descriptions to your own. 
pict3[0] = ["images/football_rt.png"];
pict3[1] = ["images/baseball_rt.png"];
pict3[2] = ["images/tennis_rt.png"];
pict3[3] = ["images/soccer_rt.png"];
pict3[4] = ["images/hockey_rt.png"];
pict3[5] = ["images/track_rt.png"];
//above slide show uses only the defaults
pict3.width=224; //use to set width of widest image if dimensions vary
pict3.height=198;
pict3.no_controls=1;
pict3.random=0;
pict3.no_descriptions=1;
pict3.delay=2500;
