<?php
include('../../shopping_cart.class.php');
session_start();
date_default_timezone_set('Europe/London');
$Cart = new Shopping_Cart('shopping_cart');
require_once('../../Connections/mysqli_connect.php');
require_once('../../inc/restfuncs.php');
$_SESSION['callingpage']  = $_SERVER["REQUEST_URI"];
$_SESSION['menucallpage'] = $_SERVER["REQUEST_URI"];
$_SESSION['orderplaced']  = 'N';

if (isset($_GET['itemname'])) { $getitemname = $_GET['itemname']; } else { $getitemname = NULL; }
if (isset($_GET['price']))    { $getprice    = $_GET['price'];    } else { $getprice    = NULL; }
if (isset($_GET['itemid']))   { $getitemid   = $_GET['itemid'];   } else { $getitemid   = NULL; }
if (isset($_GET['menuid']))   { $getmenuid   = $_GET['menuid'];   } else { $getmenuid   = NULL; }

//<!-- ******************************************************************************************************* -->
$restaurantid = 46201;
                      $_SESSION['restaurantid']=46201;
                    $category="BeveragesCategory";$relatedRestaurants = array (
  0 => 
  array (
    'name' => 'USA Super Kebab',
    'url' => 'https://www.eateasy.co.uk/Norfolk-takeaways/Norwich-restaurants/USA-Super-Kebab-NR2-3PD.php',
  ),
  1 => 
  array (
    'name' => 'Grecco',
    'url' => 'https://www.eateasy.co.uk/Norfolk-takeaways/Norwich-restaurants/Grecco-NR1-1BL.php',
  ),
  2 => 
  array (
    'name' => 'The Kebab Shop',
    'url' => 'https://www.eateasy.co.uk/Norfolk-takeaways/Norwich-restaurants/The-Kebab-Shop-NR1-1BL.php',
  ),
  3 => 
  array (
    'name' => 'Mega Munch',
    'url' => 'https://www.eateasy.co.uk/Norfolk-takeaways/Norwich-restaurants/Mega-Munch-NR3-4LA.php',
  ),
);$selArr = array(array(0));
        $_SESSION["selArr"]=$selArr;
        
// <!-- ******************************************************************************************************* -->
// End of restaurant Specific

if (isset($_GET['category'])) {
    $category = $_GET['category'];
}
if (!isset($_SESSION['menurestaurantid']) || $_SESSION['menurestaurantid'] != $restaurantid) {
    $choicenum = 0;
    $_SESSION['callingpage'] = $_SERVER["REQUEST_URI"];
    $Cart->emptycart();
    $Cart->save();
    $savedcategory = "";
    $_SESSION['menurestaurantid'] = $restaurantid;
    $query = 'SELECT * FROM restaurant WHERE restaurantid=' . $restaurantid;
    $results = mysqli_query($dbci, $query) or die(mysqli_error());
    $foundlist = mysqli_num_rows($results);
    if ($foundlist) {
        $row = mysqli_fetch_array($results, MYSQLI_ASSOC);
        $_SESSION['boxnum']               = $row["boxnum"];
        $_SESSION['restcity']             = $row["restcity"];
        $_SESSION['resttype']             = $row['rest_type'];
        $resttype                         = rtrim($_SESSION['resttype']);
        $_SESSION['resttype2']            = $row['rest_type2'];
        $resttype2                        = rtrim($_SESSION['resttype2']);
        $_SESSION['resttype3']            = $row['rest_type3'];
        $resttype3                        = rtrim($_SESSION['resttype3']);
        $_SESSION['resttype4']            = $row['rest_type4'];
        $resttype4                        = rtrim($_SESSION['resttype4']);
        $_SESSION['restcounty']           = $row["restcounty"];
        $_SESSION['restname']             = $row["restname"];
        $restname                         = $_SESSION['restname'];
        $_SESSION['keywords']             = $row["keywords"];
        $_SESSION['restactive']           = $row['restactive'];
        $_SESSION['restaddress1']         = $row['restaddress1'];
        $_SESSION['restaddress2']         = $row['restaddress2'];
        $_SESSION['restcity']             = $row['restcity'];
        $_SESSION['restcounty']           = $row['restcounty'];
        $_SESSION['restpostcode']         = $row['restpostcode'];
        $restpostcode                     = $_SESSION['restpostcode'];
        $restpart1                        = $row['part1'];
        $_SESSION['restpart1']            = $row['part1'];
        $restpart1                        = $_SESSION['restpart1'];
        $_SESSION['restemail']            = $row['restemail'];
        $_SESSION['rest_image']           = rtrim($row['rest_image']);
        $_SESSION['telephone']            = $row['telephone'];
        $_SESSION['urlrestname']          = $row['urlrestname'];
        $_SESSION['deliverycharge']       = $row['delivery_charge'];
        $_SESSION['deliverytimelag']      = $row['delivery_timelag'];
        $_SESSION['deliverythreshold']    = $row['free_delivery_threshold'];
        $_SESSION['cashondelivery']       = $row['cashondelivery'];
        $_SESSION['minimumorder']         = $row['minimum_order'];
        $_SESSION['urlpath']              = $row['urlpath'];
        $_SESSION['sms']                  = $row['sms'];
        $_SESSION['fax']                  = $row['fax'];
        $_SESSION['vpnip']                = $row['vpnip'];
        $_SESSION['restauranturl']        = rtrim($_SESSION['urlpath']) . rtrim($_SESSION['urlrestname']);
        $_SESSION['OrderTotal']           = 0;
        $_SESSION['commission']           = $row['commission'];
        $_SESSION['special1itemname']     = $row['special1itemname'];
        $_SESSION['special2itemname']     = $row['special2itemname'];
        $_SESSION['special3itemname']     = $row['special3itemname'];
        $_SESSION['special1description']  = $row['special1description'];
        $_SESSION['special2description']  = $row['special2description'];
        $_SESSION['special3description']  = $row['special3description'];
        $_SESSION['special1subtype']      = $row['special1subtype'];
        $_SESSION['special2subtype']      = $row['special2subtype'];
        $_SESSION['special3subtype']      = $row['special3subtype'];
        $_SESSION['special1price']        = $row['special1price'];
        $_SESSION['special2price']        = $row['special2price'];
        $_SESSION['special3price']        = $row['special3price'];
        $_SESSION['restosx']              = rtrim($row["osx"]);
        $_SESSION['restosy']              = rtrim($row["osy"]);
        $_SESSION['delivery_radius']      = rtrim($row["delivery_radius"]);
        $_SESSION['delivery_charge_late'] = rtrim($row["delivery_charge_late"]);
        $_SESSION['delivery_time_late']   = rtrim($row["delivery_time_late"]);
        $_SESSION['exclusioncode']        = rtrim($row["exclusioncode"]);
        $_SESSION['deliverypermile']      = rtrim($row["deliverypermile"]);
        $_SESSION['freedeliverydistance'] = rtrim($row["freedeliverydistance"]);
        $_SESSION['orderdeliverytype']    = rtrim($row["orderdeliverytype"]);
        $_SESSION['orderemail']           = rtrim($row["orderemail"]);
        $_SESSION['livemenu']             = rtrim($row["livemenu"]);
        $_SESSION['acceptcards']          = rtrim($row["acceptcards"]);
        $_SESSION['acceptpaypal']         = rtrim($row["acceptpaypal"]);
        $_SESSION['halal']                = rtrim($row["halal"]);
        $_SESSION['spicy']                = rtrim($row["spicy"]);
        $_SESSION['vegan']                = rtrim($row["vegan"]);
        $_SESSION['vegetarian']           = rtrim($row["vegetarian"]);
        if ($row['special1itemname'] != '' || $row['special2itemname'] != '' || $row['special3itemname'] != '') {
            $_SESSION['specials'] = TRUE;
        } else {
            $_SESSION['specials'] = FALSE;
        }
        $totaldeliverycharge  = 0;
        $distancecharge       = 0;
        $deliveryamountcharge = 0;
        $latecharge           = 0;
    } else {
        $_SESSION['restcity']   = "";
        $_SESSION['restcounty'] = "";
        $_SESSION['restname']   = "";
        $_SESSION['keywords']   = "";
        $_SESSION['restactive'] = "N";
    }
} else {
    $_SESSION['restaurantid'] = $restaurantid;
    if (isset($_GET['choicenum']) && $_GET['choicenum'] >= 0) {
        $choicenum     = $_GET['choicenum'];
        $savedcategory = $_GET['category'];
        $category      = 'ItemSelects';
    } else {
        $choicenum = 0;
        if (isset($_GET['act'])) {
            switch ($_GET['act']) {
                case "add":
                    $choices = " ( ";
                    for ($i = 0; $i < 100; $i++) {
                        if (isset($_GET[$i]) && $_GET[$i] != "") {
                            if ($choices == " ( ") {
                                $choices = rtrim($choices . urldecode($_GET[$i]));
                            } else {
                                $choices = rtrim($choices . "," . urldecode($_GET[$i]));
                            }
                        }
                    }
                    if ($choices == " ( ") { $choices = ""; } else { $choices .= " )"; }
                    $quantity = $Cart->getItemQuantity($getmenuid, $choices) + 1;
                    if ($quantity == 1) {
                        $Cart->setNewItem($getmenuid, $choices, $quantity, $getitemid, urldecode($getitemname), $getprice);
                    } else {
                        $Cart->setItemQuantity($getmenuid, $choices, $quantity);
                    }
                    $Cart->save();
                    break;
                case "rem":
                    $Cart->setItemQuantity($getmenuid, $_GET['choices'], 0);
                    $Cart->save();
                    break;
            }
        }
    }
    if (isset($_GET['quantity']) && is_array($_GET['quantity']) && count($_GET['quantity'])) {
        foreach ($_GET['quantity'] as $orderid => $quantity) {
            $Cart->setOrderQuantity($orderid, $quantity);
            $Cart->save();
        }
    }
}

$openarr                  = checkopen($_SESSION['restaurantid'], $dbci);
$_SESSION['discount']     = getDiscount();
$_SESSION['OKZone']       = checkZone();
$_SESSION['openclose']    = $openarr[0];
$_SESSION['opentimes']    = $openarr[1];
$_SESSION['islate']       = $openarr[2];
$restcity    = rtrim($_SESSION['restcity']);
$restcounty  = rtrim($_SESSION['restcounty']);
$restname    = rtrim($_SESSION['restname']);
$resttype    = rtrim($_SESSION['resttype']);
$KEYWORD     = $_SESSION['keywords'];
$restactive  = $_SESSION['restactive'];

$deliveryinfo = "Delivery unavailable";
if ($_SESSION['restactive'] == 'Y') {
    if ($_SESSION['deliverytimelag'] == "") { $_SESSION['deliverytimelag'] = "60"; }
    $deliveryinfo = 'Delivery up to ' . $_SESSION['delivery_radius'] . ' miles in ' . $_SESSION['deliverytimelag'] . ' mins';
} else {
    $deliveryinfo = "Delivery unavailable";
}

// FIX 1:  belongs here in the PHP, inside the distance
// check block — exactly as it is in the original template. Moving it to the
// HTML (as in the previous version) was incorrect; it must execute as PHP
// before the page renders so $distancecharge is set correctly.
if (isset($_SESSION['restclientdistance'])) {
    $distancecharge = 0;
    
    $_SESSION['distancecharge'] = $distancecharge;
} else {
    $_SESSION['distancecharge'] = 0;
}

$keywordlist = $restname . "," . $restcity . "," . $_SESSION['resttype'];
if ($_SESSION['resttype2'] != "") { $keywordlist .= "," . $_SESSION['resttype2']; }
if ($_SESSION['resttype3'] != "") { $keywordlist .= "," . $_SESSION['resttype3']; }
if ($_SESSION['resttype4'] != "") { $keywordlist .= "," . $_SESSION['resttype4']; }
$keywordlist .= ",food,delivery,takeaway,menu";

