<?php 
include('../../shopping_cart.class.php');
session_start();
date_default_timezone_set('Europe/London');
$Cart = new Shopping_Cart('shopping_cart');
// Include MySQL class
require_once('../../Connections/mysqli_connect.php');
require_once('../../inc/restfuncs.php');
//return page for login
$_SESSION['callingpage']=$_SERVER["REQUEST_URI"];
//return page for ordering
$_SESSION['menucallpage']=$_SERVER["REQUEST_URI"];
$_SESSION['orderplaced']='N';
// Restaurant Specific - id, starting category and extras array
if (isset($_GET['itemname'])) {
	$getitemname=$_GET['itemname'];
} else {
	$getitemname=NULL;
}
if (isset($_GET['price'])) {
	$getprice=$_GET['price'];
} else {
	$getprice=NULL;
}
if (isset($_GET['itemid'])) {
	$getitemid=$_GET['itemid'];
} else {
	$getitemid=NULL;
}
if (isset($_GET['menuid'])) {
	$getmenuid=$_GET['menuid'];
} else {
	$getmenuid=NULL;
}
//<!-- ******************************************************************************************************* -->
$restaurantid = 46201;
						  $_SESSION['restaurantid']=46201;
						$category="BeveragesCategory";$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;
	// get the restaurant details
	$query='SELECT * FROM restaurant WHERE restaurantid='.$restaurantid;
//restname,restcity,restcounty,keywords,restactive,restaddress1,restaddress2,restpostcode,restemail,telephone,urlrestname,urlpath,delivery_charge,free_delivery_threshold,cashondelivery,minimum_order, vpnip, special1itemname, special1description, special1subtype,special1price, special2itemname, special2description, special2subtype,special2price,special3itemname, special3description, special3subtype,special3price
	$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'];
		// save current category to redisplay after selection screen
		$savedcategory = $_GET['category'];
		// set category to selection screen 
		$category='ItemSelects';
	} else {
		$choicenum=0;
		if (isset($_GET['act'])){
			switch ($_GET['act']) {
			    case "add":
					// create the choices text from the values selected from the popup box $_GET[1], $_GET[2] ... etc. 
					$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]));
							}
						}
					}
					// Close in brackets if there are selections
					if ($choices==" ( ") {
						$choices = "";
					} else {
						$choices = $choices." )";	
					}
					// Get the current quantity, if any, and add 1
					$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;				
			}
		}
	}
	// update the quantities of items in the shopping cart using the orderid (a sequential number for each shopping cart entry irrespective of menuid or choices
	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";
}
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";

$descriptionlist="View the full menu from ".$restname." in ".$restcity." ".$_SESSION['resttype']." and place your order online. Wide selection of ".$_SESSION['resttype'];

if($_SESSION['resttype2']!=""){
	$descriptionlist.= ", ".$_SESSION['resttype2'];
}

if($_SESSION['resttype3']!=""){
		$descriptionlist.= ", ".$_SESSION['resttype3'];
}  

if($_SESSION['resttype4']!=""){
		$descriptionlist.= " and ".$_SESSION['resttype4'];
} 

$descriptionlist.=" food to have delivered to your door.";

function CurrencyCheck($amount) {
	$amount = ltrim(rtrim($amount));
	$findme   = '.';
	$pos = strpos($amount, $findme);
	$len = strlen($amount);
	if ($pos === false){
			$amount = $amount.'.00';
		} elseif ($pos+2 == $len) {
			$amount = $amount.'0';
		} elseif ($pos+1 == $len) {
			$amount = $amount.'00';
		}
		return($amount);
	}

?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">


<!-- Google tag (gtag.js) -->
<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>

<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4829507070201485"
     crossorigin="anonymous"></script>	
	
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="google-site-verification" content="Tn5B3_8HMVlk7WLX9xNsWNe02IWDZ5gOb9exPlVcEsE" />
<meta name="msvalidate.01" content="384DBB7D9ABC595076C923064C3A20F0" />
	
