<?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 = 39629;
                      $_SESSION['restaurantid']=39629;
                    $category="BeveragesCategory";$relatedRestaurants = array (
  0 => 
  array (
    'name' => 'Golden Dragon',
    'url' => 'https://www.eateasy.co.uk/Essex-takeaways/Harlow-restaurants/Golden-Dragon-CM17-0DW.php',
  ),
  1 => 
  array (
    'name' => 'Paksook Chinese Takeaway',
    'url' => 'https://www.eateasy.co.uk/Essex-takeaways/Harlow-restaurants/Paksook-Chinese-Takeaway-CM18-7NW.php',
  ),
  2 => 
  array (
    'name' => 'Sun Kwong Chinese Take Away',
    'url' => 'https://www.eateasy.co.uk/Essex-takeaways/Harlow-restaurants/Sun-Kwong-Chinese-Take-Away-CM19-5RD.php',
  ),
  3 => 
  array (
    'name' => 'Lotus House',
    'url' => 'https://www.eateasy.co.uk/Essex-takeaways/Harlow-restaurants/Lotus-House-CM20-1SX.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('AppetisersCategory');"><a href="#menucontents" onclick="showmenu();">Appetisers</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('SoupsCategory');"><a href="#menucontents" onclick="showmenu();">Soups</a></div><div class="categorytxt" onclick="this.blur(); return selcat('SeafooddishesCategory');"><a href="#menucontents" onclick="showmenu();">Seafood dishes</a></div><div class="categorytxt" onclick="this.blur(); return selcat('ChickendishesCategory');"><a href="#menucontents" onclick="showmenu();">Chicken dishes</a></div><div class="categorytxt" onclick="this.blur(); return selcat('PorkdishesCategory');"><a href="#menucontents" onclick="showmenu();">Pork dishes</a></div><div class="categorytxt" onclick="this.blur(); return selcat('BeefdishesCategory');"><a href="#menucontents" onclick="showmenu();">Beef dishes</a></div><div class="categorytxt" onclick="this.blur(); return selcat('DuckdishesCategory');"><a href="#menucontents" onclick="showmenu();">Duck dishes</a></div><div class="categorytxt" onclick="this.blur(); return selcat('LambdishesCategory');"><a href="#menucontents" onclick="showmenu();">Lamb dishes</a></div><div class="categorytxt" onclick="this.blur(); return selcat('SweetsourdishesCategory');"><a href="#menucontents" onclick="showmenu();">Sweet  sour dishes</a></div><div class="categorytxt" onclick="this.blur(); return selcat('CantonesedishesCategory');"><a href="#menucontents" onclick="showmenu();">Cantonese dishes</a></div><div class="categorytxt" onclick="this.blur(); return selcat('VegetabledishesCategory');"><a href="#menucontents" onclick="showmenu();">Vegetable dishes</a></div><div class="categorytxt" onclick="this.blur(); return selcat('MushroomdishesCategory');"><a href="#menucontents" onclick="showmenu();">Mushroom dishes</a></div><div class="categorytxt" onclick="this.blur(); return selcat('ChopsueydishesCategory');"><a href="#menucontents" onclick="showmenu();">Chop suey dishes</a></div><div class="categorytxt" onclick="this.blur(); return selcat('OmelettedishesCategory');"><a href="#menucontents" onclick="showmenu();">Omelette dishes</a></div><div class="categorytxt" onclick="this.blur(); return selcat('CurrydishesCategory');"><a href="#menucontents" onclick="showmenu();">Curry dishes</a></div><div class="categorytxt" onclick="this.blur(); return selcat('RiceCategory');"><a href="#menucontents" onclick="showmenu();">Rice</a></div><div class="categorytxt" onclick="this.blur(); return selcat('NoodledishesCategory');"><a href="#menucontents" onclick="showmenu();">Noodle dishes</a></div><div class="categorytxt" onclick="this.blur(); return selcat('HofundishesCategory');"><a href="#menucontents" onclick="showmenu();">Ho fun dishes</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('SetmealsCategory');"><a href="#menucontents" onclick="showmenu();">Set meals</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>1.5L</td>
                    <td>£ 2.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035810,1,'Coca-Cola 1.5L',2.80,-1,'','BeveragesCategory'); showorder();" alt="Add Coca-Cola to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Diet Coca-Cola</h6>
                      <div></div></td>
                    <td>1.5L</td>
                    <td>£ 2.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035811,2,'Diet Coca-Cola 1.5L',2.80,-1,'','BeveragesCategory'); showorder();" alt="Add Diet Coca-Cola 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>Free Item for CM23 CUSTOMERS ONLY</h6>
                      <div>Pick 1 Free drink or 1 Free Dish (one only)Please note CM23 customers ordering more than 1 Free Item will only be given the 1st Free Item . We may also replace any item for another item depending on availability  wine 100 guaranteed but soft drinks and some dishes may vary.</div></td>
                    <td>FREE BBQ Ribs</td>
                    <td>£ 0.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035812,3,'Free Item for CM23 CUSTOMERS ONLY FREE BBQ Ribs',0.00,-1,'','SpecialoffersCategory'); showorder();" alt="Add Free Item for CM23 CUSTOMERS ONLY to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>FREE Coca-Cola 1.5L</td>
                    <td>£ 0.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035813,3,'Free Item for CM23 CUSTOMERS ONLY FREE Coca-Cola 1.5L',0.00,-1,'','SpecialoffersCategory'); showorder();" alt="Add Free Item for CM23 CUSTOMERS ONLY to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>FREE Diet Coke 1.5L</td>
                    <td>£ 0.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035814,3,'Free Item for CM23 CUSTOMERS ONLY FREE Diet Coke 1.5L',0.00,-1,'','SpecialoffersCategory'); showorder();" alt="Add Free Item for CM23 CUSTOMERS ONLY to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>FREE House Dry White Wine</td>
                    <td>£ 0.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035815,3,'Free Item for CM23 CUSTOMERS ONLY FREE House Dry White Wine',0.00,-1,'','SpecialoffersCategory'); showorder();" alt="Add Free Item for CM23 CUSTOMERS ONLY to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>FREE House Red Wine</td>
                    <td>£ 0.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035816,3,'Free Item for CM23 CUSTOMERS ONLY FREE House Red Wine',0.00,-1,'','SpecialoffersCategory'); showorder();" alt="Add Free Item for CM23 CUSTOMERS ONLY to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>FREE Smoked Chicken</td>
                    <td>£ 0.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035817,3,'Free Item for CM23 CUSTOMERS ONLY FREE Smoked Chicken',0.00,-1,'','SpecialoffersCategory'); showorder();" alt="Add Free Item for CM23 CUSTOMERS ONLY to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Discount Item For CM17- 21  CUSTOMERS ONLY</h6>
                      <div>(Minimum order of 28 under 28 offer not available)Pick 1 drink or 1 Dish (one only)Please note CM17-21 customers ordering more than 1 Free Item will only be given the 1st Free Item . We may also replace any item for another item depending on availability . Customers ordering a discount item and their meal is under   28 will not get their prefer item but will be given a bottle of Coca Cola instead.</div></td>
                    <td>Â£12 Bottle of House Red Wine</td>
                    <td>£ 2.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035818,4,'Discount Item For CM17- 21  CUSTOMERS ONLY Â£12 Bottle of House Red Wine',2.80,-1,'','SpecialoffersCategory'); showorder();" alt="Add Discount Item For CM17- 21  CUSTOMERS ONLY to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>Â£12 Bottle of House White  Wine</td>
                    <td>£ 2.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035819,4,'Discount Item For CM17- 21  CUSTOMERS ONLY Â£12 Bottle of House White  Wine',2.80,-1,'','SpecialoffersCategory'); showorder();" alt="Add Discount Item For CM17- 21  CUSTOMERS ONLY to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>BBQ  Ribs</td>
                    <td>£ 2.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035820,4,'Discount Item For CM17- 21  CUSTOMERS ONLY BBQ  Ribs',2.80,-1,'','SpecialoffersCategory'); showorder();" alt="Add Discount Item For CM17- 21  CUSTOMERS ONLY to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>Smoked Chicken</td>
                    <td>£ 2.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035821,4,'Discount Item For CM17- 21  CUSTOMERS ONLY Smoked Chicken',2.80,-1,'','SpecialoffersCategory'); showorder();" alt="Add Discount Item For CM17- 21  CUSTOMERS ONLY to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Free Item for CM16 CUSTOMERS ONLY</h6>
                      <div>Pick 1 Free drink or 1 Free Dish (one only) Please note CM16 customers ordering more than 1 Free Item will only be given the 1st Free Item . We may also replace any item for another item depending on availability.</div></td>
                    <td>FREE Â£12 Bottle of House White  Wine</td>
                    <td>£ 0.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035822,5,'Free Item for CM16 CUSTOMERS ONLY FREE Â£12 Bottle of House White  Wine',0.00,-1,'','SpecialoffersCategory'); showorder();" alt="Add Free Item for CM16 CUSTOMERS ONLY to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>FREE Smoked Chicken</td>
                    <td>£ 0.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035823,5,'Free Item for CM16 CUSTOMERS ONLY FREE Smoked Chicken',0.00,-1,'','SpecialoffersCategory'); showorder();" alt="Add Free Item for CM16 CUSTOMERS ONLY to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>FREE Â£12 Bottle of House Red Wine</td>
                    <td>£ 0.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035824,5,'Free Item for CM16 CUSTOMERS ONLY FREE Â£12 Bottle of House Red Wine',0.00,-1,'','SpecialoffersCategory'); showorder();" alt="Add Free Item for CM16 CUSTOMERS ONLY to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>FREE BBQ  Ribs</td>
                    <td>£ 0.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035825,5,'Free Item for CM16 CUSTOMERS ONLY FREE BBQ  Ribs',0.00,-1,'','SpecialoffersCategory'); showorder();" alt="Add Free Item for CM16 CUSTOMERS ONLY to cart"/></td></tr></table></div>
                    </div>
                <div id="AppetisersCategory" <?php if($category=='AppetisersCategory') {echo 'style=""';} ?>> <h2>Appetisers</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>Hot Hors Doeuvres For 2</h6>
                      <div>Peking ribs spring rolls satay chicken and sesame prawns on toast</div></td>
                    <td></td>
                    <td>£ 8.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035826,6,'Hot Hors Doeuvres For 2 ',8.20,-1,'','AppetisersCategory'); showorder();" alt="Add Hot Hors Doeuvres For 2 to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Mixed Starters (For 3) Hot Hors DOeuvre</h6>
                      <div>Spare ribs peking style mini spring rolls satay chicken and  sesame prawns on toast</div></td>
                    <td></td>
                    <td>£ 12.30</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035827,7,'Mixed Starters (For 3) Hot Hors DOeuvre ',12.30,-1,'','AppetisersCategory'); showorder();" alt="Add Mixed Starters (For 3) Hot Hors DOeuvre to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Crispy Aromatic Lamb (For 2)</h6>
                      <div>Cut and shredded lamb with 6 pancakes cucumber and spring onions and hoisin sauce</div></td>
                    <td></td>
                    <td>£ 7.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035828,8,'Crispy Aromatic Lamb (For 2) ',7.20,-1,'','AppetisersCategory'); showorder();" alt="Add Crispy Aromatic Lamb (For 2) to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Extra Pancakes</h6>
                      <div>Extra pack of 6 pancakes for                aromatic duck or crispy lamb</div></td>
                    <td>Aromatic Duck</td>
                    <td>£ 1.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035829,9,'Extra Pancakes Aromatic Duck',1.20,-1,'','AppetisersCategory'); showorder();" alt="Add Extra Pancakes to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6></h6>
                      <div></div></td>
                    <td>Crispy Lamb</td>
                    <td>£ 1.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035830,9,'Extra Pancakes Crispy Lamb',1.20,-1,'','AppetisersCategory'); showorder();" alt="Add Extra Pancakes to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Extra Pot of Plum Sauce</h6>
                      <div>For aromatic duck or crispy lamb</div></td>
                    <td></td>
                    <td>£ 0.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035831,10,'Extra Pot of Plum Sauce ',0.50,-1,'','AppetisersCategory'); showorder();" alt="Add Extra Pot of Plum Sauce to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Half Crispy Aromatic  Duck</h6>
                      <div>Pancakes cucumber spring onions and Hoi Sin sauce</div></td>
                    <td></td>
                    <td>£ 13.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035832,11,'Half Crispy Aromatic  Duck ',13.20,-1,'','AppetisersCategory'); showorder();" alt="Add Half Crispy Aromatic  Duck to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Quarter Crispy Aromatic  Duck</h6>
                      <div>Pancakes cucumber spring onions and Hoi Sin sauce</div></td>
                    <td></td>
                    <td>£ 7.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035833,12,'Quarter Crispy Aromatic  Duck ',7.20,-1,'','AppetisersCategory'); showorder();" alt="Add Quarter Crispy Aromatic  Duck to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Steamed Prawns with Shell in Sauce Dip</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035834,13,'Steamed Prawns with Shell in Sauce Dip ',5.60,-1,'','AppetisersCategory'); showorder();" alt="Add Steamed Prawns with Shell in Sauce Dip to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Spicy Prawns in Shell</h6>
                      <div>Hot</div></td>
                    <td></td>
                    <td>£ 5.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035835,14,'Spicy Prawns in Shell ',5.60,-1,'','AppetisersCategory'); showorder();" alt="Add Spicy Prawns in Shell to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Sesame Prawns on Toast</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035836,15,'Sesame Prawns on Toast ',5.00,-1,'','AppetisersCategory'); showorder();" alt="Add Sesame Prawns on Toast to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Spare Ribs Peking Style</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035837,16,'Spare Ribs Peking Style ',5.00,-1,'','AppetisersCategory'); showorder();" alt="Add Spare Ribs Peking Style to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Barbecued Spare Ribs</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035838,17,'Barbecued Spare Ribs ',5.00,-1,'','AppetisersCategory'); showorder();" alt="Add Barbecued Spare Ribs to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Spicy Spare Ribs with Chilli</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035839,18,'Spicy Spare Ribs with Chilli ',5.00,-1,'','AppetisersCategory'); showorder();" alt="Add Spicy Spare Ribs with Chilli to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Satay King Prawn (2)</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.70</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035840,19,'Satay King Prawn (2) ',4.70,-1,'','AppetisersCategory'); showorder();" alt="Add Satay King Prawn (2) to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Satay Beef (2)</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.70</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035841,20,'Satay Beef (2) ',4.70,-1,'','AppetisersCategory'); showorder();" alt="Add Satay Beef (2) to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Satay Chicken (2)</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 3.70</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035842,21,'Satay Chicken (2) ',3.70,-1,'','AppetisersCategory'); showorder();" alt="Add Satay Chicken (2) to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Smoked Chicken</h6>
                      <div>Fried chicken fillet in batter with chilli and spring onions</div></td>
                    <td></td>
                    <td>£ 4.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035843,22,'Smoked Chicken ',4.40,-1,'','AppetisersCategory'); showorder();" alt="Add Smoked Chicken to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Crispy Spring Rolls</h6>
                      <div>2 mini rolls</div></td>
                    <td></td>
                    <td>£ 1.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035844,23,'Crispy Spring Rolls ',1.50,-1,'','AppetisersCategory'); showorder();" alt="Add Crispy Spring Rolls to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Pancake Roll</h6>
                      <div>Large</div></td>
                    <td></td>
                    <td>£ 1.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035845,24,'Pancake Roll ',1.50,-1,'','AppetisersCategory'); showorder();" alt="Add Pancake Roll to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Vegetable Spring Rolls (6)</h6>
                      <div>Mini rolls</div></td>
                    <td></td>
                    <td>£ 1.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035846,25,'Vegetable Spring Rolls (6) ',1.50,-1,'','AppetisersCategory'); showorder();" alt="Add Vegetable Spring Rolls (6) to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Crispy Won Ton with Sweet  Sour Sauce</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 3.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035847,26,'Crispy Won Ton with Sweet  Sour Sauce ',3.60,-1,'','AppetisersCategory'); showorder();" alt="Add Crispy Won Ton with Sweet  Sour Sauce to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Prawn Cocktail</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 3.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035848,27,'Prawn Cocktail ',3.60,-1,'','AppetisersCategory'); showorder();" alt="Add Prawn Cocktail to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Butterfly King Prawns in Batter</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035849,28,'Butterfly King Prawns in Batter ',5.60,-1,'','AppetisersCategory'); showorder();" alt="Add Butterfly King Prawns in Batter to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Chicken in Breadcrumbs</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035850,29,'Chicken in Breadcrumbs ',5.00,-1,'','AppetisersCategory'); showorder();" alt="Add Chicken in Breadcrumbs to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Chips</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 1.90</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035851,30,'Chips ',1.90,-1,'','AppetisersCategory'); showorder();" alt="Add Chips to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Fried Seaweed</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 3.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035852,31,'Fried Seaweed ',3.60,-1,'','AppetisersCategory'); showorder();" alt="Add Fried Seaweed to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Prawn Crackers</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 1.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035853,32,'Prawn Crackers ',1.00,-1,'','AppetisersCategory'); showorder();" alt="Add Prawn Crackers to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Prawns in Breadcrumbs</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035854,33,'Prawns in Breadcrumbs ',5.60,-1,'','AppetisersCategory'); showorder();" alt="Add Prawns in Breadcrumbs to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Salt  Pepper Chilli Squid</h6>
                      <div>Squid in light butter with chilli and spring onions (dry)</div></td>
                    <td></td>
                    <td>£ 5.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035855,34,'Salt  Pepper Chilli Squid ',5.60,-1,'','AppetisersCategory'); showorder();" alt="Add Salt  Pepper Chilli Squid to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Salt  Pepper Smoked Prawns</h6>
                      <div>No shell. Dry. Prawns in a light coating of batter with chilli and spring onions</div></td>
                    <td></td>
                    <td>£ 5.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035856,35,'Salt  Pepper Smoked Prawns ',5.60,-1,'','AppetisersCategory'); showorder();" alt="Add Salt  Pepper Smoked Prawns 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>Barbecued Sauce</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 1.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035857,36,'Barbecued Sauce ',1.00,-1,'','SaucesCategory'); showorder();" alt="Add Barbecued Sauce to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Curry Sauce</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 1.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035858,37,'Curry Sauce ',1.00,-1,'','SaucesCategory'); showorder();" alt="Add Curry Sauce to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Satay Sauce</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 1.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035859,38,'Satay Sauce ',1.00,-1,'','SaucesCategory'); showorder();" alt="Add Satay Sauce to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Sweet  Sour Sauce</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 1.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035860,39,'Sweet  Sour Sauce ',1.00,-1,'','SaucesCategory'); showorder();" alt="Add Sweet  Sour Sauce to cart"/></td></tr></table></div>
                    </div>
                <div id="SoupsCategory" <?php if($category=='SoupsCategory') {echo 'style=""';} ?>> <h2>Soups</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>Chicken  Noodle Soup</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 2.90</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035861,40,'Chicken  Noodle Soup ',2.90,-1,'','SoupsCategory'); showorder();" alt="Add Chicken  Noodle Soup to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Chicken  Mushroom Soup</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 2.90</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035862,41,'Chicken  Mushroom Soup ',2.90,-1,'','SoupsCategory'); showorder();" alt="Add Chicken  Mushroom Soup to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Hot  Sour Soup</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 2.90</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035863,42,'Hot  Sour Soup ',2.90,-1,'','SoupsCategory'); showorder();" alt="Add Hot  Sour Soup to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Chicken  Sweetcorn Soup</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 2.90</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035864,43,'Chicken  Sweetcorn Soup ',2.90,-1,'','SoupsCategory'); showorder();" alt="Add Chicken  Sweetcorn Soup to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Crab Meat  Sweetcorn Soup</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 3.10</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035865,44,'Crab Meat  Sweetcorn Soup ',3.10,-1,'','SoupsCategory'); showorder();" alt="Add Crab Meat  Sweetcorn Soup to cart"/></td></tr></table></div>
                    </div>
                <div id="SeafooddishesCategory" <?php if($category=='SeafooddishesCategory') {echo 'style=""';} ?>> <h2>Seafood 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="odd">
                    <td rowspan="1"><h6>King Prawn Szechuan</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035866,45,'King Prawn Szechuan ',5.60,-1,'','SeafooddishesCategory'); showorder();" alt="Add King Prawn Szechuan to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Kung Po King Prawn</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035867,46,'Kung Po King Prawn ',5.60,-1,'','SeafooddishesCategory'); showorder();" alt="Add Kung Po King Prawn to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>King Prawn with Cashew Nuts  Yellow Bean Sauce</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035868,47,'King Prawn with Cashew Nuts  Yellow Bean Sauce ',5.60,-1,'','SeafooddishesCategory'); showorder();" alt="Add King Prawn with Cashew Nuts  Yellow Bean Sauce to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>King Prawn with Black Bean Sauce</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035869,48,'King Prawn with Black Bean Sauce ',5.60,-1,'','SeafooddishesCategory'); showorder();" alt="Add King Prawn with Black Bean Sauce to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>King Prawn with Ginger  Spring Onions</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035870,49,'King Prawn with Ginger  Spring Onions ',5.60,-1,'','SeafooddishesCategory'); showorder();" alt="Add King Prawn with Ginger  Spring Onions to cart"/></td></tr></table></div>
                    </div>
                <div id="ChickendishesCategory" <?php if($category=='ChickendishesCategory') {echo 'style=""';} ?>> <h2>Chicken 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>Fried Chicken with Lemon Sauce</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035871,50,'Fried Chicken with Lemon Sauce ',4.40,-1,'','ChickendishesCategory'); showorder();" alt="Add Fried Chicken with Lemon Sauce to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Grilled Chicken with Garlic  Spring Onions</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035872,51,'Grilled Chicken with Garlic  Spring Onions ',4.40,-1,'','ChickendishesCategory'); showorder();" alt="Add Grilled Chicken with Garlic  Spring Onions to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Kung Po Chicken</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035873,52,'Kung Po Chicken ',4.40,-1,'','ChickendishesCategory'); showorder();" alt="Add Kung Po Chicken to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Fried Chicken with Cashew Nuts</h6>
                      <div></div></td>
                    <td>In Yellow Bean Sauce</td>
                    <td>£ 4.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035874,53,'Fried Chicken with Cashew Nuts In Yellow Bean Sauce',4.40,-1,'','ChickendishesCategory'); showorder();" alt="Add Fried Chicken with Cashew Nuts to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Fried Chicken with Green Peppers</h6>
                      <div></div></td>
                    <td>In Black Bean Sauce</td>
                    <td>£ 4.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035875,54,'Fried Chicken with Green Peppers In Black Bean Sauce',4.40,-1,'','ChickendishesCategory'); showorder();" alt="Add Fried Chicken with Green Peppers to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Fried Chicken with Ginger  Spring Onions</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035876,55,'Fried Chicken with Ginger  Spring Onions ',4.40,-1,'','ChickendishesCategory'); showorder();" alt="Add Fried Chicken with Ginger  Spring Onions to cart"/></td></tr></table></div>
                    </div>
                <div id="PorkdishesCategory" <?php if($category=='PorkdishesCategory') {echo 'style=""';} ?>> <h2>Pork 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>Szechuan Sliced Roast Pork</h6>
                      <div>Hot</div></td>
                    <td></td>
                    <td>£ 4.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035877,56,'Szechuan Sliced Roast Pork ',4.40,-1,'','PorkdishesCategory'); showorder();" alt="Add Szechuan Sliced Roast Pork to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Fried Pork with Oyster Sauce</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035878,57,'Fried Pork with Oyster Sauce ',4.40,-1,'','PorkdishesCategory'); showorder();" alt="Add Fried Pork with Oyster Sauce to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Fried Pork with Cashew Nuts  Yellow Bean Sauce</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035879,58,'Fried Pork with Cashew Nuts  Yellow Bean Sauce ',4.40,-1,'','PorkdishesCategory'); showorder();" alt="Add Fried Pork with Cashew Nuts  Yellow Bean Sauce to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Fried Pork with Green Peppers</h6>
                      <div></div></td>
                    <td>In Black Bean Sauce</td>
                    <td>£ 4.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035880,59,'Fried Pork with Green Peppers In Black Bean Sauce',4.40,-1,'','PorkdishesCategory'); showorder();" alt="Add Fried Pork with Green Peppers to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Fried Pork with Ginger  Spring Onions</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035881,60,'Fried Pork with Ginger  Spring Onions ',4.40,-1,'','PorkdishesCategory'); showorder();" alt="Add Fried Pork with Ginger  Spring Onions to cart"/></td></tr></table></div>
                    </div>
                <div id="BeefdishesCategory" <?php if($category=='BeefdishesCategory') {echo 'style=""';} ?>> <h2>Beef 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="odd">
                    <td rowspan="1"><h6>Crispy Shredded Beef with Carrot  Chilli</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035882,61,'Crispy Shredded Beef with Carrot  Chilli ',4.40,-1,'','BeefdishesCategory'); showorder();" alt="Add Crispy Shredded Beef with Carrot  Chilli to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Beef with Oyster Sauce</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035883,62,'Beef with Oyster Sauce ',4.40,-1,'','BeefdishesCategory'); showorder();" alt="Add Beef with Oyster Sauce to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Fried Beef with Cashew Nuts</h6>
                      <div></div></td>
                    <td>In Yellow Bean Sauce</td>
                    <td>£ 4.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035884,63,'Fried Beef with Cashew Nuts In Yellow Bean Sauce',4.40,-1,'','BeefdishesCategory'); showorder();" alt="Add Fried Beef with Cashew Nuts to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Fried Beef with Green Peppers</h6>
                      <div></div></td>
                    <td>In Black Bean Sauce</td>
                    <td>£ 4.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035885,64,'Fried Beef with Green Peppers In Black Bean Sauce',4.40,-1,'','BeefdishesCategory'); showorder();" alt="Add Fried Beef with Green Peppers to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Fried Beef with Ginger  Spring Onions</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035886,65,'Fried Beef with Ginger  Spring Onions ',4.40,-1,'','BeefdishesCategory'); showorder();" alt="Add Fried Beef with Ginger  Spring Onions to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Fried Fillet Beef with Onion in Peking Sauce</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 6.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035887,66,'Fried Fillet Beef with Onion in Peking Sauce ',6.60,-1,'','BeefdishesCategory'); showorder();" alt="Add Fried Fillet Beef with Onion in Peking Sauce to cart"/></td></tr></table></div>
                    </div>
                <div id="DuckdishesCategory" <?php if($category=='DuckdishesCategory') {echo 'style=""';} ?>> <h2>Duck 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="odd">
                    <td rowspan="1"><h6>Fried Duck with Chinese Mushroom  Bamboo Shoots</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035888,67,'Fried Duck with Chinese Mushroom  Bamboo Shoots ',5.00,-1,'','DuckdishesCategory'); showorder();" alt="Add Fried Duck with Chinese Mushroom  Bamboo Shoots to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Fried Duck with Oyster Sauce</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035889,68,'Fried Duck with Oyster Sauce ',5.00,-1,'','DuckdishesCategory'); showorder();" alt="Add Fried Duck with Oyster Sauce to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Fried Duck with Cashew Nuts  Yellow Bean Sauce</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035890,69,'Fried Duck with Cashew Nuts  Yellow Bean Sauce ',5.00,-1,'','DuckdishesCategory'); showorder();" alt="Add Fried Duck with Cashew Nuts  Yellow Bean Sauce to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Fried Duck with Green Peppers</h6>
                      <div></div></td>
                    <td>In Black Bean Sauce</td>
                    <td>£ 5.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035891,70,'Fried Duck with Green Peppers In Black Bean Sauce',5.00,-1,'','DuckdishesCategory'); showorder();" alt="Add Fried Duck with Green Peppers to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Fried Duck with Ginger  Spring Onions</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035892,71,'Fried Duck with Ginger  Spring Onions ',5.00,-1,'','DuckdishesCategory'); showorder();" alt="Add Fried Duck with Ginger  Spring Onions to cart"/></td></tr></table></div>
                    </div>
                <div id="LambdishesCategory" <?php if($category=='LambdishesCategory') {echo 'style=""';} ?>> <h2>Lamb 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>Szechuan Sliced Lamb</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035893,72,'Szechuan Sliced Lamb ',5.00,-1,'','LambdishesCategory'); showorder();" alt="Add Szechuan Sliced Lamb to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Fried Lamb with Oyster Sauce</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035894,73,'Fried Lamb with Oyster Sauce ',5.00,-1,'','LambdishesCategory'); showorder();" alt="Add Fried Lamb with Oyster Sauce to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Fried Lamb with Cashew Nuts</h6>
                      <div></div></td>
                    <td>In Yellow Bean Sauce</td>
                    <td>£ 5.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035895,74,'Fried Lamb with Cashew Nuts In Yellow Bean Sauce',5.00,-1,'','LambdishesCategory'); showorder();" alt="Add Fried Lamb with Cashew Nuts to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Fried Lamb with Green Peppers</h6>
                      <div></div></td>
                    <td>In Black Bean Sauce</td>
                    <td>£ 5.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035896,75,'Fried Lamb with Green Peppers In Black Bean Sauce',5.00,-1,'','LambdishesCategory'); showorder();" alt="Add Fried Lamb with Green Peppers to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Fried Lamb with Ginger  Spring Onions</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035897,76,'Fried Lamb with Ginger  Spring Onions ',5.00,-1,'','LambdishesCategory'); showorder();" alt="Add Fried Lamb with Ginger  Spring Onions to cart"/></td></tr></table></div>
                    </div>
                <div id="SweetsourdishesCategory" <?php if($category=='SweetsourdishesCategory') {echo 'style=""';} ?>> <h2>Sweet  sour 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="odd">
                    <td rowspan="1"><h6>Sweet  Sour Prawn Peking Style</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035898,77,'Sweet  Sour Prawn Peking Style ',5.60,-1,'','SweetsourdishesCategory'); showorder();" alt="Add Sweet  Sour Prawn Peking Style to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Sweet  Sour Chicken Peking Style</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035899,78,'Sweet  Sour Chicken Peking Style ',4.40,-1,'','SweetsourdishesCategory'); showorder();" alt="Add Sweet  Sour Chicken Peking Style to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Sweet  Sour Pork Peking Style</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035900,79,'Sweet  Sour Pork Peking Style ',4.40,-1,'','SweetsourdishesCategory'); showorder();" alt="Add Sweet  Sour Pork Peking Style to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Sweet  Sour Mixed Meat Peking Style</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035901,80,'Sweet  Sour Mixed Meat Peking Style ',5.60,-1,'','SweetsourdishesCategory'); showorder();" alt="Add Sweet  Sour Mixed Meat Peking Style to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Sweet  Sour Spare Ribs</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035902,81,'Sweet  Sour Spare Ribs ',5.00,-1,'','SweetsourdishesCategory'); showorder();" alt="Add Sweet  Sour Spare Ribs to cart"/></td></tr></table></div>
                    </div>
                <div id="CantonesedishesCategory" <?php if($category=='CantonesedishesCategory') {echo 'style=""';} ?>> <h2>Cantonese 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>Sweet  Sour Prawn Balls in Cantonese Style</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035903,82,'Sweet  Sour Prawn Balls in Cantonese Style ',5.60,-1,'','CantonesedishesCategory'); showorder();" alt="Add Sweet  Sour Prawn Balls in Cantonese Style to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Sweet  Sour Chicken Balls in Cantonese Style</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035904,83,'Sweet  Sour Chicken Balls in Cantonese Style ',4.40,-1,'','CantonesedishesCategory'); showorder();" alt="Add Sweet  Sour Chicken Balls in Cantonese Style to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Sweet  Sour Pork Balls in Cantonese Style</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035905,84,'Sweet  Sour Pork Balls in Cantonese Style ',4.40,-1,'','CantonesedishesCategory'); showorder();" alt="Add Sweet  Sour Pork Balls in Cantonese Style to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Sweet  Sour Mixed Vegetables in Cantonese Style</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.10</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035906,85,'Sweet  Sour Mixed Vegetables in Cantonese Style ',4.10,-1,'','CantonesedishesCategory'); showorder();" alt="Add Sweet  Sour Mixed Vegetables in Cantonese Style to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Sweet  Sour Mushroom in Cantonese Style</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.10</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035907,86,'Sweet  Sour Mushroom in Cantonese Style ',4.10,-1,'','CantonesedishesCategory'); showorder();" alt="Add Sweet  Sour Mushroom in Cantonese Style to cart"/></td></tr></table></div>
                    </div>
                <div id="VegetabledishesCategory" <?php if($category=='VegetabledishesCategory') {echo 'style=""';} ?>> <h2>Vegetable 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="odd">
                    <td rowspan="1"><h6>Plain Mixed Vegetables</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 3.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035908,87,'Plain Mixed Vegetables ',3.40,-1,'','VegetabledishesCategory'); showorder();" alt="Add Plain Mixed Vegetables to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Plain Bamboo Shoots with Water Chestnuts</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 3.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035909,88,'Plain Bamboo Shoots with Water Chestnuts ',3.40,-1,'','VegetabledishesCategory'); showorder();" alt="Add Plain Bamboo Shoots with Water Chestnuts to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Stir Fried Bean Shoots</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 3.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035910,89,'Stir Fried Bean Shoots ',3.40,-1,'','VegetabledishesCategory'); showorder();" alt="Add Stir Fried Bean Shoots to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Stir Fried Mushroom</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 3.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035911,90,'Stir Fried Mushroom ',3.40,-1,'','VegetabledishesCategory'); showorder();" alt="Add Stir Fried Mushroom to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Stir Fried Mange Tout with Oyster Sauce</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 3.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035912,91,'Stir Fried Mange Tout with Oyster Sauce ',3.40,-1,'','VegetabledishesCategory'); showorder();" alt="Add Stir Fried Mange Tout with Oyster Sauce to cart"/></td></tr></table></div>
                    </div>
                <div id="MushroomdishesCategory" <?php if($category=='MushroomdishesCategory') {echo 'style=""';} ?>> <h2>Mushroom 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>Mushrooms with Prawn</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035913,92,'Mushrooms with Prawn ',5.60,-1,'','MushroomdishesCategory'); showorder();" alt="Add Mushrooms with Prawn to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Mushrooms with Chicken</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035914,93,'Mushrooms with Chicken ',4.40,-1,'','MushroomdishesCategory'); showorder();" alt="Add Mushrooms with Chicken to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Mushrooms with Pork</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035915,94,'Mushrooms with Pork ',4.40,-1,'','MushroomdishesCategory'); showorder();" alt="Add Mushrooms with Pork to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Mushrooms with Beef</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035916,95,'Mushrooms with Beef ',4.40,-1,'','MushroomdishesCategory'); showorder();" alt="Add Mushrooms with Beef to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Mushrooms with Shrimps</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035917,96,'Mushrooms with Shrimps ',4.40,-1,'','MushroomdishesCategory'); showorder();" alt="Add Mushrooms with Shrimps to cart"/></td></tr></table></div>
                    </div>
                <div id="ChopsueydishesCategory" <?php if($category=='ChopsueydishesCategory') {echo 'style=""';} ?>> <h2>Chop suey 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="odd">
                    <td rowspan="1"><h6>King Prawn Chop Suey</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035918,97,'King Prawn Chop Suey ',5.60,-1,'','ChopsueydishesCategory'); showorder();" alt="Add King Prawn Chop Suey to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Chicken Chop Suey</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035919,98,'Chicken Chop Suey ',4.40,-1,'','ChopsueydishesCategory'); showorder();" alt="Add Chicken Chop Suey to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Pork Chop Suey</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035920,99,'Pork Chop Suey ',4.40,-1,'','ChopsueydishesCategory'); showorder();" alt="Add Pork Chop Suey to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Beef Chop Suey</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035921,100,'Beef Chop Suey ',4.40,-1,'','ChopsueydishesCategory'); showorder();" alt="Add Beef Chop Suey to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Plain Chop Suey</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 3.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035922,101,'Plain Chop Suey ',3.40,-1,'','ChopsueydishesCategory'); showorder();" alt="Add Plain Chop Suey to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Shrimp Chop Suey</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035923,102,'Shrimp Chop Suey ',4.40,-1,'','ChopsueydishesCategory'); showorder();" alt="Add Shrimp Chop Suey to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Special Chop Suey</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035924,103,'Special Chop Suey ',5.60,-1,'','ChopsueydishesCategory'); showorder();" alt="Add Special Chop Suey to cart"/></td></tr></table></div>
                    </div>
                <div id="OmelettedishesCategory" <?php if($category=='OmelettedishesCategory') {echo 'style=""';} ?>> <h2>Omelette 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>King Prawn Omelette</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035925,104,'King Prawn Omelette ',5.60,-1,'','OmelettedishesCategory'); showorder();" alt="Add King Prawn Omelette to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Chicken Omelette</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035926,105,'Chicken Omelette ',4.40,-1,'','OmelettedishesCategory'); showorder();" alt="Add Chicken Omelette to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Pork Omelette</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035927,106,'Pork Omelette ',4.40,-1,'','OmelettedishesCategory'); showorder();" alt="Add Pork Omelette to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Beef Omelette</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035928,107,'Beef Omelette ',4.40,-1,'','OmelettedishesCategory'); showorder();" alt="Add Beef Omelette to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Plain Omelette</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 3.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035929,108,'Plain Omelette ',3.40,-1,'','OmelettedishesCategory'); showorder();" alt="Add Plain Omelette to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Shrimp Omelette</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035930,109,'Shrimp Omelette ',4.40,-1,'','OmelettedishesCategory'); showorder();" alt="Add Shrimp Omelette to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Special Omelette</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035931,110,'Special Omelette ',5.60,-1,'','OmelettedishesCategory'); showorder();" alt="Add Special Omelette to cart"/></td></tr></table></div>
                    </div>
                <div id="CurrydishesCategory" <?php if($category=='CurrydishesCategory') {echo 'style=""';} ?>> <h2>Curry 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="odd">
                    <td rowspan="1"><h6>King Prawn Curry</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 6.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035932,111,'King Prawn Curry ',6.60,-1,'','CurrydishesCategory'); showorder();" alt="Add King Prawn Curry to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Chicken Curry</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035933,112,'Chicken Curry ',5.60,-1,'','CurrydishesCategory'); showorder();" alt="Add Chicken Curry to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Pork Curry</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035934,113,'Pork Curry ',5.60,-1,'','CurrydishesCategory'); showorder();" alt="Add Pork Curry to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Beef Curry</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035935,114,'Beef Curry ',5.60,-1,'','CurrydishesCategory'); showorder();" alt="Add Beef Curry to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Mixed Vegetables Curry</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035936,115,'Mixed Vegetables Curry ',5.60,-1,'','CurrydishesCategory'); showorder();" alt="Add Mixed Vegetables Curry to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Shrimp Curry</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035937,116,'Shrimp Curry ',5.60,-1,'','CurrydishesCategory'); showorder();" alt="Add Shrimp Curry to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Special Curry</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 6.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035938,117,'Special Curry ',6.60,-1,'','CurrydishesCategory'); showorder();" alt="Add Special Curry to cart"/></td></tr></table></div>
                    </div>
                <div id="RiceCategory" <?php if($category=='RiceCategory') {echo 'style=""';} ?>> <h2>Rice</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>King Prawn Fried Rice</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035939,118,'King Prawn Fried Rice ',5.00,-1,'','RiceCategory'); showorder();" alt="Add King Prawn Fried Rice to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Chicken Fried Rice</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 3.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035940,119,'Chicken Fried Rice ',3.50,-1,'','RiceCategory'); showorder();" alt="Add Chicken Fried Rice to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Shrimp Fried Rice</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 3.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035941,120,'Shrimp Fried Rice ',3.50,-1,'','RiceCategory'); showorder();" alt="Add Shrimp Fried Rice to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Egg Fried Rice</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 2.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035942,121,'Egg Fried Rice ',2.60,-1,'','RiceCategory'); showorder();" alt="Add Egg Fried Rice to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Boiled Rice</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 2.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035943,122,'Boiled Rice ',2.40,-1,'','RiceCategory'); showorder();" alt="Add Boiled Rice to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Singapore Fried Rice</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 3.70</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035944,123,'Singapore Fried Rice ',3.70,-1,'','RiceCategory'); showorder();" alt="Add Singapore Fried Rice to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Special Fried Rice</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 3.70</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035945,124,'Special Fried Rice ',3.70,-1,'','RiceCategory'); showorder();" alt="Add Special Fried Rice to cart"/></td></tr></table></div>
                    </div>
                <div id="NoodledishesCategory" <?php if($category=='NoodledishesCategory') {echo 'style=""';} ?>> <h2>Noodle 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="odd">
                    <td rowspan="1"><h6>King Prawn Chow Mein</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035946,125,'King Prawn Chow Mein ',5.00,-1,'','NoodledishesCategory'); showorder();" alt="Add King Prawn Chow Mein to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Chicken Chow Mein</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035947,126,'Chicken Chow Mein ',4.00,-1,'','NoodledishesCategory'); showorder();" alt="Add Chicken Chow Mein to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Shrimp Chow Mein</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035948,127,'Shrimp Chow Mein ',4.00,-1,'','NoodledishesCategory'); showorder();" alt="Add Shrimp Chow Mein to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Beef Chow Mein</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035949,128,'Beef Chow Mein ',4.00,-1,'','NoodledishesCategory'); showorder();" alt="Add Beef Chow Mein to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Roast Pork Chow Mein</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035950,129,'Roast Pork Chow Mein ',4.00,-1,'','NoodledishesCategory'); showorder();" alt="Add Roast Pork Chow Mein to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Plain Chow Mein</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 3.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035951,130,'Plain Chow Mein ',3.50,-1,'','NoodledishesCategory'); showorder();" alt="Add Plain Chow Mein to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Mushroom Chow Mein</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035952,131,'Mushroom Chow Mein ',4.00,-1,'','NoodledishesCategory'); showorder();" alt="Add Mushroom Chow Mein to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Vegetable Noodles</h6>
                      <div>Noodles with vegetable bean shoots and onions and spring onions</div></td>
                    <td></td>
                    <td>£ 4.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035953,132,'Vegetable Noodles ',4.00,-1,'','NoodledishesCategory'); showorder();" alt="Add Vegetable Noodles to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Singapore Noodles</h6>
                      <div>Rice vermicelli</div></td>
                    <td></td>
                    <td>£ 4.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035954,133,'Singapore Noodles ',4.50,-1,'','NoodledishesCategory'); showorder();" alt="Add Singapore Noodles to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Vegatable Singapore Noodles</h6>
                      <div>Hot and spicy thin white noodle stir fry in Ferns dry mild curry paste with mixed vegetables</div></td>
                    <td></td>
                    <td>£ 4.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035955,134,'Vegatable Singapore Noodles ',4.00,-1,'','NoodledishesCategory'); showorder();" alt="Add Vegatable Singapore Noodles to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Special Chow Mein</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 4.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035956,135,'Special Chow Mein ',4.20,-1,'','NoodledishesCategory'); showorder();" alt="Add Special Chow Mein to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Mixed Meat in Crispy Noodle</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035957,136,'Mixed Meat in Crispy Noodle ',5.80,-1,'','NoodledishesCategory'); showorder();" alt="Add Mixed Meat in Crispy Noodle to cart"/></td></tr></table></div>
                    </div>
                <div id="HofundishesCategory" <?php if($category=='HofundishesCategory') {echo 'style=""';} ?>> <h2>Ho fun 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="odd">
                    <td rowspan="1"><h6>Mixed Meat with Ho Fun</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 5.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035958,137,'Mixed Meat with Ho Fun ',5.80,-1,'','HofundishesCategory'); showorder();" alt="Add Mixed Meat with Ho Fun to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Seafood Special with Ho Fun</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 6.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035959,138,'Seafood Special with Ho Fun ',6.80,-1,'','HofundishesCategory'); showorder();" alt="Add Seafood Special with Ho Fun 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="odd">
                    <td rowspan="1"><h6>Banana Fritter</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 3.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035960,139,'Banana Fritter ',3.40,-1,'','DessertsCategory'); showorder();" alt="Add Banana Fritter to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Pineapple Fritter</h6>
                      <div></div></td>
                    <td></td>
                    <td>£ 3.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035961,140,'Pineapple Fritter ',3.40,-1,'','DessertsCategory'); showorder();" alt="Add Pineapple Fritter to cart"/></td></tr></table></div>
                    </div>
                <div id="SetmealsCategory" <?php if($category=='SetmealsCategory') {echo 'style=""';} ?>> <h2>Set meals</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>Set Meal C For 2 Persons</h6>
                      <div>Sesame prawn on toast Spare ribs (Peking style) Salt and pepper prawns Crispy aromatic duck Sweet and sour pork (Peking style) Chicken with cashew nuts in yellow bean sauce Fillet steak Chinese style Mixed vegetables Special fried rice</div></td>
                    <td></td>
                    <td>£ 23.30</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035962,141,'Set Meal C For 2 Persons ',23.30,-1,'','SetmealsCategory'); showorder();" alt="Add Set Meal C For 2 Persons to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Set Meal E For 1</h6>
                      <div>Sweet and sour pork balls Plain fried mixed vegetables Egg fried rice</div></td>
                    <td></td>
                    <td>£ 6.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035963,142,'Set Meal E For 1 ',6.00,-1,'','SetmealsCategory'); showorder();" alt="Add Set Meal E For 1 to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Set Meal F For 1</h6>
                      <div>Mushroom with chicken Pancakes rolls Egg fried rice</div></td>
                    <td></td>
                    <td>£ 6.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035964,143,'Set Meal F For 1 ',6.00,-1,'','SetmealsCategory'); showorder();" alt="Add Set Meal F For 1 to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Set Meal G For 2</h6>
                      <div>Spare ribs Peking style Crispy  pancake rolls Sweet and sour pork Peking style Chicken with cashew nuts and yellow bean sauce Plain mixed vegetables Egg fried rice</div></td>
                    <td></td>
                    <td>£ 15.30</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035965,144,'Set Meal G For 2 ',15.30,-1,'','SetmealsCategory'); showorder();" alt="Add Set Meal G For 2 to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Set Meal H for 2</h6>
                      <div>Seaweed Satay chicken  Crispy aromatic duck with pancakes  Sweet and sour pork Peking style  Chicken with cashew nuts in yellow bean sauce  Fried prawns with black bean sauce and green peppers  Egg fried rice</div></td>
                    <td></td>
                    <td>£ 21.30</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035966,145,'Set Meal H for 2 ',21.30,-1,'','SetmealsCategory'); showorder();" alt="Add Set Meal H for 2 to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Set Meals J For 4</h6>
                      <div>Hot Hors Doeuvres (sesame prawn on toast crispy spring rolls satay chicken and spare ribs Peking style) Crispy aromatic duck with pancakes Sweet and sour pork Peking style Chicken with cashew nuts and yellow bean sauce Fillet steak with onions in Peking sauce Plain mixed vegetables Lemon chicken Egg fried rice</div></td>
                    <td></td>
                    <td>£ 48.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035967,146,'Set Meals J For 4 ',48.50,-1,'','SetmealsCategory'); showorder();" alt="Add Set Meals J For 4 to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Set Meal K for 2</h6>
                      <div>Sweet and sour pork balls  Mixed vegetable with chicken  Fried beef Chinese style  Egg fried rice  Prawn crackers (free)</div></td>
                    <td></td>
                    <td>£ 12.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035968,147,'Set Meal K for 2 ',12.80,-1,'','SetmealsCategory'); showorder();" alt="Add Set Meal K for 2 to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Set Meal L for 2</h6>
                      <div>Sweet and sour pork balls  Mushrooms with chicken  Beef with black bean sauce and green peppers  Egg fried rice  Prawn crackers (free)</div></td>
                    <td></td>
                    <td>£ 12.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035969,148,'Set Meal L for 2 ',12.80,-1,'','SetmealsCategory'); showorder();" alt="Add Set Meal L for 2 to cart"/></td></tr>
                  <tr class="odd">
                    <td rowspan="1"><h6>Set Meal M for 4</h6>
                      <div>King prawn fritters in batter  Sweet and sour pork balls  Special chop suey  Beef with black bean sauce and green peppers  Lemon chicken  Mushrooms with king prawns  Egg fried rice  Prawn crackers (free)</div></td>
                    <td></td>
                    <td>£ 29.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035970,149,'Set Meal M for 4 ',29.50,-1,'','SetmealsCategory'); showorder();" alt="Add Set Meal M for 4 to cart"/></td></tr>
                  <tr class="even">
                    <td rowspan="1"><h6>Vegetarian Set Meal for 2</h6>
                      <div>Seaweed Vegetable Spring Roll  Crispy Won Ton Vegetable Lettuce Wrapped Mushroom Chop Suey Sweet and Sour Vegetable Vegetable with Black Bean Sauce Boiled Rice  Mushroom Chow Mein</div></td>
                    <td></td>
                    <td>£ 16.30</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(5035971,150,'Vegetarian Set Meal for 2 ',16.30,-1,'','SetmealsCategory'); showorder();" alt="Add Vegetarian Set Meal for 2 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>