$descriptionlist = "Explore the full menu from $restname in $restcity. Order $resttype takeaway online for fast delivery or collection. Wide selection of delicious dishes.";

function CurrencyCheck($amount) {
    $amount = ltrim(rtrim($amount));
    $pos = strpos($amount, '.');
    $len = strlen($amount);
    if ($pos === false) {
        $amount .= '.00';
    } elseif ($pos + 2 == $len) {
        $amount .= '0';
    } elseif ($pos + 1 == $len) {
        $amount .= '00';
    }
    return ($amount);
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <!-- SEO -->
    <title><?php echo htmlspecialchars($restname); ?>: <?php echo htmlspecialchars($resttype); ?> Takeaway Menu in <?php echo htmlspecialchars($restcity); ?> | EatEasy</title>
    <meta name="description" content="<?php echo htmlspecialchars($descriptionlist); ?>">
    <meta name="keywords"    content="<?php echo htmlspecialchars($keywordlist); ?>">
    <meta name="robots"      content="index, follow, max-snippet:-1, max-image-preview:large">
    <link rel="canonical"    href="<?php echo 'https://www.eateasy.co.uk/' . htmlspecialchars($_SESSION['urlpath'] . str_replace('.php', '-menu.php', rtrim($_SESSION['urlrestname']))); ?>">

    <!-- Open Graph -->
    <meta property="og:type"        content="restaurant">
    <meta property="og:title"       content="<?php echo htmlspecialchars($restname); ?>: <?php echo htmlspecialchars($resttype); ?> Takeaway Menu in <?php echo htmlspecialchars($restcity); ?>">
    <meta property="og:description" content="<?php echo htmlspecialchars($descriptionlist); ?>">
    <meta property="og:image"       content="https://www.eateasy.co.uk/images/<?php echo htmlspecialchars($_SESSION['rest_image']); ?>">
    <meta property="og:url"         content="<?php echo 'https://www.eateasy.co.uk/' . htmlspecialchars($_SESSION['urlpath'] . str_replace('.php', '-menu.php', rtrim($_SESSION['urlrestname']))); ?>">

    <!-- Twitter Card -->
    <meta name="twitter:card"        content="summary_large_image">
    <meta name="twitter:title"       content="<?php echo htmlspecialchars($restname); ?> Menu | EatEasy">
    <meta name="twitter:description" content="<?php echo htmlspecialchars($descriptionlist); ?>">
    <meta name="twitter:image"       content="https://www.eateasy.co.uk/images/<?php echo htmlspecialchars($_SESSION['rest_image']); ?>">

    <!-- Schema.org JSON-LD -->
    <script type="application/ld+json">
    {
        "@context": "https://schema.org",
        "@type": "Restaurant",
        "name": "<?php echo htmlspecialchars($restname, ENT_QUOTES); ?>",
        "servesCuisine": "<?php echo htmlspecialchars($resttype, ENT_QUOTES); ?>",
        "telephone": "<?php echo htmlspecialchars($_SESSION['telephone'], ENT_QUOTES); ?>",
        "url": "<?php echo 'https://www.eateasy.co.uk/' . htmlspecialchars($_SESSION['urlpath'] . $_SESSION['urlrestname']); ?>",
        "menu": "<?php echo 'https://www.eateasy.co.uk/' . htmlspecialchars($_SESSION['urlpath'] . str_replace('.php', '-menu.php', rtrim($_SESSION['urlrestname']))); ?>",
        "image": "https://www.eateasy.co.uk/images/<?php echo htmlspecialchars($_SESSION['rest_image'], ENT_QUOTES); ?>",
        "address": {
            "@type": "PostalAddress",
            "streetAddress": "<?php echo htmlspecialchars(rtrim($_SESSION['restaddress1'] . ' ' . $_SESSION['restaddress2']), ENT_QUOTES); ?>",
            "addressLocality": "<?php echo htmlspecialchars($restcity, ENT_QUOTES); ?>",
            "addressRegion": "<?php echo htmlspecialchars($restcounty, ENT_QUOTES); ?>",
            "postalCode": "<?php echo htmlspecialchars($_SESSION['restpostcode'], ENT_QUOTES); ?>",
            "addressCountry": "GB"
        }
    }
    </script>

    <!-- Google Analytics -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-EEWCVF6M26"></script>
    <script>
        window.dataLayer = window.dataLayer || [];
        function gtag() { dataLayer.push(arguments); }
        gtag('js', new Date());
        gtag('config', 'G-EEWCVF6M26');
    </script>

    <!-- AdSense -->
    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4829507070201485" crossorigin="anonymous"></script>

    <!-- Fonts -->
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=DM+Sans:wght@300;400;500;600&display=swap" rel="stylesheet">

    <!-- Single consolidated CSS — replaces both index.css and menunew.css -->
    <!-- Bootstrap CSS must be loaded for tab-pane show/hide to work -->
    <link rel="stylesheet" href="https://www.eateasy.co.uk/css/bootstrap.css">
    <link rel="stylesheet" href="https://www.eateasy.co.uk/css/menu.css">

    <!-- jQuery MUST load before Bootstrap JS and cartnew.js -->
    <script src="https://www.eateasy.co.uk/js/jquery.min.js"></script>
    <!-- Bootstrap JS provides the .tab('show') plugin used by cartnew.js -->
    <script src="https://www.eateasy.co.uk/js/bootstrap.js"></script>
    <!-- Cart and site JS -->
    <script src="https://www.eateasy.co.uk/js/cartnew.js"></script>
    <script src="https://www.eateasy.co.uk/scripts/functions.js"></script>

    <script>
    function caps(el) { el.value = el.value.toUpperCase(); }
    </script>

    <!-- Cookie consent -->
    <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.css">
    <script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.js"></script>
    <script>
    window.addEventListener("load", function() {
        window.cookieconsent.initialise({
            "palette": { "popup": {"background":"#0f2744","text":"#cce4f6"}, "button": {"background":"#3a6bc4","text":"#ffffff"} },
            "showLink": false, "type": "opt-out"
        });
    });
    </script>
</head>
<body class="menu-page">

<!-- ═══ HEADER ═══ -->
<header class="site-header">
    <div class="header-inner">
        <a class="logo-link" href="https://www.eateasy.co.uk/" aria-label="EatEasy Home">
            <img src="https://www.eateasy.co.uk/images/EatEasyLogoHeaderSmall.png"
                 alt="EatEasy" class="logo-img" width="120" height="38">
        </a>
        <button class="nav-toggle" aria-label="Toggle navigation" aria-expanded="false"
                onclick="var e=document.getElementById('main-nav');e.classList.toggle('open');this.setAttribute('aria-expanded',e.classList.contains('open').toString())">
            <span></span><span></span><span></span>
        </button>
        <nav id="main-nav" class="main-nav" aria-label="Main navigation">
            <ul>
                <li><a href="https://www.eateasy.co.uk/">Home</a></li>
                <li><a href="https://www.eateasy.co.uk/<?php echo htmlspecialchars($_SESSION['restauranturl']); ?>">Back to Restaurant</a></li>
                <?php if (isset($_SESSION['loginstatus']) && $_SESSION['loginstatus'] === 'IN'): ?>
                    <li><a href="https://www.eateasy.co.uk/member-profile.php">Profile</a></li>
                    <li><a href="https://www.eateasy.co.uk/logout.php">Logout</a></li>
                <?php else: ?>
                    <li><a href="https://www.eateasy.co.uk/login.php">Login</a></li>
                    <li><a href="https://www.eateasy.co.uk/register.php">Register</a></li>
                <?php endif; ?>
                <li><a href="https://www.eateasy.co.uk/about-us.php">About</a></li>
                <li><a href="https://www.eateasy.co.uk/contact-us.php">Contact Us</a></li>
            </ul>
        </nav>
        <form class="header-search" action="https://www.eateasy.co.uk/search.php" method="get" role="search">
            <input type="text" name="postcode" placeholder="Enter postcode…" maxlength="8" onkeyup="caps(this)" aria-label="Search by postcode">
            <input type="hidden" name="foodtype" id="foodtype2" value="All">
            <button type="submit">Search</button>
        </form>
    </div>
</header>

<!-- ═══ MENU HERO BAND ═══ -->
<div class="menu-hero">
    <div class="menu-hero-inner">
        <img src="https://www.eateasy.co.uk/images/<?php echo htmlspecialchars($_SESSION['rest_image']); ?>"
             width="80" height="80" alt="<?php echo htmlspecialchars($restname); ?> Restaurant Image"
             class="menu-logo">
        <div class="menu-hero-info">
            <nav aria-label="Breadcrumb" class="breadcrumb-nav">
                <ol>
                    <li><a href="https://www.eateasy.co.uk">Home</a></li>
                    <li aria-hidden="true">›</li>
                    <li><a href="<?php echo htmlspecialchars('https://www.eateasy.co.uk/' . str_replace(' ','-',$restcounty) . '-takeaways/' . str_replace(' ','-',$restcity) . '-restaurants/' . str_replace(' ','-',$restcity) . '-takeaway-food-' . str_replace(' ','-',$restcounty) . '.php'); ?>"><?php echo htmlspecialchars($restcity); ?> Takeaways</a></li>
                    <li aria-hidden="true">›</li>
                    <li><a href="https://www.eateasy.co.uk/<?php echo htmlspecialchars($_SESSION['restauranturl']); ?>"><?php echo htmlspecialchars($restname); ?></a></li>
                    <li aria-hidden="true">›</li>
                    <li aria-current="page">Menu</li>
                </ol>
            </nav>
            <h1><?php echo htmlspecialchars($restname); ?> Takeaway Menu</h1>
            <p class="menu-meta"><?php echo htmlspecialchars($descriptionlist); ?></p>
            <p class="menu-meta">
                Distance:
                <?php if (isset($_SESSION['restclientdistance'])) { echo htmlspecialchars(substr($_SESSION['restclientdistance'], 0, 5)) . ' miles away'; } else { echo 'Sign in to see distance'; } ?>
                &nbsp;|&nbsp; Today's hours: <strong><?php echo htmlspecialchars($_SESSION['opentimes']); ?></strong>
                &nbsp;|&nbsp; Min. order: <strong>&pound;<?php echo htmlspecialchars($_SESSION['minimumorder']); ?></strong>
                &nbsp;|&nbsp; Delivery: up to <strong><?php echo htmlspecialchars($_SESSION['delivery_radius']); ?> miles</strong>
                <?php if ($_SESSION['deliverycharge'] > 0): ?>&nbsp;|&nbsp; Charge: <strong>&pound;<?php echo htmlspecialchars($_SESSION['deliverycharge']); ?></strong><?php endif; ?>
                <?php if ($_SESSION['deliverythreshold'] > 0): ?>&nbsp;|&nbsp; Free delivery over <strong>&pound;<?php echo htmlspecialchars($_SESSION['deliverythreshold']); ?></strong><?php endif; ?>
            </p>
            <?php
            $diet = '';
            if ($_SESSION['halal']      == 'Y') $diet .= '<img src="https://www.eateasy.co.uk/images/halal.jpg" width="36" height="36" alt="Halal Food at ' . htmlspecialchars($restname) . '" /> ';
            if ($_SESSION['vegan']      == 'Y') $diet .= '<img src="https://www.eateasy.co.uk/images/vegan.jpg" width="36" height="36" alt="Vegan Food at ' . htmlspecialchars($restname) . '" /> ';
            if ($_SESSION['vegetarian'] == 'Y') $diet .= '<img src="https://www.eateasy.co.uk/images/vegetarian.jpg" width="36" height="36" alt="Vegetarian Food at ' . htmlspecialchars($restname) . '" /> ';
            if ($_SESSION['spicy']      == 'Y') $diet .= '<img src="https://www.eateasy.co.uk/images/spicy.jpg" width="36" height="36" alt="Spicy Food at ' . htmlspecialchars($restname) . '" />';
            if ($diet) echo '<div class="menu-diet">' . $diet . '</div>';
            ?>
            <div class="share-buttons">
                <a href="https://twitter.com/intent/tweet?text=<?php echo urlencode('Check out the ' . $restname . ' menu on EatEasy!'); ?>&url=<?php echo urlencode('https://www.eateasy.co.uk/' . $_SESSION['urlpath'] . str_replace('.php', '-menu.php', rtrim($_SESSION['urlrestname']))); ?>"
                   class="share-btn share-x" target="_blank" rel="noopener noreferrer" aria-label="Share on X">
                    <svg width="13" height="13" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-4.714-6.231-5.401 6.231H2.744l7.73-8.835L1.254 2.25H8.08l4.253 5.622L18.244 2.25zm-1.161 17.52h1.833L7.084 4.126H5.117L17.083 19.77z"/></svg>
                    Share on Twitter
                </a>
                <a href="https://www.facebook.com/sharer/sharer.php?u=<?php echo urlencode('https://www.eateasy.co.uk/' . $_SESSION['urlpath'] . str_replace('.php', '-menu.php', rtrim($_SESSION['urlrestname']))); ?>"
                   class="share-btn share-fb" target="_blank" rel="noopener noreferrer" aria-label="Share on Facebook">
                    <svg width="13" height="13" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true"><path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"/></svg>
                    Share on Facebook
                </a>
            </div>
        </div>
    </div>
</div>

<!-- ═══ THREE-COLUMN MENU LAYOUT ═══ -->
<div id="mainTab" class="menu-layout">

    <!-- Bootstrap nav-tabs — cartnew.js uses $('.nav-tabs a[href="#...""]').tab('show') -->
    <?php
    // Determine which tab to show on load.
    $activeTab = 'menucontents';
    if (isset($_GET['category']) && $_GET['category'] === 'orderform') {
        $activeTab = 'orderform';
    }
    ?>
    <ul class="nav nav-tabs menu-tabs">
        <li<?php echo $activeTab === 'categorybar'  ? ' class="active"' : ''; ?>><a href="#categorybar"  data-toggle="tab">Category</a></li>
        <li<?php echo $activeTab === 'menucontents' ? ' class="active"' : ''; ?>><a href="#menucontents" data-toggle="tab">Menu</a></li>
        <li<?php echo $activeTab === 'orderform'    ? ' class="active"' : ''; ?>><a href="#orderform"    data-toggle="tab">Order</a></li>
    </ul>
    <?php if ($activeTab === 'orderform'): ?>
    <script>
    // Force Bootstrap to show the Order tab after it initialises.
    // PHP sets the active class but Bootstrap's JS can reset it on ready.
    $(document).ready(function() {
        $('.nav-tabs a[href="#orderform"]').tab('show');
    });
    </script>
    <?php endif; ?>

    <div class="tab-content">

        <!-- LEFT: Category panel -->
        <div id="categorybar" class="tab-pane<?php echo $activeTab === 'categorybar' ? ' active' : ''; ?>">
            <?php
            $cat = 'DailySpecials';
            if ($_SESSION['specials']) {
                echo '<a href="?category=DailySpecialsCategory" class="categorytxt" onclick="this.blur(); return selcat(\'DailySpecialsCategory\');">Daily Specials</a>';
            }
            ?>
            <div class="categorytxt" onclick="this.blur(); return selcat('BeveragesCategory');"><a href="#menucontents" onclick="showmenu();">Beverages</a></div><div class="categorytxt" onclick="this.blur(); return selcat('SpecialoffersCategory');"><a href="#menucontents" onclick="showmenu();">Special offers</a></div><div class="categorytxt" onclick="this.blur(); return selcat('PizzasCategory');"><a href="#menucontents" onclick="showmenu();">Pizzas</a></div><div class="categorytxt" onclick="this.blur(); return selcat('GarlicbreadCategory');"><a href="#menucontents" onclick="showmenu();">Garlic bread</a></div><div class="categorytxt" onclick="this.blur(); return selcat('FriedchickenCategory');"><a href="#menucontents" onclick="showmenu();">Fried chicken</a></div><div class="categorytxt" onclick="this.blur(); return selcat('KebabsCategory');"><a href="#menucontents" onclick="showmenu();">Kebabs</a></div><div class="categorytxt" onclick="this.blur(); return selcat('WrapsCategory');"><a href="#menucontents" onclick="showmenu();">Wraps</a></div><div class="categorytxt" onclick="this.blur(); return selcat('CombinationkebabsCategory');"><a href="#menucontents" onclick="showmenu();">Combination kebabs</a></div><div class="categorytxt" onclick="this.blur(); return selcat('BurgersCategory');"><a href="#menucontents" onclick="showmenu();">Burgers</a></div><div class="categorytxt" onclick="this.blur(); return selcat('FishdishesCategory');"><a href="#menucontents" onclick="showmenu();">Fish dishes</a></div><div class="categorytxt" onclick="this.blur(); return selcat('PiesCategory');"><a href="#menucontents" onclick="showmenu();">Pies</a></div><div class="categorytxt" onclick="this.blur(); return selcat('SideordersCategory');"><a href="#menucontents" onclick="showmenu();">Side orders</a></div><div class="categorytxt" onclick="this.blur(); return selcat('ExtrasCategory');"><a href="#menucontents" onclick="showmenu();">Extras</a></div><div class="categorytxt" onclick="this.blur(); return selcat('SaucesCategory');"><a href="#menucontents" onclick="showmenu();">Sauces</a></div><div class="categorytxt" onclick="this.blur(); return selcat('DessertsCategory');"><a href="#menucontents" onclick="showmenu();">Desserts</a></div><div class="categorytxt" onclick="this.blur(); return selcat('KidsmealCategory');"><a href="#menucontents" onclick="showmenu();">Kids meal</a></div>
        </div>

        <!-- CENTRE: Menu panel -->
        <div class="tab-pane<?php echo $activeTab === 'menucontents' ? ' active' : ''; ?>" id="menucontents">
        <div id="menus">
            <div id="categoryselected"></div>
            <div id="phpcategoryframe">
                <?php
                // FIX 2: Daily Specials rendered as three separate if-blocks with
                // explicit IDs (10001/10002/10003, 99999991/92/93) matching the original.
                // The previous version used a foreach loop which was incorrect.
                if ($_SESSION['specials']) {
                    $extrasid  = '-1';
                    $extrasArr = "";
                    if ($category != 'DailySpecialsCategory') {
                        echo '<div id="DailySpecialsCategory" style="display:none"> <a name="DailySpecials" id="DailySpecials">';
                    } else {
                        echo '<div id="DailySpecialsCategory"> <a name="DailySpecials" id="DailySpecials">';
                    }
                    echo '<h2>Daily Specials</h2>
                    </a>
                    <table id="menutable">
                      <tr class="headtxt">
                        <th width="25">Id</th>
                        <th width="260">Item</th>
                        <th width="120"></th>
                        <th width="45">Price</th>
                        <th width="17">Add</th>
                      </tr>';
                    if ($_SESSION['special1itemname'] != '') {
                        $itemid      = "10001";
                        $menuid      = "99999991";
                        $itemname    = str_replace(",", "", $_SESSION['special1itemname']);
                        $description = $_SESSION['special1description'];
                        $subtype     = $_SESSION['special1subtype'];
                        $price       = $_SESSION['special1price'];
                        echo '
                      <tr class="odd">
                        <td rowspan="1">' . $itemid . '</td>
                        <td rowspan="1"><h3>' . htmlspecialchars($itemname) . '</h3>
                          <div>' . htmlspecialchars($description) . '</div></td>
                        <td>' . htmlspecialchars($subtype) . '</td>
                        <td>£ ' . $price . '</td>
                        <td><a id="' . $menuid . '" href="?act=add&quantity=1&menuid=' . $menuid . '&itemid=' . $itemid . '&itemname=' . urlencode($itemname . ' ' . $subtype) . '&price=' . $price . '&choicenum=' . $extrasid . '&category=DailySpecialsCategory" onclick="this.blur(); return addItem(' . $menuid . ',' . $itemid . ',\'' . $itemname . ' ' . $subtype . '\',' . $price . ',' . $extrasid . ',' . $extrasArr . ',\'DailySpecialsCategory\');"><img src="https://www.eateasy.co.uk/images/button-add.gif" alt="Add ' . htmlspecialchars($itemname) . ' to cart" /></a></td>
                      </tr>';
                    }
                    if ($_SESSION['special2itemname'] != '') {
                        $itemid      = "10002";
                        $menuid      = "99999992";
                        $itemname    = str_replace(",", "", $_SESSION['special2itemname']);
                        $description = $_SESSION['special2description'];
                        $subtype     = $_SESSION['special2subtype'];
                        $price       = $_SESSION['special2price'];
                        echo '
                      <tr class="even">
                        <td rowspan="1">' . $itemid . '</td>
                        <td rowspan="1"><h3>' . htmlspecialchars($itemname) . '</h3>
                          <div>' . htmlspecialchars($description) . '</div></td>
                        <td>' . htmlspecialchars($subtype) . '</td>
                        <td>£ ' . $price . '</td>
                        <td><a id="' . $menuid . '" href="?act=add&quantity=1&menuid=' . $menuid . '&itemid=' . $itemid . '&itemname=' . urlencode($itemname . ' ' . $subtype) . '&price=' . $price . '&choicenum=' . $extrasid . '&category=DailySpecialsCategory" onclick="this.blur(); return addItem(' . $menuid . ',' . $itemid . ',\'' . $itemname . ' ' . $subtype . '\',' . $price . ',' . $extrasid . ',' . $extrasArr . ',\'DailySpecialsCategory\');"><img src="https://www.eateasy.co.uk/images/button-add.gif" alt="Add ' . htmlspecialchars($itemname) . ' to cart" /></a></td>
                      </tr>';
                    }
                    if ($_SESSION['special3itemname'] != '') {
                        $itemid      = "10003";
                        $menuid      = "99999993";
                        $itemname    = str_replace(",", "", $_SESSION['special3itemname']);
                        $description = $_SESSION['special3description'];
                        $subtype     = $_SESSION['special3subtype'];
                        $price       = $_SESSION['special3price'];
                        echo '
                      <tr class="odd">
                        <td rowspan="1">' . $itemid . '</td>
                        <td rowspan="1"><h3>' . htmlspecialchars($itemname) . '</h3>
                          <div>' . htmlspecialchars($description) . '</div></td>
                        <td>' . htmlspecialchars($subtype) . '</td>
                        <td>£ ' . $price . '</td>
                        <td><a id="' . $menuid . '" href="?act=add&quantity=1&menuid=' . $menuid . '&itemid=' . $itemid . '&itemname=' . urlencode($itemname . ' ' . $subtype) . '&price=' . $price . '&choicenum=' . $extrasid . '&category=DailySpecialsCategory" onclick="this.blur(); return addItem(' . $menuid . ',' . $itemid . ',\'' . $itemname . ' ' . $subtype . '\',' . $price . ',' . $extrasid . ',' . $extrasArr . ',\'DailySpecialsCategory\');"><img src="https://www.eateasy.co.uk/images/button-add.gif" alt="Add ' . htmlspecialchars($itemname) . ' to cart" /></a></td>
                      </tr>';
                    }
                    echo '</table></div>';
                }
                ?>
                
                <div id="BeveragesCategory" <?php if($category=='BeveragesCategory') {echo 'style=""';} ?>> <h2>Beverages</h2>
                            <div id="categoryinfo">
                <table class="menutable">
                  <tr class="headtxt">
                    <th width="57%">Item</th>
                    <th width="28%"></th>
                    <th width="9%">Price</th>
                    <th width="6%">Add</th>
                  </tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Coca-Cola</h6>
                      <div></div></td>
                    <td>0.33L</td>
                    <td>£ 0.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608870,1,'Coca-Cola 0.33L',0.80,-1,'','BeveragesCategory'); showorder();" alt="Add Coca-Cola to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>1.5L</td>
                    <td>£ 2.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608871,1,'Coca-Cola 1.5L',2.00,-1,'','BeveragesCategory'); showorder();" alt="Add Coca-Cola to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Diet Coca-Cola</h6>
                      <div></div></td>
                    <td>0.33L</td>
                    <td>£ 0.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608872,2,'Diet Coca-Cola 0.33L',0.80,-1,'','BeveragesCategory'); showorder();" alt="Add Diet Coca-Cola to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>1.5L</td>
                    <td>£ 2.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608873,2,'Diet Coca-Cola 1.5L',2.00,-1,'','BeveragesCategory'); showorder();" alt="Add Diet Coca-Cola to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Fanta</h6>
                      <div></div></td>
                    <td>0.33L</td>
                    <td>£ 0.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608874,3,'Fanta 0.33L',0.80,-1,'','BeveragesCategory'); showorder();" alt="Add Fanta to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>7-up</h6>
                      <div></div></td>
                    <td>0.33L</td>
                    <td>£ 0.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608875,4,'7-up 0.33L',0.80,-1,'','BeveragesCategory'); showorder();" alt="Add 7-up to cart"/></td></tr></table></div>
                    </div>
                <div id="SpecialoffersCategory" <?php if($category=='SpecialoffersCategory') {echo 'style=""';} ?>> <h2>Special offers</h2>
                            <div id="categoryinfo">
                <table class="menutable">
                  <tr class="headtxt">
                    <th width="57%">Item</th>
                    <th width="28%"></th>
                    <th width="9%">Price</th>
                    <th width="6%">Add</th>
                  </tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Meal Deal 1</h6>
                      <div>8 Pieces of chicken 3 x chips coleslaw and a 1.5ltr bottle of soft drink</div></td>
                    <td></td>
                    <td>£ 14.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608876,5,'Meal Deal 1 ',14.50,-1,'','SpecialoffersCategory'); showorder();" alt="Add Meal Deal 1 to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Meal Deal 2</h6>
                      <div>12 Pieces of chicken 3 x chips coleslaw beans and a 1.5ltr bottle of soft drink</div></td>
                    <td></td>
                    <td>£ 17.90</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608877,6,'Meal Deal 2 ',17.90,-1,'','SpecialoffersCategory'); showorder();" alt="Add Meal Deal 2 to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Kebab Feast</h6>
                      <div>Donner kebab chicken kebab shish kebab 1 x chips side salad 3 x pitta breads 2 x pots of sauce and a bottle of soft drink</div></td>
                    <td></td>
                    <td>£ 15.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608878,7,'Kebab Feast ',15.00,-1,'','SpecialoffersCategory'); showorder();" alt="Add Kebab Feast to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Bargain Bag 1</h6>
                      <div>2 x Fish cake 2 x sausages 2 x battered burgers 2 x chips and 2 x pots of sauce</div></td>
                    <td></td>
                    <td>£ 9.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608879,8,'Bargain Bag 1 ',9.00,-1,'','SpecialoffersCategory'); showorder();" alt="Add Bargain Bag 1 to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Bargain Bag 2</h6>
                      <div>2 x Medium cod 2 x fish cake 2 x sausages 2 x chips 2 x pots of sauce and a 1.5ltr bottle of soft drink</div></td>
                    <td></td>
                    <td>£ 14.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608880,9,'Bargain Bag 2 ',14.00,-1,'','SpecialoffersCategory'); showorder();" alt="Add Bargain Bag 2 to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Pizza Deal</h6>
                      <div>Any 2 x 9 inch pizzas 9 inch garlic bread with cheese and coleslaw</div></td>
                    <td></td>
                    <td>£ 13.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608881,10,'Pizza Deal ',13.00,-1,'','SpecialoffersCategory'); showorder();" alt="Add Pizza Deal to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>The Threesome</h6>
                      <div>Any 3 x 9 inch pizzas 9 inch garlic bread with cheese coleslaw 1 x chips and a 1.5ltr bottle of soft drink</div></td>
                    <td></td>
                    <td>£ 21.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608882,11,'The Threesome ',21.00,-1,'','SpecialoffersCategory'); showorder();" alt="Add The Threesome to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Quarter Pounder Meal</h6>
                      <div>Quarter pounder burger chips and a can of soft drink</div></td>
                    <td></td>
                    <td>£ 4.70</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608883,12,'Quarter Pounder Meal ',4.70,-1,'','SpecialoffersCategory'); showorder();" alt="Add Quarter Pounder Meal to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Chicken Burger Meal</h6>
                      <div>Chicken burger chips and a can of soft drink</div></td>
                    <td></td>
                    <td>£ 4.70</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608884,13,'Chicken Burger Meal ',4.70,-1,'','SpecialoffersCategory'); showorder();" alt="Add Chicken Burger Meal to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Any 2 x 09&quot; Pizzas</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 9.90</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608885,14,'Any 2 x 09&quot; Pizzas ',9.90,-1,'','SpecialoffersCategory'); showorder();" alt="Add Any 2 x 09&amp;quot; Pizzas to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Any 2 x 12&quot; Pizzas</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 12.90</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608886,15,'Any 2 x 12&quot; Pizzas ',12.90,-1,'','SpecialoffersCategory'); showorder();" alt="Add Any 2 x 12&amp;quot; Pizzas to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Family Treat</h6>
                      <div>Any 12 inch pizza 1 x chips 1 x coleslaw and a bottle of soft drink</div></td>
                    <td></td>
                    <td>£ 11.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608887,16,'Family Treat ',11.00,-1,'','SpecialoffersCategory'); showorder();" alt="Add Family Treat to cart"/></td></tr></table></div>
                    </div>
                <div id="PizzasCategory" <?php if($category=='PizzasCategory') {echo 'style=""';} ?>> <h2>Pizzas</h2>
                            <div id="categoryinfo">
                <table class="menutable">
                  <tr class="headtxt">
                    <th width="57%">Item</th>
                    <th width="28%"></th>
                    <th width="9%">Price</th>
                    <th width="6%">Add</th>
                  </tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Margherita</h6>
                      <div>Tomato sauce and mozzarella cheese</div></td>
                    <td>09&quot;</td>
                    <td>£ 5.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608888,17,'Margherita 09&quot;',5.00,-1,'','PizzasCategory'); showorder();" alt="Add Margherita to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>12&quot;</td>
                    <td>£ 6.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608889,17,'Margherita 12&quot;',6.50,-1,'','PizzasCategory'); showorder();" alt="Add Margherita to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Margherita Hot</h6>
                      <div>Chilli sauce and mozzarella cheese</div></td>
                    <td>09&quot;</td>
                    <td>£ 5.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608890,18,'Margherita Hot 09&quot;',5.00,-1,'','PizzasCategory'); showorder();" alt="Add Margherita Hot to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>12&quot;</td>
                    <td>£ 6.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608891,18,'Margherita Hot 12&quot;',6.50,-1,'','PizzasCategory'); showorder();" alt="Add Margherita Hot to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Farmhouse</h6>
                      <div>Tomato sauce mozzarella cheese ham and mushrooms</div></td>
                    <td>09&quot;</td>
                    <td>£ 6.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608892,19,'Farmhouse 09&quot;',6.00,-1,'','PizzasCategory'); showorder();" alt="Add Farmhouse to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>12&quot;</td>
                    <td>£ 8.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608893,19,'Farmhouse 12&quot;',8.20,-1,'','PizzasCategory'); showorder();" alt="Add Farmhouse to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Vegetarian</h6>
                      <div>Tomato sauce mozzarella cheese sweetcorn mushrooms onions and pepper</div></td>
                    <td>09&quot;</td>
                    <td>£ 6.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608894,20,'Vegetarian 09&quot;',6.00,-1,'','PizzasCategory'); showorder();" alt="Add Vegetarian to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>12&quot;</td>
                    <td>£ 8.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608895,20,'Vegetarian 12&quot;',8.20,-1,'','PizzasCategory'); showorder();" alt="Add Vegetarian to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Vegetarian Hot</h6>
                      <div>Mozzarella cheese tomato sauce sweetcorn mushrooms onions peppers and jalapenos</div></td>
                    <td>09&quot;</td>
                    <td>£ 6.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608896,21,'Vegetarian Hot 09&quot;',6.00,-1,'','PizzasCategory'); showorder();" alt="Add Vegetarian Hot to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>12&quot;</td>
                    <td>£ 8.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608897,21,'Vegetarian Hot 12&quot;',8.20,-1,'','PizzasCategory'); showorder();" alt="Add Vegetarian Hot to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Hawaiian</h6>
                      <div>Mozzarella cheese tomato sauce ham and pineapple</div></td>
                    <td>09&quot;</td>
                    <td>£ 6.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608898,22,'Hawaiian 09&quot;',6.00,-1,'','PizzasCategory'); showorder();" alt="Add Hawaiian to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>12&quot;</td>
                    <td>£ 8.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608899,22,'Hawaiian 12&quot;',8.20,-1,'','PizzasCategory'); showorder();" alt="Add Hawaiian to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Kiev Special</h6>
                      <div>Garlic butter mozzarella cheese chicken ham and mushrooms</div></td>
                    <td>09&quot;</td>
                    <td>£ 6.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608900,23,'Kiev Special 09&quot;',6.00,-1,'','PizzasCategory'); showorder();" alt="Add Kiev Special to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>12&quot;</td>
                    <td>£ 8.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608901,23,'Kiev Special 12&quot;',8.20,-1,'','PizzasCategory'); showorder();" alt="Add Kiev Special to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Tropical</h6>
                      <div>Tomato sauce mozzarella cheese ham mushrooms and pineapple</div></td>
                    <td>09&quot;</td>
                    <td>£ 6.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608902,24,'Tropical 09&quot;',6.00,-1,'','PizzasCategory'); showorder();" alt="Add Tropical to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>12&quot;</td>
                    <td>£ 8.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608903,24,'Tropical 12&quot;',8.20,-1,'','PizzasCategory'); showorder();" alt="Add Tropical to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Continental</h6>
                      <div>Tomato sauce mozzarella cheese ham mushrooms chicken pineapple and sweetcorn</div></td>
                    <td>09&quot;</td>
                    <td>£ 6.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608904,25,'Continental 09&quot;',6.00,-1,'','PizzasCategory'); showorder();" alt="Add Continental to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>12&quot;</td>
                    <td>£ 8.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608905,25,'Continental 12&quot;',8.20,-1,'','PizzasCategory'); showorder();" alt="Add Continental to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Sopranos</h6>
                      <div>Garlic butter mozzarella cheese ham onions mushrooms and jalapenos</div></td>
                    <td>09&quot;</td>
                    <td>£ 6.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608906,26,'Sopranos 09&quot;',6.00,-1,'','PizzasCategory'); showorder();" alt="Add Sopranos to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>12&quot;</td>
                    <td>£ 8.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608907,26,'Sopranos 12&quot;',8.20,-1,'','PizzasCategory'); showorder();" alt="Add Sopranos to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Pepperoni Lovers</h6>
                      <div>Tomato sauce mozzarella cheese and double pepperoni</div></td>
                    <td>09&quot;</td>
                    <td>£ 6.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608908,27,'Pepperoni Lovers 09&quot;',6.00,-1,'','PizzasCategory'); showorder();" alt="Add Pepperoni Lovers to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>12&quot;</td>
                    <td>£ 8.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608909,27,'Pepperoni Lovers 12&quot;',8.20,-1,'','PizzasCategory'); showorder();" alt="Add Pepperoni Lovers to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Pepperoni Plus</h6>
                      <div>Tomato sauce mozzarella cheese pepperoni and mushrooms</div></td>
                    <td>09&quot;</td>
                    <td>£ 6.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608910,28,'Pepperoni Plus 09&quot;',6.00,-1,'','PizzasCategory'); showorder();" alt="Add Pepperoni Plus to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>12&quot;</td>
                    <td>£ 8.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608911,28,'Pepperoni Plus 12&quot;',8.20,-1,'','PizzasCategory'); showorder();" alt="Add Pepperoni Plus to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Chicken Supreme</h6>
                      <div>Tomato sauce mozzarella cheese chicken and sweetcorn</div></td>
                    <td>09&quot;</td>
                    <td>£ 6.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608912,29,'Chicken Supreme 09&quot;',6.00,-1,'','PizzasCategory'); showorder();" alt="Add Chicken Supreme to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>12&quot;</td>
                    <td>£ 8.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608913,29,'Chicken Supreme 12&quot;',8.20,-1,'','PizzasCategory'); showorder();" alt="Add Chicken Supreme to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Beef Eater</h6>
                      <div>Tomato sauce mozzarella cheese beef and onions</div></td>
                    <td>09&quot;</td>
                    <td>£ 6.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608914,30,'Beef Eater 09&quot;',6.00,-1,'','PizzasCategory'); showorder();" alt="Add Beef Eater to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>12&quot;</td>
                    <td>£ 8.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608915,30,'Beef Eater 12&quot;',8.20,-1,'','PizzasCategory'); showorder();" alt="Add Beef Eater to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Donner Special</h6>
                      <div>Tomato sauce mozzarella cheese donner meat onions peppers and mushrooms</div></td>
                    <td>09&quot;</td>
                    <td>£ 6.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608916,31,'Donner Special 09&quot;',6.20,-1,'','PizzasCategory'); showorder();" alt="Add Donner Special to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>12&quot;</td>
                    <td>£ 8.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608917,31,'Donner Special 12&quot;',8.40,-1,'','PizzasCategory'); showorder();" alt="Add Donner Special to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Tandoori</h6>
                      <div>Tomato sauce mozzarella cheese chicken fresh tomatoes and onions</div></td>
                    <td>09&quot;</td>
                    <td>£ 6.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608918,32,'Tandoori 09&quot;',6.20,-1,'','PizzasCategory'); showorder();" alt="Add Tandoori to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>12&quot;</td>
                    <td>£ 8.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608919,32,'Tandoori 12&quot;',8.40,-1,'','PizzasCategory'); showorder();" alt="Add Tandoori to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Chicken Feast</h6>
                      <div>Tomato sauce mozzarella cheese chicken mushrooms sweetcorn and green peppers</div></td>
                    <td>09&quot;</td>
                    <td>£ 6.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608920,33,'Chicken Feast 09&quot;',6.20,-1,'','PizzasCategory'); showorder();" alt="Add Chicken Feast to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>12&quot;</td>
                    <td>£ 8.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608921,33,'Chicken Feast 12&quot;',8.40,-1,'','PizzasCategory'); showorder();" alt="Add Chicken Feast to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>BBQ Feast</h6>
                      <div>BBQ sauce mozzarella cheese chicken onions and green peppers</div></td>
                    <td>09&quot;</td>
                    <td>£ 6.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608922,34,'BBQ Feast 09&quot;',6.20,-1,'','PizzasCategory'); showorder();" alt="Add BBQ Feast to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>12&quot;</td>
                    <td>£ 8.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608923,34,'BBQ Feast 12&quot;',8.40,-1,'','PizzasCategory'); showorder();" alt="Add BBQ Feast to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Spicy Hot</h6>
                      <div>Tomato sauce mozzarella cheese pepperoni spicy beef peppers and jalapenos</div></td>
                    <td>09&quot;</td>
                    <td>£ 6.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608924,35,'Spicy Hot 09&quot;',6.20,-1,'','PizzasCategory'); showorder();" alt="Add Spicy Hot to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>12&quot;</td>
                    <td>£ 8.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608925,35,'Spicy Hot 12&quot;',8.40,-1,'','PizzasCategory'); showorder();" alt="Add Spicy Hot to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Meat Special</h6>
                      <div>Tomato sauce mozzarella cheese pepperoni chicken ham and spicy beef</div></td>
                    <td>09&quot;</td>
                    <td>£ 6.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608926,36,'Meat Special 09&quot;',6.20,-1,'','PizzasCategory'); showorder();" alt="Add Meat Special to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>12&quot;</td>
                    <td>£ 8.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608927,36,'Meat Special 12&quot;',8.40,-1,'','PizzasCategory'); showorder();" alt="Add Meat Special to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Chicago</h6>
                      <div>Tomato sauce mozzarella cheese pepperoni sausage ham and onions</div></td>
                    <td>09&quot;</td>
                    <td>£ 6.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608928,37,'Chicago 09&quot;',6.20,-1,'','PizzasCategory'); showorder();" alt="Add Chicago to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>12&quot;</td>
                    <td>£ 8.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608929,37,'Chicago 12&quot;',8.40,-1,'','PizzasCategory'); showorder();" alt="Add Chicago to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Chefs Special</h6>
                      <div>Tomato sauce mozzarella cheese ham mushrooms sweetcorn onions and black olives</div></td>
                    <td>09&quot;</td>
                    <td>£ 6.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608930,38,'Chefs Special 09&quot;',6.20,-1,'','PizzasCategory'); showorder();" alt="Add Chefs Special to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>12&quot;</td>
                    <td>£ 8.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608931,38,'Chefs Special 12&quot;',8.40,-1,'','PizzasCategory'); showorder();" alt="Add Chefs Special to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Seafood</h6>
                      <div>Tomato sauce mozzarella cheese tuna prawn and anchovies</div></td>
                    <td>09&quot;</td>
                    <td>£ 6.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608932,39,'Seafood 09&quot;',6.20,-1,'','PizzasCategory'); showorder();" alt="Add Seafood to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>12&quot;</td>
                    <td>£ 8.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608933,39,'Seafood 12&quot;',8.40,-1,'','PizzasCategory'); showorder();" alt="Add Seafood to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Sausage Pizza</h6>
                      <div>Tomato sauce mozzarella cheese and sausage</div></td>
                    <td>09&quot;</td>
                    <td>£ 6.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608934,40,'Sausage Pizza 09&quot;',6.00,-1,'','PizzasCategory'); showorder();" alt="Add Sausage Pizza to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>12&quot;</td>
                    <td>£ 8.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608935,40,'Sausage Pizza 12&quot;',8.20,-1,'','PizzasCategory'); showorder();" alt="Add Sausage Pizza to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Westend Special</h6>
                      <div>With any 5 toppings of your choice</div></td>
                    <td>09&quot;</td>
                    <td>£ 6.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608936,41,'Westend Special 09&quot;',6.20,-1,'','PizzasCategory'); showorder();" alt="Add Westend Special to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>12&quot;</td>
                    <td>£ 8.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608937,41,'Westend Special 12&quot;',8.40,-1,'','PizzasCategory'); showorder();" alt="Add Westend Special to cart"/></td></tr></table></div>
                    </div>
                <div id="GarlicbreadCategory" <?php if($category=='GarlicbreadCategory') {echo 'style=""';} ?>> <h2>Garlic bread</h2>
                            <div id="categoryinfo">
                <table class="menutable">
                  <tr class="headtxt">
                    <th width="57%">Item</th>
                    <th width="28%"></th>
                    <th width="9%">Price</th>
                    <th width="6%">Add</th>
                  </tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Garlic Bread</h6>
                      <div></div></td>
                    <td>09&quot;</td>
                    <td>£ 3.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608938,42,'Garlic Bread 09&quot;',3.00,-1,'','GarlicbreadCategory'); showorder();" alt="Add Garlic Bread to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>12&quot;</td>
                    <td>£ 4.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608939,42,'Garlic Bread 12&quot;',4.00,-1,'','GarlicbreadCategory'); showorder();" alt="Add Garlic Bread to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Garlic Bread with Cheese</h6>
                      <div></div></td>
                    <td>09&quot;</td>
                    <td>£ 4.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608940,43,'Garlic Bread with Cheese 09&quot;',4.00,-1,'','GarlicbreadCategory'); showorder();" alt="Add Garlic Bread with Cheese to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>12&quot;</td>
                    <td>£ 5.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608941,43,'Garlic Bread with Cheese 12&quot;',5.50,-1,'','GarlicbreadCategory'); showorder();" alt="Add Garlic Bread with Cheese to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Garlic Bread with Cheese  Mushrooms</h6>
                      <div></div></td>
                    <td>09&quot;</td>
                    <td>£ 4.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608942,44,'Garlic Bread with Cheese  Mushrooms 09&quot;',4.50,-1,'','GarlicbreadCategory'); showorder();" alt="Add Garlic Bread with Cheese  Mushrooms to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>12&quot;</td>
                    <td>£ 6.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608943,44,'Garlic Bread with Cheese  Mushrooms 12&quot;',6.00,-1,'','GarlicbreadCategory'); showorder();" alt="Add Garlic Bread with Cheese  Mushrooms to cart"/></td></tr></table></div>
                    </div>
                <div id="FriedchickenCategory" <?php if($category=='FriedchickenCategory') {echo 'style=""';} ?>> <h2>Fried chicken</h2>
                            <div id="categoryinfo">
                <table class="menutable">
                  <tr class="headtxt">
                    <th width="57%">Item</th>
                    <th width="28%"></th>
                    <th width="9%">Price</th>
                    <th width="6%">Add</th>
                  </tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>1 Piece of Chicken</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 1.30</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608944,45,'1 Piece of Chicken ',1.30,-1,'','FriedchickenCategory'); showorder();" alt="Add 1 Piece of Chicken to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>1 Piece of Chicken  Chips</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 2.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608945,46,'1 Piece of Chicken  Chips ',2.50,-1,'','FriedchickenCategory'); showorder();" alt="Add 1 Piece of Chicken  Chips to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>2 Pieces of Chicken  Chips</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 3.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608946,47,'2 Pieces of Chicken  Chips ',3.50,-1,'','FriedchickenCategory'); showorder();" alt="Add 2 Pieces of Chicken  Chips to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>3 Pieces of Chicken  Chips</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608947,48,'3 Pieces of Chicken  Chips ',4.50,-1,'','FriedchickenCategory'); showorder();" alt="Add 3 Pieces of Chicken  Chips to cart"/></td></tr></table></div>
                    </div>
                <div id="KebabsCategory" <?php if($category=='KebabsCategory') {echo 'style=""';} ?>> <h2>Kebabs</h2>
                            <div id="categoryinfo">
                <table class="menutable">
                  <tr class="headtxt">
                    <th width="57%">Item</th>
                    <th width="28%"></th>
                    <th width="9%">Price</th>
                    <th width="6%">Add</th>
                  </tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Donner Kebab</h6>
                      <div></div></td>
                    <td>Large</td>
                    <td>£ 5.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608948,49,'Donner Kebab Large',5.00,-1,'','KebabsCategory'); showorder();" alt="Add Donner Kebab to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>Medium</td>
                    <td>£ 4.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608949,49,'Donner Kebab Medium',4.00,-1,'','KebabsCategory'); showorder();" alt="Add Donner Kebab to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Chicken Kebab</h6>
                      <div></div></td>
                    <td>Large</td>
                    <td>£ 5.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608950,50,'Chicken Kebab Large',5.50,-1,'','KebabsCategory'); showorder();" alt="Add Chicken Kebab to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>Medium</td>
                    <td>£ 4.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608951,50,'Chicken Kebab Medium',4.50,-1,'','KebabsCategory'); showorder();" alt="Add Chicken Kebab to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Special Chicken Kebab</h6>
                      <div>Fried mushrooms onions and peppers</div></td>
                    <td></td>
                    <td>£ 6.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608952,51,'Special Chicken Kebab ',6.50,-1,'','KebabsCategory'); showorder();" alt="Add Special Chicken Kebab to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Shish Kebab</h6>
                      <div></div></td>
                    <td>Large</td>
                    <td>£ 6.30</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608953,52,'Shish Kebab Large',6.30,-1,'','KebabsCategory'); showorder();" alt="Add Shish Kebab to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>Medium</td>
                    <td>£ 5.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608954,52,'Shish Kebab Medium',5.00,-1,'','KebabsCategory'); showorder();" alt="Add Shish Kebab to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Special Shish Kebab</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 6.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608955,53,'Special Shish Kebab ',6.80,-1,'','KebabsCategory'); showorder();" alt="Add Special Shish Kebab to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Mixed Kebab</h6>
                      <div>Mixed of donner shish and chicken</div></td>
                    <td></td>
                    <td>£ 7.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608956,54,'Mixed Kebab ',7.00,-1,'','KebabsCategory'); showorder();" alt="Add Mixed Kebab to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Special Mixed Kebab</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 7.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608957,55,'Special Mixed Kebab ',7.50,-1,'','KebabsCategory'); showorder();" alt="Add Special Mixed Kebab to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Donner Meat  Chips</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608958,56,'Donner Meat  Chips ',4.50,-1,'','KebabsCategory'); showorder();" alt="Add Donner Meat  Chips to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Donner Meat, Chips  Cheese</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608959,57,'Donner Meat Chips  Cheese ',5.00,-1,'','KebabsCategory'); showorder();" alt="Add Donner Meat Chips  Cheese to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Donner Meat, Chips  Salad</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608960,58,'Donner Meat Chips  Salad ',5.00,-1,'','KebabsCategory'); showorder();" alt="Add Donner Meat Chips  Salad to cart"/></td></tr></table></div>
                    </div>
                <div id="WrapsCategory" <?php if($category=='WrapsCategory') {echo 'style=""';} ?>> <h2>Wraps</h2>
                            <div id="categoryinfo">
                <table class="menutable">
                  <tr class="headtxt">
                    <th width="57%">Item</th>
                    <th width="28%"></th>
                    <th width="9%">Price</th>
                    <th width="6%">Add</th>
                  </tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Donner Wrap</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608961,59,'Donner Wrap ',5.00,-1,'','WrapsCategory'); showorder();" alt="Add Donner Wrap to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Chicken Wrap</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608962,60,'Chicken Wrap ',5.00,-1,'','WrapsCategory'); showorder();" alt="Add Chicken Wrap to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Shish Wrap</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608963,61,'Shish Wrap ',5.00,-1,'','WrapsCategory'); showorder();" alt="Add Shish Wrap to cart"/></td></tr></table></div>
                    </div>
                <div id="CombinationkebabsCategory" <?php if($category=='CombinationkebabsCategory') {echo 'style=""';} ?>> <h2>Combination kebabs</h2>
                            <div id="categoryinfo">
                <table class="menutable">
                  <tr class="headtxt">
                    <th width="57%">Item</th>
                    <th width="28%"></th>
                    <th width="9%">Price</th>
                    <th width="6%">Add</th>
                  </tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Donner  Chicken Kebab</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 6.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608964,62,'Donner  Chicken Kebab ',6.50,-1,'','CombinationkebabsCategory'); showorder();" alt="Add Donner  Chicken Kebab to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Lamb Shish  Chicken Kebab</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 6.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608965,63,'Lamb Shish  Chicken Kebab ',6.50,-1,'','CombinationkebabsCategory'); showorder();" alt="Add Lamb Shish  Chicken Kebab to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Lamb Shish  Donner Kebab</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 6.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608966,64,'Lamb Shish  Donner Kebab ',6.50,-1,'','CombinationkebabsCategory'); showorder();" alt="Add Lamb Shish  Donner Kebab to cart"/></td></tr></table></div>
                    </div>
                <div id="BurgersCategory" <?php if($category=='BurgersCategory') {echo 'style=""';} ?>> <h2>Burgers</h2>
                            <div id="categoryinfo">
                <table class="menutable">
                  <tr class="headtxt">
                    <th width="57%">Item</th>
                    <th width="28%"></th>
                    <th width="9%">Price</th>
                    <th width="6%">Add</th>
                  </tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Quarter Pounder Burger</h6>
                      <div></div></td>
                    <td>Regular</td>
                    <td>£ 2.70</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608967,65,'Quarter Pounder Burger Regular',2.70,-1,'','BurgersCategory'); showorder();" alt="Add Quarter Pounder Burger to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>With Cheese</td>
                    <td>£ 2.90</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608968,65,'Quarter Pounder Burger With Cheese',2.90,-1,'','BurgersCategory'); showorder();" alt="Add Quarter Pounder Burger to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Half Pounder Burger</h6>
                      <div></div></td>
                    <td>Regular</td>
                    <td>£ 3.70</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608969,66,'Half Pounder Burger Regular',3.70,-1,'','BurgersCategory'); showorder();" alt="Add Half Pounder Burger to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>With Cheese</td>
                    <td>£ 3.90</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608970,66,'Half Pounder Burger With Cheese',3.90,-1,'','BurgersCategory'); showorder();" alt="Add Half Pounder Burger to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Chilli Burger</h6>
                      <div></div></td>
                    <td>Regular</td>
                    <td>£ 2.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608971,67,'Chilli Burger Regular',2.80,-1,'','BurgersCategory'); showorder();" alt="Add Chilli Burger to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>With Cheese</td>
                    <td>£ 3.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608972,67,'Chilli Burger With Cheese',3.00,-1,'','BurgersCategory'); showorder();" alt="Add Chilli Burger to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Chicken Burger</h6>
                      <div></div></td>
                    <td>Regular</td>
                    <td>£ 3.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608973,68,'Chicken Burger Regular',3.00,-1,'','BurgersCategory'); showorder();" alt="Add Chicken Burger to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>With Cheese</td>
                    <td>£ 3.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608974,68,'Chicken Burger With Cheese',3.20,-1,'','BurgersCategory'); showorder();" alt="Add Chicken Burger to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Veggie Burger</h6>
                      <div></div></td>
                    <td>Regular</td>
                    <td>£ 2.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608975,69,'Veggie Burger Regular',2.80,-1,'','BurgersCategory'); showorder();" alt="Add Veggie Burger to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>With Cheese</td>
                    <td>£ 3.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608976,69,'Veggie Burger With Cheese',3.00,-1,'','BurgersCategory'); showorder();" alt="Add Veggie Burger to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Hawaiian Burger</h6>
                      <div></div></td>
                    <td>Regular</td>
                    <td>£ 2.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608977,70,'Hawaiian Burger Regular',2.80,-1,'','BurgersCategory'); showorder();" alt="Add Hawaiian Burger to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>With Cheese</td>
                    <td>£ 3.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608978,70,'Hawaiian Burger With Cheese',3.00,-1,'','BurgersCategory'); showorder();" alt="Add Hawaiian Burger to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Super Burger</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608979,71,'Super Burger ',5.00,-1,'','BurgersCategory'); showorder();" alt="Add Super Burger to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Donner Roll Burger</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 3.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608980,72,'Donner Roll Burger ',3.00,-1,'','BurgersCategory'); showorder();" alt="Add Donner Roll Burger to cart"/></td></tr></table></div>
                    </div>
                <div id="FishdishesCategory" <?php if($category=='FishdishesCategory') {echo 'style=""';} ?>> <h2>Fish dishes</h2>
                            <div id="categoryinfo">
                <table class="menutable">
                  <tr class="headtxt">
                    <th width="57%">Item</th>
                    <th width="28%"></th>
                    <th width="9%">Price</th>
                    <th width="6%">Add</th>
                  </tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Cod</h6>
                      <div></div></td>
                    <td>Large</td>
                    <td>£ 4.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608981,73,'Cod Large',4.20,-1,'','FishdishesCategory'); showorder();" alt="Add Cod to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>Medium</td>
                    <td>£ 3.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608982,73,'Cod Medium',3.60,-1,'','FishdishesCategory'); showorder();" alt="Add Cod to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Haddock</h6>
                      <div></div></td>
                    <td>Large</td>
                    <td>£ 4.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608983,74,'Haddock Large',4.20,-1,'','FishdishesCategory'); showorder();" alt="Add Haddock to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>Medium</td>
                    <td>£ 3.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608984,74,'Haddock Medium',3.60,-1,'','FishdishesCategory'); showorder();" alt="Add Haddock to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Plaice</h6>
                      <div></div></td>
                    <td>Large</td>
                    <td>£ 4.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608985,75,'Plaice Large',4.20,-1,'','FishdishesCategory'); showorder();" alt="Add Plaice to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>Medium</td>
                    <td>£ 3.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608986,75,'Plaice Medium',3.60,-1,'','FishdishesCategory'); showorder();" alt="Add Plaice to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Rock</h6>
                      <div></div></td>
                    <td>Large</td>
                    <td>£ 4.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608987,76,'Rock Large',4.20,-1,'','FishdishesCategory'); showorder();" alt="Add Rock to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>Medium</td>
                    <td>£ 3.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608988,76,'Rock Medium',3.60,-1,'','FishdishesCategory'); showorder();" alt="Add Rock to cart"/></td></tr></table></div>
                    </div>
                <div id="PiesCategory" <?php if($category=='PiesCategory') {echo 'style=""';} ?>> <h2>Pies</h2>
                            <div id="categoryinfo">
                <table class="menutable">
                  <tr class="headtxt">
                    <th width="57%">Item</th>
                    <th width="28%"></th>
                    <th width="9%">Price</th>
                    <th width="6%">Add</th>
                  </tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Steak  Kidney Pie</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 2.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608989,77,'Steak  Kidney Pie ',2.00,-1,'','PiesCategory'); showorder();" alt="Add Steak  Kidney Pie to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Chicken  Mushroom Pie</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 2.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608990,78,'Chicken  Mushroom Pie ',2.00,-1,'','PiesCategory'); showorder();" alt="Add Chicken  Mushroom Pie to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Beef  Onion Pie</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 2.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608991,79,'Beef  Onion Pie ',2.00,-1,'','PiesCategory'); showorder();" alt="Add Beef  Onion Pie to cart"/></td></tr></table></div>
                    </div>
                <div id="SideordersCategory" <?php if($category=='SideordersCategory') {echo 'style=""';} ?>> <h2>Side orders</h2>
                            <div id="categoryinfo">
                <table class="menutable">
                  <tr class="headtxt">
                    <th width="57%">Item</th>
                    <th width="28%"></th>
                    <th width="9%">Price</th>
                    <th width="6%">Add</th>
                  </tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Kids Fish  Chips</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 3.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608992,80,'Kids Fish  Chips ',3.20,-1,'','SideordersCategory'); showorder();" alt="Add Kids Fish  Chips to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Pensioner Fish  Chips</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 3.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608993,81,'Pensioner Fish  Chips ',3.20,-1,'','SideordersCategory'); showorder();" alt="Add Pensioner Fish  Chips to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Fish Cake</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 1.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608994,82,'Fish Cake ',1.00,-1,'','SideordersCategory'); showorder();" alt="Add Fish Cake to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Cod Roe</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 1.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608995,83,'Cod Roe ',1.00,-1,'','SideordersCategory'); showorder();" alt="Add Cod Roe to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Fish Bites</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 2.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608996,84,'Fish Bites ',2.50,-1,'','SideordersCategory'); showorder();" alt="Add Fish Bites to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Scampi (10)</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 3.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608997,85,'Scampi (10) ',3.00,-1,'','SideordersCategory'); showorder();" alt="Add Scampi (10) to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Chips</h6>
                      <div></div></td>
                    <td>Large</td>
                    <td>£ 1.90</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608998,86,'Chips Large',1.90,-1,'','SideordersCategory'); showorder();" alt="Add Chips to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>Small</td>
                    <td>£ 1.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6608999,86,'Chips Small',1.40,-1,'','SideordersCategory'); showorder();" alt="Add Chips to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Chips  Cheese</h6>
                      <div></div></td>
                    <td>Large</td>
                    <td>£ 2.90</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609000,87,'Chips  Cheese Large',2.90,-1,'','SideordersCategory'); showorder();" alt="Add Chips  Cheese to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>Small</td>
                    <td>£ 2.30</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609001,87,'Chips  Cheese Small',2.30,-1,'','SideordersCategory'); showorder();" alt="Add Chips  Cheese to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Potato Wedges</h6>
                      <div></div></td>
                    <td>08 Pieces</td>
                    <td>£ 1.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609002,88,'Potato Wedges 08 Pieces',1.40,-1,'','SideordersCategory'); showorder();" alt="Add Potato Wedges to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>11 Pieces</td>
                    <td>£ 1.90</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609003,88,'Potato Wedges 11 Pieces',1.90,-1,'','SideordersCategory'); showorder();" alt="Add Potato Wedges to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Battered Sausage</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 1.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609004,89,'Battered Sausage ',1.00,-1,'','SideordersCategory'); showorder();" alt="Add Battered Sausage to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Jumbo Sausage</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 1.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609005,90,'Jumbo Sausage ',1.60,-1,'','SideordersCategory'); showorder();" alt="Add Jumbo Sausage to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Battered Burger</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 1.30</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609006,91,'Battered Burger ',1.30,-1,'','SideordersCategory'); showorder();" alt="Add Battered Burger to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Pineapple Ring</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 1.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609007,92,'Pineapple Ring ',1.00,-1,'','SideordersCategory'); showorder();" alt="Add Pineapple Ring to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Saveloy Large</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 1.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609008,93,'Saveloy Large ',1.40,-1,'','SideordersCategory'); showorder();" alt="Add Saveloy Large to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Veggie Spring Roll</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 1.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609009,94,'Veggie Spring Roll ',1.20,-1,'','SideordersCategory'); showorder();" alt="Add Veggie Spring Roll to cart"/></td></tr></table></div>
                    </div>
                <div id="ExtrasCategory" <?php if($category=='ExtrasCategory') {echo 'style=""';} ?>> <h2>Extras</h2>
                            <div id="categoryinfo">
                <table class="menutable">
                  <tr class="headtxt">
                    <th width="57%">Item</th>
                    <th width="28%"></th>
                    <th width="9%">Price</th>
                    <th width="6%">Add</th>
                  </tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Buttered Roll</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 0.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609010,95,'Buttered Roll ',0.50,-1,'','ExtrasCategory'); showorder();" alt="Add Buttered Roll to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Pitta Bread</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 0.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609011,96,'Pitta Bread ',0.50,-1,'','ExtrasCategory'); showorder();" alt="Add Pitta Bread to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Onion Rings (10)</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 2.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609012,97,'Onion Rings (10) ',2.60,-1,'','ExtrasCategory'); showorder();" alt="Add Onion Rings (10) to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Chicken Wings (8) Hot  Spicy</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609013,98,'Chicken Wings (8) Hot  Spicy ',4.00,-1,'','ExtrasCategory'); showorder();" alt="Add Chicken Wings (8) Hot  Spicy to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Chicken Wings (8) Hot  Spicy with Chips</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.90</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609014,99,'Chicken Wings (8) Hot  Spicy with Chips ',4.90,-1,'','ExtrasCategory'); showorder();" alt="Add Chicken Wings (8) Hot  Spicy with Chips to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>10 Pieces of Chicken Nuggets</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 3.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609015,100,'10 Pieces of Chicken Nuggets ',3.00,-1,'','ExtrasCategory'); showorder();" alt="Add 10 Pieces of Chicken Nuggets to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>10 Pieces of Chicken Nuggets  Chips</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609016,101,'10 Pieces of Chicken Nuggets  Chips ',4.20,-1,'','ExtrasCategory'); showorder();" alt="Add 10 Pieces of Chicken Nuggets  Chips to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>10 Pieces of Scampi  Chips</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609017,102,'10 Pieces of Scampi  Chips ',4.00,-1,'','ExtrasCategory'); showorder();" alt="Add 10 Pieces of Scampi  Chips to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Chips Butty</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 1.70</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609018,103,'Chips Butty ',1.70,-1,'','ExtrasCategory'); showorder();" alt="Add Chips Butty to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Chips in Pitta</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 2.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609019,104,'Chips in Pitta ',2.00,-1,'','ExtrasCategory'); showorder();" alt="Add Chips in Pitta to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Salad in Pitta</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 2.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609020,105,'Salad in Pitta ',2.00,-1,'','ExtrasCategory'); showorder();" alt="Add Salad in Pitta to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Side Salad</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 1.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609021,106,'Side Salad ',1.50,-1,'','ExtrasCategory'); showorder();" alt="Add Side Salad to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Coleslaw</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 1.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609022,107,'Coleslaw ',1.50,-1,'','ExtrasCategory'); showorder();" alt="Add Coleslaw to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Beans</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 0.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609023,108,'Beans ',0.80,-1,'','ExtrasCategory'); showorder();" alt="Add Beans to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Pot of Mushy Peas</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 0.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609024,109,'Pot of Mushy Peas ',0.80,-1,'','ExtrasCategory'); showorder();" alt="Add Pot of Mushy Peas to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Pot of Gravy</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 0.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609025,110,'Pot of Gravy ',0.80,-1,'','ExtrasCategory'); showorder();" alt="Add Pot of Gravy to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Pot of Curry Sauce</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 0.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609026,111,'Pot of Curry Sauce ',0.80,-1,'','ExtrasCategory'); showorder();" alt="Add Pot of Curry Sauce to cart"/></td></tr></table></div>
                    </div>
                <div id="SaucesCategory" <?php if($category=='SaucesCategory') {echo 'style=""';} ?>> <h2>Sauces</h2>
                            <div id="categoryinfo">
                <table class="menutable">
                  <tr class="headtxt">
                    <th width="57%">Item</th>
                    <th width="28%"></th>
                    <th width="9%">Price</th>
                    <th width="6%">Add</th>
                  </tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Pot of Sauce</h6>
                      <div></div></td>
                    <td>BBQ</td>
                    <td>£ 0.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609027,112,'Pot of Sauce BBQ',0.80,-1,'','SaucesCategory'); showorder();" alt="Add Pot of Sauce to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>Burger</td>
                    <td>£ 0.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609028,112,'Pot of Sauce Burger',0.80,-1,'','SaucesCategory'); showorder();" alt="Add Pot of Sauce to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>Chilli</td>
                    <td>£ 0.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609029,112,'Pot of Sauce Chilli',0.80,-1,'','SaucesCategory'); showorder();" alt="Add Pot of Sauce to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>Garlic Mayo</td>
                    <td>£ 0.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609030,112,'Pot of Sauce Garlic Mayo',0.80,-1,'','SaucesCategory'); showorder();" alt="Add Pot of Sauce to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>Ketchup</td>
                    <td>£ 0.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609031,112,'Pot of Sauce Ketchup',0.80,-1,'','SaucesCategory'); showorder();" alt="Add Pot of Sauce to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>Mayo</td>
                    <td>£ 0.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609032,112,'Pot of Sauce Mayo',0.80,-1,'','SaucesCategory'); showorder();" alt="Add Pot of Sauce to cart"/></td></tr></table></div>
                    </div>
                <div id="DessertsCategory" <?php if($category=='DessertsCategory') {echo 'style=""';} ?>> <h2>Desserts</h2>
                            <div id="categoryinfo">
                <table class="menutable">
                  <tr class="headtxt">
                    <th width="57%">Item</th>
                    <th width="28%"></th>
                    <th width="9%">Price</th>
                    <th width="6%">Add</th>
                  </tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Chocolate Fudge Cake</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 2.10</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609033,113,'Chocolate Fudge Cake ',2.10,-1,'','DessertsCategory'); showorder();" alt="Add Chocolate Fudge Cake to cart"/></td></tr></table></div>
                    </div>
                <div id="KidsmealCategory" <?php if($category=='KidsmealCategory') {echo 'style=""';} ?>> <h2>Kids meal</h2>
                            <div id="categoryinfo">
                <table class="menutable">
                  <tr class="headtxt">
                    <th width="57%">Item</th>
                    <th width="28%"></th>
                    <th width="9%">Price</th>
                    <th width="6%">Add</th>
                  </tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Kids Sausage</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 3.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609034,114,'Kids Sausage ',3.00,-1,'','KidsmealCategory'); showorder();" alt="Add Kids Sausage to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Kids Fish Cake</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 3.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609035,115,'Kids Fish Cake ',3.00,-1,'','KidsmealCategory'); showorder();" alt="Add Kids Fish Cake to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Kids Onion Rings (4)</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 3.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609036,116,'Kids Onion Rings (4) ',3.00,-1,'','KidsmealCategory'); showorder();" alt="Add Kids Onion Rings (4) to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Kids Chicken Nuggets (4)</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 3.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609037,117,'Kids Chicken Nuggets (4) ',3.20,-1,'','KidsmealCategory'); showorder();" alt="Add Kids Chicken Nuggets (4) to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Kids Scampi (4)</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 3.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609038,118,'Kids Scampi (4) ',3.20,-1,'','KidsmealCategory'); showorder();" alt="Add Kids Scampi (4) to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Kids Fish Bites (4)</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 3.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609039,119,'Kids Fish Bites (4) ',3.20,-1,'','KidsmealCategory'); showorder();" alt="Add Kids Fish Bites (4) to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Kids Junior Burger</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 3.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609040,120,'Kids Junior Burger ',3.20,-1,'','KidsmealCategory'); showorder();" alt="Add Kids Junior Burger to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Kids Size Donner Meat</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 3.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(6609041,121,'Kids Size Donner Meat ',3.20,-1,'','KidsmealCategory'); showorder();" alt="Add Kids Size Donner Meat to cart"/></td></tr></table></div></div>
                <div id="itemselects" <?php if ($category != 'ItemSelects') { echo 'style="display:none"'; } ?>>
                    <p> </p>
                    <div id="formheading">
                        <h3>Choices for <?php echo htmlspecialchars($getitemname); ?></h3>
                    </div>
                    <p> </p>
                    <p>Click on the boxes below to select all options available</p>
                    <p> </p>
                    <form id="selectsform" name="selectsform" method="get" action="">
                        
                        <input type="hidden" id="fprice"    name="price"    value="<?php echo htmlspecialchars($getprice); ?>">
                        <input type="hidden" id="fitemid"   name="itemid"   value="<?php echo htmlspecialchars($getitemid); ?>">
                        <input type="hidden" id="fmenuid"   name="menuid"   value="<?php echo htmlspecialchars($getmenuid); ?>">
                        <input type="hidden" id="fitemname" name="itemname" value="<?php echo urlencode($getitemname); ?>">
                        <input type="hidden" id="fcategory" name="category" value="<?php echo htmlspecialchars($savedcategory); ?>">
                        <input type="hidden" name="act" value="add">
                        <input type="submit" class="itemsubmit" id="submit" value="Save Changes">
                    </form>
                    <p> </p>
                </div>
            </div>
        </div>
        </div><!-- /#menucontents -->

        <!-- Order panel -->
        <div id="orderform" class="tab-pane<?php echo $activeTab === 'orderform' ? ' active' : ''; ?>">
        <img src="https://www.eateasy.co.uk/images/shopping_basket.gif" width="40" height="40" alt="Shopping Basket">
        <h3>Order Details</h3>
        <div id="categoryframe"></div>
        <div id="order">
            <?php if ($Cart->hasItems()): ?>
                <form action="#" method="get">
                    <!-- Returning to order tab after quantity update -->
                    <input type="hidden" name="category" value="orderform">
                    <table id="cart">
                        <tr class="headtxt">
                            <th style="display:none;" width="1">Id</th>
                            <th width="60">Item</th>
                            <th width="45">Price</th>
                            <th width="23">Qty</th>
                            <th width="45">Total</th>
                            <th width="15">Del</th>
                        </tr>
                        <?php
                        $_SESSION['actualdiscount'] = 0;
                        $_SESSION['actualdelivery'] = 0;
                        $total_quantity = 0;
                        $total_price = $i = 0;
                        foreach ($Cart->getItems() as $menuid => $menuvalue):
                            foreach ($menuvalue as $choices => $choicesvalue):
                                foreach ($choicesvalue as $content => $value):
                                    if ($content == "quantity") { $quantity = $value; }
                                    if ($content == "itemname") { $itemname = $value; }
                                    if ($content == "itemid")   { $itemid   = $value; }
                                    if ($content == "orderid")  { $orderid  = $value; }
                                    if ($content == "price")    { $price    = $value; }
                                endforeach;
                                $total_price    = $total_price + $price * $quantity;
                                $total_quantity = $total_quantity + $quantity;
                        ?>
                            <?php echo $i++ % 2 == 0 ? "<tr>" : "<tr class='odd'>"; ?>
                            <td style="display:none;" class="item_id"><?php echo htmlspecialchars($itemid); ?></td>
                            <td class="item_name" colspan="5"><?php echo htmlspecialchars($itemname . ' ' . $choices); ?></td>
                            </tr><tr>
                            <td></td>
                            <td class="unit_price">£<?php echo CurrencyCheck($price); ?></td>
                            <td class="quantity center"><input type="text" name="quantity[<?php echo htmlspecialchars($orderid); ?>]" size="2" width="10" value="<?php echo htmlspecialchars($quantity); ?>" tabindex="<?php echo $i; ?>"></td>
                            <td class="extended_price">£<?php echo CurrencyCheck(($price * $quantity)); ?></td>
                            <td class="remove"><img src="https://www.eateasy.co.uk/images/button-remove.gif" onclick="this.blur(); return removeItem(<?php echo htmlspecialchars($menuid); ?>,'<?php echo htmlspecialchars($choices); ?>');" alt="Remove <?php echo htmlspecialchars($itemname); ?> from cart"></td>
                            </tr>
                        <?php endforeach; ?>
                        <?php endforeach; ?>
                        <?php $_SESSION['totalquantity'] = $total_quantity; ?>
                        <?php echo $i++ % 2 == 0 ? "<tr>" : "<tr class='odd'>"; ?>
                            <td></td><td colspan="2">Total</td>
                            <td colspan="3" id="total_price">£<?php echo CurrencyCheck($total_price); ?></td>
                        </tr>
                        <?php
                        if (isset($_SESSION['discount']) && $_SESSION['discount'] > 0) {
                            echo $i++ % 2 == 0 ? "<tr>" : "<tr class='odd'>";
                            echo '<td></td><td class="item_name">' . htmlspecialchars(rtrim($_SESSION['discountname'])) . '</td><td>Discount</td>';
                            echo '<td colspan="3">-£ ' . CurrencyCheck($_SESSION['discount']) . '</td></tr>';
                            $total_price = $total_price - $_SESSION['discount'];
                            $_SESSION['actualdiscount'] = $_SESSION['discount'];
                        }
                        if (isset($_SESSION['islate']) && $_SESSION['islate'] && $_SESSION['delivery_charge_late'] > 0) {
                            $latecharge = $_SESSION['delivery_charge_late'];
                        } else {
                            $latecharge = 0;
                        }
                        if ($_SESSION['deliverycharge'] > 0 && ($_SESSION['deliverythreshold'] > $total_price || $_SESSION['deliverythreshold'] == 0)) {
                            $deliveryamountcharge = $_SESSION['deliverycharge'];
                        } else {
                            $deliveryamountcharge = 0;
                        }
                        if (isset($_SESSION['distancecharge'])) {
                            $distancecharge = $_SESSION['distancecharge'];
                        } else {
                            $distancecharge = 0;
                        }
                        $totaldeliverycharge = $distancecharge + $deliveryamountcharge + $latecharge;
                        echo $i++ % 2 == 0 ? "<tr>" : "<tr class='odd'>";
                        echo '<td></td><td colspan="2">Delivery</td>';
                        echo '<td colspan="3">£ ' . CurrencyCheck($totaldeliverycharge) . '</td></tr>';
                        echo '<tr><td></td><td colspan="2">Total</td>';
                        echo '<td colspan="3">£ ' . CurrencyCheck($totaldeliverycharge + $total_price) . '</td></tr>';
                        $_SESSION['OrderTotal']    = $totaldeliverycharge + $total_price;
                        $_SESSION['actualdelivery']= $totaldeliverycharge;
                        ?>
                        <tr class="headtxt"><th colspan="6"> </th></tr>
                    </table>
                    <input type="submit" name="update" value="Update cart">
                </form>
                <p> </p>
            <?php else: ?>
                <p class="center">You have no items in your cart.</p>
            <?php endif; ?>
        </div>

        <?php
        if ($_SESSION['restactive'] != "Y") {
            echo '<p><img src="https://www.eateasy.co.uk/images/ordering-unavailable-sign.png" alt="Takeaway Unavailable" /></p>
                <p> </p>
                <a href="https://www.eateasy.co.uk/register.php" style="display:inline-block;background:#D5E3F0;color:#1a2535;border:1px solid #000;border-radius:6px;padding:.45rem 1rem;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:600;text-decoration:none">Register for alerts</a>
                <h4> to receive an SMS or email alert<br>when we launch in your area</h4>';
        } else {
            if ($_SESSION['openclose']) {
                echo '<p><img src="https://www.eateasy.co.uk/images/open-sign.png" alt="Restaurant Open" /></p>';
            } else {
                echo '<p><img src="https://www.eateasy.co.uk/images/completely-closed-sign.png" alt="Restaurant Closed" /></p>';
            }
        }
        ?>
        <p> </p>
        <?php
        if ($_SESSION['restactive'] == "Y") {
            echo '<div id="cashondelivery">
                <h4>' . htmlspecialchars($CODtitle) . '</h4>
                <p> </p>
                <form method="post" action="https://www.eateasy.co.uk/nvpprocessing/CODconfirm.php" name="DoDirectPaymentForm">
                    <input name="method" type="submit" class="center" value="Cash Checkout" ' . $cashdisabled . '>
                </form>
                <p>Add comment at checkout</p>
            </div>';
        }
        ?>

        <div id="deliverydetails">
            <h3>Home Delivery Address</h3>
            <p> </p>
            <?php
            if (isset($_SESSION['loginstatus']) && $_SESSION['loginstatus'] == "IN") {
                echo "<p>" . htmlspecialchars(trim($_SESSION['title']) . " " . trim($_SESSION['firstname'] . " " . trim($_SESSION['lastname']))) . "</p>";
                echo "<p>" . htmlspecialchars(rtrim($_SESSION['address1']) . rtrim(" " . $_SESSION['address2']) . ", " . rtrim($_SESSION['city']) . ", " . rtrim($_SESSION['county']) . " " . rtrim($_SESSION['postcode'])) . "</p>";
                echo "<p>Tel: " . htmlspecialchars($_SESSION['phone']) . "</p>";
                echo "<p>Mob: " . htmlspecialchars($_SESSION['mobile']) . "</p>";
            } else {
                echo '<p style="display:flex;gap:.5rem;flex-wrap:wrap;margin:.5rem 0">
                    <a href="https://www.eateasy.co.uk/login.php" style="display:inline-block;background:#D5E3F0;color:#1a2535;border:1px solid #000;border-radius:6px;padding:.45rem 1rem;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:600;text-decoration:none">Login</a>
                    <span style="line-height:2">or</span>
                    <a href="https://www.eateasy.co.uk/register.php" style="display:inline-block;background:#D5E3F0;color:#1a2535;border:1px solid #000;border-radius:6px;padding:.45rem 1rem;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:600;text-decoration:none">Register</a>
                    </p>';
            }
            ?>
            <div itemscope itemtype="https://schema.org/Restaurant">
                <h3>Restaurant Details</h3>
                <p> </p>
                <p><span itemprop="name"><?php echo htmlspecialchars(trim($_SESSION['restname'])); ?></span></p>
                <p><span itemprop="address" itemscope itemtype="https://schema.org/PostalAddress">
                    <span itemprop="streetAddress"><?php echo htmlspecialchars(rtrim($_SESSION['restaddress1'] . rtrim(" " . $_SESSION['restaddress2']))); ?></span>,
                    <span itemprop="addressLocality"><?php echo htmlspecialchars(rtrim($_SESSION['restcity'])); ?></span>,
                    <span itemprop="addressRegion"><?php echo htmlspecialchars(rtrim($_SESSION['restcounty'])); ?></span>,
                    <span itemprop="postalCode"><?php echo htmlspecialchars(rtrim($_SESSION['restpostcode'])); ?></span>
                </span></p>
                <p><span itemprop="telephone"><?php echo htmlspecialchars($_SESSION['telephone']); ?></span></p>
                <p> </p>
            </div>
            <p><?php echo htmlspecialchars($descriptionlist); ?></p>
            <p> </p>
        </div>
            </div>
        </div>
        </div><!-- /tab-content -->
    </div><!-- /#mainTab -->

