// Continue button
img6on = new Image();
img6on.src = "gfx/continue_button-on.gif";

// Continue button
img6off = new Image();
img6off.src = "gfx/continue_button.gif";

// Help button ON
helpon = new Image();
helpon.src = "gfx/help-on.gif";
help_1on = new Image();
help_1on.src = "gfx/help-on.gif";
help_2on = new Image();
help_2on.src = "gfx/help-on.gif";
help_3on = new Image();
help_3on.src = "gfx/help-on.gif";

// Help button OFF
helpoff = new Image();
helpoff.src = "gfx/help.gif";
help_1off = new Image();
help_1off.src = "gfx/help.gif";
help_2off = new Image();
help_2off.src = "gfx/help.gif";
help_3off = new Image();
help_3off.src = "gfx/help.gif";