diff --git a/elizabethgame.html b/elizabethgame.html
index 78c7a82..04abf6e 100644
--- a/elizabethgame.html
+++ b/elizabethgame.html
@@ -74,23 +74,23 @@

+ onclick="handleClick('fish&chips');">

+ onclick="handleClick('breakfast');">

+ onclick="handleClick('pudding');">

+ onclick="handleClick('spaghtti');">
-

+
diff --git a/js/elizabethgame.js b/js/elizabethgame.js
index fea2088..2f4ca5e 100644
--- a/js/elizabethgame.js
+++ b/js/elizabethgame.js
@@ -159,11 +159,11 @@ document.addEventListener("DOMContentLoaded", function() {
showElement("#dialogueBox img");
// Show all dishes
- showElement('#champagne img');
- showElement('#cheese img');
- showElement('#crepe img');
- showElement('#foie-gras img');
- showElement('#onion-soup img');
+ showElement('#fish_chips img');
+ showElement('#english_breakfast img');
+ showElement('#pudding img');
+ showElement('#spaghetti_bolognes img');
+ showElement('#cream_tea img');
// Show a random customer
showElement(customers[RandomCustomerIndex][0]);