//preloads nav images

menu01on = new Image(96,24);
menu01on.src = "splash/atoft_on.jpg";
menu01off = new Image(96,24);
menu01off.src = "splash/atoft_off.jpg";
optionlabel1 = new Image (664,64);
optionlabel1.src = "splash/atoft.jpg";

menu02on = new Image(96,24);
menu02on.src = "splash/nottapasta_on.jpg";
menu02off = new Image(96,24);
menu02off.src = "splash/nottapasta_off.jpg";
optionlabel2 = new Image (664,64);
optionlabel2.src = "splash/nottapasta.jpg";

menu03on = new Image(96,24);
menu03on.src = "splash/odense_on.jpg";
menu03off = new Image(96,24);
menu03off.src = "splash/odense_off.jpg";
optionlabel3 = new Image (664,64);
optionlabel3.src = "splash/odense.jpg";

label = new Image (664,64);
label.src = "splash/home.jpg";