/*
	Feel free to change these and add your own images.
	Each image has up to 4 attributes associated with it:
	[0] = URL of the image source (.jpg .gif) *
	[1] = ALT text description of the image *
	[2] = URL to take the client to when the image is clicked (optional)
	[3] = javascript onclick events (optional)
	
	The images will rotate after the number of seconds given to the rotateImg
	function (0 for no rotate).
 */
var splashImgArray	= new Array;

/*splashImgArray[0]	= new Array;
splashImgArray[0][0]	= "graphics/splash-goes8.png";
splashImgArray[0][1]	= "GOES-8 Satellite Image of North America";
splashImgArray[0][2]	= "#";

splashImgArray[1]	= new Array;
splashImgArray[1][0]	= "graphics/splash-redtide.png";
splashImgArray[1][1]	= "Red Tide - Lower Patuxent River, MO - 11 July 2005 - Image courtesy John Schalles and Christine Hladik - Creighton University";
splashImgArray[1][2]	= "#";
*/
splashImgArray[0]	= new Array;
splashImgArray[0][0]	= "graphics2/airborneplatform.png";
splashImgArray[0][1]	= "aircraft";
splashImgArray[0][2]	= "#";

splashImgArray[1]	= new Array;
splashImgArray[1][0]	= "graphics2/fieldplatforms.png";
splashImgArray[1][1]	= "field platforms";
splashImgArray[1][2]	= "#";

splashImgArray[2]	= new Array;
splashImgArray[2][0]	= "graphics2/gis2.png";
splashImgArray[2][1]	= "gis 2";
splashImgArray[2][2]	= "#";

splashImgArray[3]	= new Array;
splashImgArray[3][0]	= "graphics2/intro.png";
splashImgArray[3][1]	= "intro";
splashImgArray[3][2]	= "#";

splashImgArray[4]	= new Array;
splashImgArray[4][0]	= "graphics2/mission.png";
splashImgArray[4][1]	= "mission";
splashImgArray[4][2]	= "#";

splashImgArray[5]	= new Array;
splashImgArray[5][0]	= "graphics2/research2.png";
splashImgArray[5][1]	= "research 2";
splashImgArray[5][2]	= "#";

splashImgArray[6]	= new Array;
splashImgArray[6][0]	= "graphics2/research3.png";
splashImgArray[6][1]	= "research 3";
splashImgArray[6][2]	= "#";

splashImgArray[7]	= new Array;
splashImgArray[7][0]	= "graphics2/research4.png";
splashImgArray[7][1]	= "research 4";
splashImgArray[7][2]	= "#";

splashImgArray[8]	= new Array;
splashImgArray[8][0]	= "graphics2/research5.png";
splashImgArray[8][1]	= "research 5";
splashImgArray[8][2]	= "#";

splashImgArray[9]	= new Array;
splashImgArray[9][0]	= "graphics2/research6.png";
splashImgArray[9][1]	= "research 6";
splashImgArray[9][2]	= "#";

splashImgArray[10]	= new Array;
splashImgArray[10][0]	= "graphics2/research7.png";
splashImgArray[10][1]	= "research 7";
splashImgArray[10][2]	= "#";

splashImgArray[11]	= new Array;
splashImgArray[11][0]	= "graphics2/research8.png";
splashImgArray[11][1]	= "research 8";
splashImgArray[11][2]	= "#";

splashImgArray[12]	= new Array;
splashImgArray[12][0]	= "graphics2/research8.png";
splashImgArray[12][1]	= "research 8";
splashImgArray[12][2]	= "#";

splashImgArray[13]	= new Array;
splashImgArray[13][0]	= "graphics2/research10.png";
splashImgArray[13][1]	= "research 10";
splashImgArray[13][2]	= "#";

splashImgArray[14]	= new Array;
splashImgArray[14][0]	= "graphics2/research11.png";
splashImgArray[14][1]	= "research 11";
splashImgArray[14][2]	= "#";

splashImgArray[15]	= new Array;
splashImgArray[15][0]	= "graphics2/research12.png";
splashImgArray[15][1]	= "research 12";
splashImgArray[15][2]	= "#";

splashImgArray[16]	= new Array;
splashImgArray[16][0]	= "graphics2/research13.png";
splashImgArray[16][1]	= "research 13";
splashImgArray[16][2]	= "#";

splashImgArray[17]	= new Array;
splashImgArray[17][0]	= "graphics2/research_infrastructure.png";
splashImgArray[17][1]	= "research infrastructure";
splashImgArray[17][2]	= "#";

splashImgArray[18]	= new Array;
splashImgArray[18][0]	= "graphics2/rs1.png";
splashImgArray[18][1]	= "rs 1";
splashImgArray[18][2]	= "#";

splashImgArray[19]	= new Array;
splashImgArray[19][0]	= "graphics2/rs2.png";
splashImgArray[19][1]	= "rs 2";
splashImgArray[19][2]	= "#";

splashImgArray[20]	= new Array;
splashImgArray[20][0]	= "graphics2/rs3.png";
splashImgArray[20][1]	= "rs 3";
splashImgArray[20][2]	= "#";

rotateImg("splashImgArray","splashRandomImg", 10);
