//preloads option art

option1on = new Image(208,32);
option1on.src = "splash/option01_on.gif";
option1off = new Image(208,32);
option1off.src = "splash/option01_off.gif";

option2on = new Image(208,32);
option2on.src = "splash/option02_on.gif";
option2off = new Image(208,32);
option2off.src = "splash/option02_off.gif";

option3on = new Image(208,32);
option3on.src = "splash/option03_on.gif";
option3off = new Image(208,32);
option3off.src = "splash/option03_off.gif";