<title><?php echo $restname; ?> Takeaway Menu</title>
<meta name="description" content="<?php echo $descriptionlist; ?>"/>
<!-- Bootstrap -->
<link rel="canonical" href="<?php echo 'https://eateasy.co.uk/'.$_SESSION['urlpath'].str_replace('.php','-menu.php',rtrim($_SESSION['urlrestname']));?>">
<link rel="stylesheet" href="https://www.eateasy.co.uk/css/bootstrap.css">
<link href="https://www.eateasy.co.uk/index.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="https://www.eateasy.co.uk/css/menunew.css" />
	<script type="text/javascript">
function caps(element){
    element.value = element.value.toUpperCase();
}
</script>

<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> 
<!-- <script type="text/javascript" src="https://www.eateasy.co.uk/js/jquery-1.4.2-unc.js"></script> -->
<script src="https://www.eateasy.co.uk/js/cartnew.js"></script>
<script src="https://www.eateasy.co.uk/scripts/functions.js"></script>
<script src="https://www.eateasy.co.uk/js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed --> 
<script src="https://www.eateasy.co.uk/js/bootstrap.js"></script>
</head>
<body>
	
<!-- NAVIGATION -->
<nav class="navbar navbar-default">
  <div class="container-fluid"> 
    <!-- Brand and toggle get grouped for better mobile display -->
    <div class="navbar-header">
      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
      <a class="navbar-brand" href="https://www.eateasy.co.uk/">Eateasy</a> </div>
    <!-- Collect the nav links, forms, and other content for toggling -->
    <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
      <ul class="nav navbar-nav">
        <li class="active"><?php if (isset($_SESSION['loginstatus']) && $_SESSION['loginstatus']=="IN") {echo '<a href="https://www.eateasy.co.uk/logout.php">Logout';} else {echo '<a href="https://www.eateasy.co.uk/login.php">Login';} ?><span class="sr-only">(current)</span></a> </li>
        <li><?php if (isset($_SESSION['loginstatus']) && $_SESSION['loginstatus']=="IN") {echo '<a href="https://www.eateasy.co.uk/member-profile.php">Profile';} else {echo '<a href="https://www.eateasy.co.uk/register.php">Register';} ?></a> </li>	
      </ul>
	 <form class="navbar-form navbar-right" action="https://www.eateasy.co.uk/search.php" method="get">
        <div class="form-group">
          <input type="text" class="form-control" placeholder="Enter Postcode" name="postcode" maxlength="8" onkeyup="caps(this)">
        </div>
		  <input type="hidden" name="foodtype" id="foodtype2" value="All" />
        <button type="submit" class="btn btn-default">Search</button>
      </form>	
      <ul class="nav navbar-nav navbar-right">
        <li><a href="https://www.eateasy.co.uk">Home</a> </li>
        <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false" aria-haspopup="true">Help <span class="caret"></span></a>
          <ul class="dropdown-menu">
            <li><a href="https://www.eateasy.co.uk/about-us.php">About Us</a> </li>
			<li role="separator" class="divider"></li>
			<li><a href="https://www.eateasy.co.uk/contact-us.php"> Contact Us</a> </li>
          </ul>
        </li>
      </ul>
	
    </div>
    <!-- /.navbar-collapse --> 
  </div>
  <!-- /.container-fluid --> 
</nav>



<!-- CONTENTS-->
<div class="container">
	<div class="row">
