// JavaScript Document
//
// FPC_splash content

/*
 * spalsContentArray
 * elements: strings that are the innerHTML of the "splashtop" id
 */
var splashContent		= new Array;

//default content

splashContent["tab1"]	= new Array;
splashContent["tab1"]["text1"]		= "";
splashContent["tab1"]["text2"]		= "Our advanced research facilities, a state of the art food processing pilot plant and internationally recognized faculty provide an excellent foundation for the study of food science.";
splashContent["tab1"]["link"]		= "/Students/students.shtml";
splashContent["tab1"]["link-text"]	= "Prospective Students >";
splashContent["tab1"]["image"]		= "/images/students_splash.jpg";

splashContent["tab2"]	= new Array;
splashContent["tab2"]["text1"]		= "";
splashContent["tab2"]["text2"]		= "Being a professor of food microbiology is hardly a job - nearly every day I discover something new, I get to work with great colleagues, and most importantly, I am surrounded by young inquisitive students that are always asking challenging questions.";
splashContent["tab2"]["link"]		= "/Faculty/faculty.shtml";
splashContent["tab2"]["link-text"]	= "Meet all our faculty>";
splashContent["tab2"]["image"]		= "/images/2006/HutkinsSplash.jpg";

/*
splashContent["tab3"]	= new Array;
splashContent["tab3"]["text1"]		= "";
splashContent["tab3"]["text2"]		= "The food product development class is just one of our students' unique oportunities to get hands-on experience with food science technology.";
splashContent["tab3"]["link"]		= "/Students/students.shtml";
splashContent["tab3"]["link-text"]	= "More information >";
splashContent["tab3"]["image"]		= "/images/Production_splash.jpg";
*/

var convert = new Array;
convert[0] = "tab1";
convert[1] = "tab2";