<!-- Related restaurants -->
<?php if (!empty($relatedRestaurants)): ?>
<div class="related-section">
    <div style="max-width:1160px;margin:0 auto;padding:0 1.25rem">
        <h2>More <?php echo htmlspecialchars($resttype); ?> Takeaways in <?php echo htmlspecialchars($restcity); ?></h2>
        <div class="related-grid">
            <?php foreach ($relatedRestaurants as $related): ?>
            <a href="<?php echo htmlspecialchars($related['url']); ?>" class="related-card">
                <h3><?php echo htmlspecialchars($related['name']); ?></h3>
                <p>Explore more <?php echo htmlspecialchars($resttype); ?> options</p>
            </a>
            <?php endforeach; ?>
        </div>
    </div>
</div>
<?php endif; ?>

<!-- AdSense -->
<div class="ad-slot" style="max-width:1160px;margin:0 auto;padding:0 1.25rem">
    <ins class="adsbygoogle" style="display:block"
         data-ad-client="ca-pub-4829507070201485"
         data-ad-slot="YOUR_AD_SLOT_ID"
         data-ad-format="auto"
         data-full-width-responsive="true"></ins>
    <script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
</div>

<!-- ═══ FOOTER ═══ -->
<footer class="site-footer">
    <div class="footer-inner">
        <div class="footer-brand">
            <img src="https://www.eateasy.co.uk/images/EatEasyLogoHeaderSmall.png"
                 alt="EatEasy" class="footer-logo" width="110" height="35">
            <address>
                <strong>Eateasy Ltd.</strong><br>
                69 Godmans Lane, Marks Tey, Essex CO6 1NQ
            </address>
            <a href="mailto:info@eateasy.co.uk">info@eateasy.co.uk</a>
        </div>
        <nav class="footer-links" aria-label="Footer navigation">
            <a href="https://www.eateasy.co.uk/delivery-policy.php">Delivery &amp; Service Policy</a>
            <a href="https://www.eateasy.co.uk/terms-and-conditions.php">Terms &amp; Conditions</a>
            <a href="https://www.eateasy.co.uk/quality-policy.php">Quality Policy</a>
            <a href="https://www.eateasy.co.uk/privacy-policy.php">Privacy Policy</a>
            <a href="https://www.eateasy.co.uk/environmental-policy.php">Environmental Policy</a>
            <a href="https://www.eateasy.co.uk/about-us.php">About Us</a>
            <a href="https://www.eateasy.co.uk/contact-us.php">Contact Us</a>
            <a href="https://www.eateasy.co.uk/owner-login.php">Online Owner Login</a>
            <a href="https://eateasy.co.uk/cookie-policy.php">Eateasy Cookie Policy</a>
        </nav>
        <p class="footer-copy">&copy; <?php echo date('Y'); ?> Eateasy Ltd. All rights reserved.</p>
    </div>
</footer>

</body>
</html>