<p id="breadcrumb"><a href="../../index.php">Home</a>&gt;&nbsp;<a href="https://www.eateasy.co.uk/<?php echo $_SESSION['restauranturl']; ?>">Back To Restaurant</a>&gt;</p>
<div id="menuhead">
	<div id="menulogo">
    </div>

	
    <div>
		<h1><?php echo $restname; ?> Takeaway Menu</h1>
        <p class="hours">Takeaway menu from <?php echo $restname; ?> in <?php echo $restcity; ?>. Order takeaway online for home delivery or collection. A wide selection of <?php echo $_SESSION['resttype']; ?><?php  if($_SESSION['resttype2']!=""){echo ", ".$_SESSION['resttype2'];} ?><?php  if($_SESSION['resttype3']!=""){echo ", ".$_SESSION['resttype3'];} ?><?php  if($_SESSION['resttype4']!=""){echo ", ".$_SESSION['resttype4'];} ?> takeaway food.</p>
        <p class="distance">Distance away: <?php if (isset($_SESSION['restclientdistance'])){ echo substr($_SESSION['restclientdistance'],0,5)." miles away";}  else { echo "Not Logged In";} ?> Today's Hours  <?php	echo $_SESSION['opentimes']; ?> </p>
 		<p class="hours">Minimum order: <?php echo "&pound; ".$_SESSION['minimumorder'];?>; Delivery up to <?php echo $_SESSION['delivery_radius']." miles";?>;  Charge: <?php if ($_SESSION['deliverycharge']>0) {echo "&pound; ".$_SESSION['deliverycharge'];  } else { echo "&pound; 0"; } ?> <?php if ($_SESSION['deliverythreshold']>0) {echo " Free delivery orders over &pound; ".$_SESSION['deliverythreshold'];} ?></p>
	<?php
        	if($_SESSION['halal']=='Y'){echo '<img src="https://www.eateasy.co.uk/images/halal.jpg" width="36" height="36" alt="halal food served" />&nbsp;';}
        	if($_SESSION['vegan']=='Y'){echo '<img src="https://www.eateasy.co.uk/images/vegan.jpg" width="36" height="36" alt="vegan food served" />&nbsp;';}
        	if($_SESSION['vegetarian']=='Y'){echo '<img src="https://www.eateasy.co.uk/images/vegetarian.jpg" width="36" height="36" alt="vegetarian food served" />&nbsp;';}
        	if($_SESSION['spicy']=='Y'){echo '<img src="https://www.eateasy.co.uk/images/spicy.jpg" width="36" height="36" alt="spicy food served" />';}
        ?>



	</div>
    </div>		
		
	</div>
	

</div>	
		
		
<div id="mainTab" class="container">	
<ul class="nav nav-tabs">
			<li>
        <a  href="#categorybar" data-toggle="tab">Category</a>
			</li>
			<li class="active"><a href="#menucontents" data-toggle="tab">Menu</a>
			</li>
			<li><a href="#orderform" data-toggle="tab">Order</a>
			</li>
	  </ul>

		
			  <div class="tab-content">

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

   		</div>  				  
				  

		<div class="tab-pane active" id = "menucontents">
		  <div id="menus">
			<div id="categoryselected" ></div>
		    <div id="phpcategoryframe" >
				<?php 
				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=$_SESSION['special1itemname'];
						$itemname=str_replace(",","",$itemname);
						$description=$_SESSION['special1description'];
						$subtype=$_SESSION['special1subtype'];
						$price=$_SESSION['special1price'];
						echo '
		          <tr class="odd">
		            <td rowspan="1">'.$itemid.'</td>
		            <td rowspan="1"><h6>'.$itemname.'</h6>
		              <div>'.$description.'</div></td>
		            <td>'.$subtype.'</td>
		            <td>&pound;  '.$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" /></a></td>
	              </tr>';						
					}
					if($_SESSION['special2itemname']!='') {
						$itemid="10002";
						$menuid="99999992";
						$itemname=$_SESSION['special2itemname'];
						$itemname=str_replace(",","",$itemname);
						$description=$_SESSION['special2description'];
						$subtype=$_SESSION['special2subtype'];
						$price=$_SESSION['special2price'];
						echo '
		          <tr class="even">
		            <td rowspan="1">'.$itemid.'</td>
		            <td rowspan="1"><h6>'.$itemname.'</h6>
		              <div>'.$description.'</div></td>
		            <td>'.$subtype.'</td>
		            <td>&pound;  '.$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" /></a></td>
	              </tr>';						
						
					}
					if($_SESSION['special3itemname']!='') {
						$itemid="10003";
						$menuid="99999993";
						$itemname=$_SESSION['special3itemname'];
						$itemname=str_replace(",","",$itemname);
						$description=$_SESSION['special3description'];
						$subtype=$_SESSION['special3subtype'];
						$price=$_SESSION['special3price'];
						echo '
		          <tr class="odd">
		            <td rowspan="1">'.$itemid.'</td>
		            <td rowspan="1"><h6>'.$itemname.'</h6>
		              <div>'.$description.'</div></td>
		            <td>'.$subtype.'</td>
		            <td>&pound;  '.$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" /></a></td>
	              </tr>';						
						
					}
				echo '</table></div>';
				}
				?>
			 

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

				
			  <!--================   START OF ORDER BLOCK  ===++++++++++++++++++++======================================== -->
