var slideslinks = new Array();
//links for the first 5
slideslinks[0] = "../index.htm";
slideslinks[1] = "../athletic/football.htm";
slideslinks[2] = "../finearts/theater.htm";
slideslinks[3] = "../info/nursesoffice.htm";
slideslinks[4] = "../athletic/hoops_g.htm";

var slidestext = new Array();
//text for the first 5
slidestext[0] = "MHS Home page";
slidestext[1] = "MHS Football";
slidestext[2] = "MHS theater presents Christmas Belles";
slidestext[3] = "Get info On the H1N1.";
slidestext[4] = "The new Marcus Gymnasium.";

var slidesopen = new Array();
//how to open the first 5
slidesopen[0] = "";
slidesopen[1] = "";
slidesopen[2] = "";
slidesopen[3] = "";
slidesopen[4] = "";