<div id="orderform" class="tab-pane" >
			<img src="../../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">
                <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 $itemid; ?></td>
                    <td class="item_name" colspan="5"><?php echo $itemname.' '.$choices; ?></td>
                    </tr><tr>
                    <td></td>
                    <td class="unit_price">&pound;<?php echo CurrencyCheck($price); ?></td>
                    <td class="quantity center"><input type="text" name="quantity[<?php echo $orderid; ?>]" size="2" width="10" value="<?php echo $quantity; ?>" tabindex="<?php echo $i; ?>" /></td>
                    <td class="extended_price">&pound;<?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 $menuid; ?>,'<?php echo $choices; ?>');" /></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">&pound;<?php echo CurrencyCheck($total_price); ?></td>
                  </tr>
                   <?php
				   
				   // CALCULATE DISCOUNT
				  if(isset($_SESSION['discount']) && $_SESSION['discount']>0) {
					  		echo $i++%2==0 ? "<tr>" : "<tr class='odd'>";
			                echo '<td></td><td class="item_name">'.rtrim($_SESSION['discountname']).'</td><td>Discount</td>';
							echo '<td colspan="3">-&pound; '.CurrencyCheck($_SESSION['discount']).'</td></tr>';
							$total_price=$total_price-$_SESSION['discount'];
							$_SESSION['actualdiscount']=$_SESSION['discount'];
				  }
				  
				 	 // CALCULATE DELIVERY CHARGE
				  
				  	// LATE CHARGE
				if(isset($_SESSION['islate']) && $_SESSION['islate'] && $_SESSION['delivery_charge_late']>0) {
					$latecharge=$_SESSION['delivery_charge_late'];
				} else {
					$latecharge=0;
				}
				  
				  
				// ORDER AMOUNT CHARGE
				if($_SESSION['deliverycharge']>0&&($_SESSION['deliverythreshold']>$total_price||$_SESSION['deliverythreshold']==0)){
					$deliveryamountcharge=$_SESSION['deliverycharge'];
				} else {
					$deliveryamountcharge=0;
				}
					  
			 	// DISTANCE CHARGE
				if (isset($_SESSION['distancecharge'])) {
					$distancecharge=$_SESSION['distancecharge'];	 
				} else {
					$distancecharge==0;
				}
								  
				// TOTAL DELIVERY CHARGE
				
				$totaldeliverycharge=$distancecharge+$deliveryamountcharge+$latecharge;
					
	            echo $i++%2==0 ? "<tr>" : "<tr class='odd'>";
				echo '<td></td><td colspan="2">Delivery</td>';
				echo '<td colspan="3">&pound; '.CurrencyCheck($totaldeliverycharge).'</td></tr>';
			    echo '<tr><td></td><td colspan="2">Total</td>';
				echo '<td colspan="3">&pound; '.CurrencyCheck($totaldeliverycharge+$total_price).'</td></tr>';
				$_SESSION['OrderTotal']=$totaldeliverycharge+$total_price;
				$_SESSION['actualdelivery']=$totaldeliverycharge;	
								   
				?> 
					<tr class="headtxt"><th colspan="6">&nbsp;</td></tr>
                </table>
                <input type="submit" name="update" value="Update cart" />
              </form>
              <p>&nbsp;</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 open status" /></p>
								<p>&nbsp;</p>
								<a href="https://www.eateasy.co.uk/register.php"><img src="https://www.eateasy.co.uk/images/register-button2.jpg" width="80" height="18" alt="register button2"  id="register-button2" /></a><h4> to receive an SMS or email alert<br />when we launch in your area</h4>';
				} else {
					if (isset($_SESSION['loginstatus']) && $_SESSION['loginstatus']=="IN") {
						//
					} else {
						echo '<h7>Sign Up or Login For Discounts</h7>
								<h4>£1 discount first order<br />£2 discount third order<br />£2 discount fifth order</h4>';
					}
					echo '<p>&nbsp;</p>';
					if($_SESSION['openclose']) {
						echo '<p><img src="https://www.eateasy.co.uk/images/open-sign.png"></p>';
					} else {
						echo '<p><img src="https://www.eateasy.co.uk/images/completely-closed-sign.png"></p>';
					}						
				}
				?>
           	<p>&nbsp;</p>

            <?php
      		if ($_SESSION['restactive']=="Y" && $_SESSION['openclose'] && $_SESSION['OKZone']=="Y"){
              	$cashdisabled = '';
              	$paypaldisabled = '';
              	$cardsdisabled = '';
				if($_SESSION['acceptpaypal']=="N") {
	              	$paypaldisabled = 'disabled="disabled"';
				}
				if($_SESSION['acceptcards']=="N") {
	              	$cardsdisabled = 'disabled="disabled"';
				}
	
				$_SESSION['discount']=getDiscount();

       		} else {
				$cashdisabled = 'disabled="disabled"';	
              	$cardsdisabled = 'disabled="disabled"';
              	$paypaldisabled = 'disabled="disabled"';
			}
			// ADMINISTRATOR OVERRIDE ****************************************************************************************
			if (isset($_SESSION['adminstatus']) && $_SESSION['adminstatus'] == "IN") {
              	$cashdisabled = '';
              	$paypaldisabled = '';
              	$cardsdisabled = '';
			}
			// ADMINISTRATOR OVERRIDE ****************************************************************************************

			if (isset($_SESSION['loginstatus']) && $_SESSION['loginstatus'] == "IN") {
				if($cashdisabled =='disabled="disabled"'){
					$CODtitle='';
				} else {
					$CODtitle='3. Cash On<br />Delivery';
				}
              	if($cardsdisabled == 'disabled="disabled"'){
					$cardtitle='Login or Sign Up To Order';
				} else {
					$cardtitle='1. Credit Card Payment';				
				}
				if($paypaldisabled == 'disabled="disabled"'){
					$paypaltitle='';
				} else {
					$paypaltitle='2. PayPal';
				}
			} else {
				$cardtitle='<a href="https://www.eateasy.co.uk/login.php"/>Login</a> or <a href="https://www.eateasy.co.uk/register.php"/>Sign Up</a> To Order';
				$paypaltitle='';
				$CODtitle='';
			}

			?>
          	<?php 
			if($_SESSION['restactive']=="Y") {
			echo '<div id="cashondelivery">
      	   	 	    <h4>'.$CODtitle.'</h4>
		   	 	    <p>&nbsp;</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">
              		<p><script type="text/javascript" src="https://sealserver.trustwave.com/seal.js?code=759b4504e18540e2bd0e50aaac92724e"></script></p>
              		<p>&nbsp;</p>
                  <span id="siteseal"><script type="text/javascript" src="https://seal.godaddy.com/getSeal?sealID=l6u9WfySMrDTErWB2DkOWcjCF8hatHnJ41aEaWxXHnzU2jegrlWU91xOO5"></script></span>
              		<h4>Home Delivery Address</h4>
              		<p>&nbsp;</p>
              		<?php if (isset($_SESSION['loginstatus']) && $_SESSION['loginstatus']=="IN") {
						echo "<p>".trim($_SESSION['title'])." ".trim($_SESSION['firstname']." ".trim($_SESSION['lastname']))."</p>";
						echo "<p>".rtrim($_SESSION['address1']).rtrim(" ".$_SESSION['address2']).", ".rtrim($_SESSION['city']).", ".rtrim($_SESSION['county'])." ".rtrim($_SESSION['postcode'])."</p>";
						echo "<p>Tel: ".$_SESSION['phone']."</p>";
						echo "<p>Mob: ".$_SESSION['mobile']."</p>";
			  		} else {
				 	echo '<p><a href="https://www.eateasy.co.uk/login.php"><img src="https://www.eateasy.co.uk/images/login-button.jpg" width="80" height="18" alt="login button" id="login-button"></a>&nbsp;OR&nbsp;<a href="https://www.eateasy.co.uk/register.php"><img src="https://www.eateasy.co.uk/images/register-button.jpg" width="80" height="18" alt="register button" id="register-button"></a></p>';
					}
           				echo '<div itemscope itemtype="http://data-vocabulary.org/FastFoodRestaurant">';
						echo "<h4>Restaurant Details</h4>";
						echo "<p>&nbsp;</p>";
						echo '<p><span itemprop="name">'.trim($_SESSION['restname']).'</span></p>';
						echo '<p><span itemprop="address" itemscope itemtype="http://data-vocabulary.org/Address"><span itemprop="streetAddress">'.rtrim($_SESSION['restaddress1']).rtrim(" ".$_SESSION['restaddress2']).'</span>, <span itemprop="addressLocality">'.rtrim($_SESSION['restcity']).'</span>, '.rtrim($_SESSION['restcounty']).' <span itemprop="postalCode">'.rtrim($_SESSION['restpostcode']).'</span></span></p>';
						echo '<p><span itemprop="telephone">'.$_SESSION['telephone'].'</span></p>';
						echo "<p>&nbsp;</p>";
           				echo '</div>';
					?>
              <p>&nbsp;</p>
                    <p class="hours">Takeaway menu from <?php echo $restname; ?> in <?php echo $restcity; ?><?php echo " ".$_SESSION['resttype']; ?>. Order takeaway online for home delivery. A wide selection of <?php echo $_SESSION['resttype']; ?><?php  if($_SESSION['resttype2']!=""){echo ", ".$_SESSION['resttype2'];} ?><?php  if($_SESSION['resttype3']!=""){echo ", ".$_SESSION['resttype3'];} ?><?php  if($_SESSION['resttype4']!=""){echo ", ".$_SESSION['resttype4'];} ?> takeaway food.</p>
                  <p class="hours">&nbsp;</p>
              
   		    </div>

            
            <p>&nbsp;</p>
	  </div>                    
		<!--================   EMD OF ORDER BLOCK  =========================================== -->				
				
				
				

	  </div>
  </div>



<hr>

<!-- FOOTER -->
<footer class="text-center">
  <div class="container">
    <div class="row">
      <div class="col-xs-12">
		<?php
		echo '<h4><span itemprop="name">'.trim($_SESSION['restname']).'</span></h4>';					
	  	echo '<p><span itemprop="address" itemscope itemtype="http://data-vocabulary.org/Address"><span itemprop="streetAddress">'.rtrim($_SESSION['restaddress1']).rtrim(" ".$_SESSION['restaddress2']).'</span>, <span itemprop="addressLocality">'.rtrim($_SESSION['restcity']).'</span>, '.rtrim($_SESSION['restcounty']).' <span itemprop="postalCode">'.rtrim($_SESSION['restpostcode']).'</span></span></p>';
		echo '<p><span itemprop="telephone">'.$_SESSION['telephone'].'</span></p>';
		?>	  
		  <email>
        <strong>Contact Email</strong><br>
        <p><a href="mailto:info@eateasy.co.uk">info@eateasy.co.uk</a></p>
		  <p class="foottext"><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></p>
        <p>Copyright © Eateasy Ltd. All rights reserved.</p>
      </div>
    </div>
  </div>
</footer>
<script type="text/javascript">
var gaJsHost = "https://ssl." ;
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-16159637-1");
pageTracker._trackPageview();
} catch(err) {}</script>  
</body>
</html>