<?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 = 48590;
						  $_SESSION['restaurantid']=48590;
						$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('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('BurgersCategory');"><a href="#menucontents" onclick="showmenu();">Burgers</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('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('SouvlakiCategory');"><a href="#menucontents" onclick="showmenu();">Souvlaki</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('KidsmealCategory');"><a href="#menucontents" onclick="showmenu();">Kids meal</a></div><div class="categorytxt" onclick="this.blur(); return selcat('MealdealsCategory');"><a href="#menucontents" onclick="showmenu();">Meal deals</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(7149907,1,'Coca-Cola 0.33L',0.80,-1,'','BeveragesCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <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(7149908,2,'Diet Coca-Cola 0.33L',0.80,-1,'','BeveragesCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Sprite</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(7149909,3,'Sprite 0.33L',0.80,-1,'','BeveragesCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6>Fanta Orange</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(7149910,4,'Fanta Orange 0.33L',0.80,-1,'','BeveragesCategory'); 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></div></td>
		            <td>10&quot;</td>
		            <td>&pound;  4.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149911,5,'Margherita 10&quot;',4.50,-1,'','PizzasCategory'); 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(7149912,5,'Margherita 12&quot;',5.50,-1,'','PizzasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Bolognese Pizza</h6>
		              <div>Bolognese sauce</div></td>
		            <td>10&quot;</td>
		            <td>&pound;  4.90</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149913,6,'Bolognese Pizza 10&quot;',4.90,-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.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149914,6,'Bolognese Pizza 12&quot;',6.40,-1,'','PizzasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Salami Pizza</h6>
		              <div>Salami mushrooms and onions</div></td>
		            <td>10&quot;</td>
		            <td>&pound;  4.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149915,7,'Salami Pizza 10&quot;',4.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;  5.10</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149916,7,'Salami Pizza 12&quot;',5.10,-1,'','PizzasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Hawaiian</h6>
		              <div>Ham and pineapple</div></td>
		            <td>10&quot;</td>
		            <td>&pound;  5.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149917,8,'Hawaiian 10&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.20</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149918,8,'Hawaiian 12&quot;',6.20,-1,'','PizzasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Vegetarian</h6>
		              <div>Onions mushrooms and peppers</div></td>
		            <td>10&quot;</td>
		            <td>&pound;  4.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149919,9,'Vegetarian 10&quot;',4.50,-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(7149920,9,'Vegetarian 12&quot;',6.50,-1,'','PizzasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Mighty Meat</h6>
		              <div>Chicken ham pepperoni and salami</div></td>
		            <td>10&quot;</td>
		            <td>&pound;  5.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149921,10,'Mighty Meat 10&quot;',5.50,-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(7149922,10,'Mighty Meat 12&quot;',6.50,-1,'','PizzasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Chicken Kiev Pizza</h6>
		              <div>Chicken ham mushrooms and garlic</div></td>
		            <td>10&quot;</td>
		            <td>&pound;  5.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149923,11,'Chicken Kiev Pizza 10&quot;',5.50,-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.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149924,11,'Chicken Kiev Pizza 12&quot;',6.60,-1,'','PizzasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Chicken Special Pizza</h6>
		              <div>Chicken onions and sweetcorn</div></td>
		            <td>10&quot;</td>
		            <td>&pound;  4.90</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149925,12,'Chicken Special Pizza 10&quot;',4.90,-1,'','PizzasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6></h6>
		              <div></div></td>
		            <td>12&quot;</td>
		            <td>&pound;  5.90</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149926,12,'Chicken Special Pizza 12&quot;',5.90,-1,'','PizzasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Tuna Special</h6>
		              <div>Tuna sweetcorn and onions</div></td>
		            <td>10&quot;</td>
		            <td>&pound;  5.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149927,13,'Tuna Special 10&quot;',5.50,-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.55</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149928,13,'Tuna Special 12&quot;',6.55,-1,'','PizzasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Calzone</h6>
		              <div>Ham mushrooms onions and peppers</div></td>
		            <td>10&quot;</td>
		            <td>&pound;  4.90</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149929,14,'Calzone 10&quot;',4.90,-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.55</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149930,14,'Calzone 12&quot;',6.55,-1,'','PizzasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Pepperoni</h6>
		              <div>Pepperoni onions and peppers</div></td>
		            <td>10&quot;</td>
		            <td>&pound;  4.95</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149931,15,'Pepperoni 10&quot;',4.95,-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(7149932,15,'Pepperoni 12&quot;',6.50,-1,'','PizzasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Seafood</h6>
		              <div>Tuna and prawns</div></td>
		            <td>10&quot;</td>
		            <td>&pound;  5.30</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149933,16,'Seafood 10&quot;',5.30,-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.35</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149934,16,'Seafood 12&quot;',6.35,-1,'','PizzasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Hot  Spicy</h6>
		              <div>Hot spicy beef onions peppers and chillies</div></td>
		            <td>10&quot;</td>
		            <td>&pound;  5.90</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149935,17,'Hot  Spicy 10&quot;',5.90,-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(7149936,17,'Hot  Spicy 12&quot;',6.50,-1,'','PizzasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Hot Shot</h6>
		              <div>Hot. ham onions mushrooms garlic and chillies</div></td>
		            <td>10&quot;</td>
		            <td>&pound;  5.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149937,18,'Hot Shot 10&quot;',5.40,-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.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149938,18,'Hot Shot 12&quot;',6.60,-1,'','PizzasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Inferno</h6>
		              <div>Hot. Salami ham onions peppers and chilli base</div></td>
		            <td>10&quot;</td>
		            <td>&pound;  5.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149939,19,'Inferno 10&quot;',5.50,-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.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149940,19,'Inferno 12&quot;',6.60,-1,'','PizzasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Kebab Pizza</h6>
		              <div>Kebab meat onions and peppers</div></td>
		            <td>10&quot;</td>
		            <td>&pound;  5.90</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149941,20,'Kebab Pizza 10&quot;',5.90,-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.90</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149942,20,'Kebab Pizza 12&quot;',6.90,-1,'','PizzasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Gills Spicy Pizza</h6>
		              <div>Hot. Ham pepperoni mushrooms onions peppers spicy pork chilli and garlic</div></td>
		            <td>10&quot;</td>
		            <td>&pound;  5.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149943,21,'Gills Spicy Pizza 10&quot;',5.50,-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.70</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149944,21,'Gills Spicy Pizza 12&quot;',6.70,-1,'','PizzasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Make Your Own Pizza</h6>
		              <div>Any five toppings of your choice (please select toppings from the list on the next page)</div></td>
		            <td>10&quot;</td>
		            <td>&pound;  5.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149945,22,'Make Your Own Pizza 10&quot;',5.50,-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(7149946,22,'Make Your Own Pizza 12&quot;',6.50,-1,'','PizzasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Half  Half Pizza</h6>
		              <div>Any two pizzas on one base</div></td>
		            <td></td>
		            <td>&pound;  6.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149947,23,'Half  Half Pizza ',6.00,-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="even">
		            <td rowspan="1"><h6>Plain Garlic Bread</h6>
		              <div></div></td>
		            <td>10&quot;</td>
		            <td>&pound;  1.90</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149948,24,'Plain Garlic Bread 10&quot;',1.90,-1,'','GarlicbreadCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6></h6>
		              <div></div></td>
		            <td>12&quot;</td>
		            <td>&pound;  2.90</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149949,24,'Plain Garlic Bread 12&quot;',2.90,-1,'','GarlicbreadCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6>Garlic Bread with Cheese</h6>
		              <div></div></td>
		            <td>10&quot;</td>
		            <td>&pound;  2.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149950,25,'Garlic Bread with Cheese 10&quot;',2.40,-1,'','GarlicbreadCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6></h6>
		              <div></div></td>
		            <td>12&quot;</td>
		            <td>&pound;  3.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149951,25,'Garlic Bread with Cheese 12&quot;',3.40,-1,'','GarlicbreadCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6>Garlic Bread with Tomato</h6>
		              <div></div></td>
		            <td>10&quot;</td>
		            <td>&pound;  2.30</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149952,26,'Garlic Bread with Tomato 10&quot;',2.30,-1,'','GarlicbreadCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6></h6>
		              <div></div></td>
		            <td>12&quot;</td>
		            <td>&pound;  3.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149953,26,'Garlic Bread with Tomato 12&quot;',3.40,-1,'','GarlicbreadCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6>Garlic Bread with Cheese  Tomato</h6>
		              <div></div></td>
		            <td>10&quot;</td>
		            <td>&pound;  2.70</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149954,27,'Garlic Bread with Cheese  Tomato 10&quot;',2.70,-1,'','GarlicbreadCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6></h6>
		              <div></div></td>
		            <td>12&quot;</td>
		            <td>&pound;  3.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149955,27,'Garlic Bread with Cheese  Tomato 12&quot;',3.60,-1,'','GarlicbreadCategory'); 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>Plain Burger</h6>
		              <div></div></td>
		            <td>Half Pounder</td>
		            <td>&pound;  4.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149956,28,'Plain Burger Half Pounder',4.50,-1,'','BurgersCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6></h6>
		              <div></div></td>
		            <td>Quarter Pounder</td>
		            <td>&pound;  3.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149957,28,'Plain Burger Quarter Pounder',3.50,-1,'','BurgersCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6>Cheese Burger</h6>
		              <div></div></td>
		            <td>Half Pounder</td>
		            <td>&pound;  4.70</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149958,29,'Cheese Burger Half Pounder',4.70,-1,'','BurgersCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6></h6>
		              <div></div></td>
		            <td>Quarter Pounder</td>
		            <td>&pound;  3.70</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149959,29,'Cheese Burger Quarter Pounder',3.70,-1,'','BurgersCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6>Bolognese Burger</h6>
		              <div></div></td>
		            <td>Half Pounder</td>
		            <td>&pound;  5.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149960,30,'Bolognese Burger Half Pounder',5.00,-1,'','BurgersCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6></h6>
		              <div></div></td>
		            <td>Quarter Pounder</td>
		            <td>&pound;  4.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149961,30,'Bolognese Burger Quarter Pounder',4.00,-1,'','BurgersCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6>Chicken Burger</h6>
		              <div></div></td>
		            <td>Quarter Pounder</td>
		            <td>&pound;  3.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149962,31,'Chicken Burger Quarter Pounder',3.50,-1,'','BurgersCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Kebab Burger</h6>
		              <div></div></td>
		            <td>Quarter Pounder</td>
		            <td>&pound;  3.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149963,32,'Kebab Burger Quarter Pounder',3.50,-1,'','BurgersCategory'); 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="even">
		            <td rowspan="1"><h6>10" Garlic Bread Special</h6>
		              <div>Served with kebab meat chips OR salad and sauce</div></td>
		            <td>Chips</td>
		            <td>&pound;  4.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149964,33,'10&quot; Garlic Bread Special Chips',4.50,-1,'','KebabsCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6></h6>
		              <div>Served with kebab meat chips OR salad and sauce</div></td>
		            <td>Salad</td>
		            <td>&pound;  4.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149965,33,'10&quot;&quot; Garlic Bread Special Salad',4.50,-1,'','KebabsCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6>12" Garlic Bread Special</h6>
		              <div>Served with kebab meat chips OR salad and sauce</div></td>
		            <td>Chips</td>
		            <td>&pound;  5.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149966,34,'12&quot; Garlic Bread Special Chips',5.50,-1,'','KebabsCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6></h6>
		              <div>Served with kebab meat chips OR salad and sauce</div></td>
		            <td>Salad</td>
		            <td>&pound;  5.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149967,34,'12&quot;&quot; Garlic Bread Special Salad',5.50,-1,'','KebabsCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6>Kebab Wrap (Plain)</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(7149968,35,'Kebab Wrap (Plain) ',2.50,-1,'','KebabsCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Kebab Wrap</h6>
		              <div>Served with sauce salad OR chips</div></td>
		            <td>Chips</td>
		            <td>&pound;  3.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149969,36,'Kebab Wrap Chips',3.80,-1,'','KebabsCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6></h6>
		              <div></div></td>
		            <td>Salad</td>
		            <td>&pound;  3.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149970,36,'Kebab Wrap Salad',3.80,-1,'','KebabsCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Chicken Wrap</h6>
		              <div>Served with salad n chips n sauce</div></td>
		            <td></td>
		            <td>&pound;  4.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149971,37,'Chicken Wrap ',4.80,-1,'','KebabsCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6>Large Donner Kebab</h6>
		              <div>Served with pitta bread salad and sauce</div></td>
		            <td></td>
		            <td>&pound;  4.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149972,38,'Large Donner Kebab ',4.80,-1,'','KebabsCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Kebab Butty (Plain)</h6>
		              <div></div></td>
		            <td></td>
		            <td>&pound;  2.70</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149973,39,'Kebab Butty (Plain) ',2.70,-1,'','KebabsCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6>Kebab Chip Butty</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(7149974,40,'Kebab Chip Butty ',3.20,-1,'','KebabsCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Mixed Kebab</h6>
		              <div>Served with chicken donner kebab sauce chips n salad</div></td>
		            <td></td>
		            <td>&pound;  6.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149975,41,'Mixed Kebab ',6.50,-1,'','KebabsCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6>Tray of Kebab Meat</h6>
		              <div></div></td>
		            <td></td>
		            <td>&pound;  3.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149976,42,'Tray of Kebab Meat ',3.80,-1,'','KebabsCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Tray of Meat  Chips</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(7149977,43,'Tray of Meat  Chips ',5.00,-1,'','KebabsCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6>Pitta Bread</h6>
		              <div></div></td>
		            <td></td>
		            <td>&pound;  0.40</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149978,44,'Pitta Bread ',0.40,-1,'','KebabsCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Chicken Kebab</h6>
		              <div>Served in pitta bread salad n sauce</div></td>
		            <td></td>
		            <td>&pound;  5.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149979,45,'Chicken Kebab ',5.50,-1,'','KebabsCategory'); 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>Large Cod</h6>
		              <div></div></td>
		            <td></td>
		            <td>&pound;  3.70</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149980,46,'Large Cod ',3.70,-1,'','FishdishesCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Small Cod</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(7149981,47,'Small Cod ',3.00,-1,'','FishdishesCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6>Chips</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(7149982,48,'Chips ',1.50,-1,'','FishdishesCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Haddock</h6>
		              <div></div></td>
		            <td></td>
		            <td>&pound;  3.45</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149983,49,'Haddock ',3.45,-1,'','FishdishesCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6>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(7149984,50,'Fish Bites (4) ',3.20,-1,'','FishdishesCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Fish Cake</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(7149985,51,'Fish Cake ',1.20,-1,'','FishdishesCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6>Scampi (8)</h6>
		              <div></div></td>
		            <td></td>
		            <td>&pound;  2.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149986,52,'Scampi (8) ',2.80,-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="odd">
		            <td rowspan="1"><h6>Spam Fritter</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(7149987,53,'Spam Fritter ',1.00,-1,'','PiesCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6>Mince Pie</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(7149988,54,'Mince Pie ',1.30,-1,'','PiesCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Steak Pie</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(7149989,55,'Steak Pie ',1.30,-1,'','PiesCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6>Cheese Pattie</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(7149990,56,'Cheese Pattie ',1.20,-1,'','PiesCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Corn Beef Pattie</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(7149991,57,'Corn Beef Pattie ',1.20,-1,'','PiesCategory'); showorder();" alt="add"/></td></tr></table></div>
						</div>
		        <div id="SouvlakiCategory" <?php if($category='SouvlakiCategory') {echo 'style=""';} ?>> <h2>Souvlaki</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>Souvlaki</h6>
		              <div></div></td>
		            <td>Chicken</td>
		            <td>&pound;  5.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149992,58,'Souvlaki Chicken',5.80,-1,'','SouvlakiCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6></h6>
		              <div></div></td>
		            <td>Kebab</td>
		            <td>&pound;  4.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149993,58,'Souvlaki Kebab',4.80,-1,'','SouvlakiCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6></h6>
		              <div></div></td>
		            <td>Mixed</td>
		            <td>&pound;  6.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149994,58,'Souvlaki Mixed',6.50,-1,'','SouvlakiCategory'); 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>Haggis</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(7149995,59,'Haggis ',1.40,-1,'','ExtrasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6>Smokey</h6>
		              <div></div></td>
		            <td></td>
		            <td>&pound;  1.10</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7149996,60,'Smokey ',1.10,-1,'','ExtrasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Sausage</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(7149997,61,'Sausage ',1.30,-1,'','ExtrasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6>Chop Suey Roll</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(7149998,62,'Chop Suey Roll ',1.00,-1,'','ExtrasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Chicken Breast</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(7149999,63,'Chicken Breast ',3.00,-1,'','ExtrasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6>Chip Butty</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(7150000,64,'Chip Butty ',1.50,-1,'','ExtrasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Pineapple Ring</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(7150001,65,'Pineapple Ring ',0.80,-1,'','ExtrasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6>Chicken Nuggets (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(7150002,66,'Chicken Nuggets (10) ',2.60,-1,'','ExtrasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Onion Rings (5)</h6>
		              <div></div></td>
		            <td></td>
		            <td>&pound;  0.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7150003,67,'Onion Rings (5) ',0.60,-1,'','ExtrasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6>Tray of Chips  Curry Sauce</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(7150004,68,'Tray of Chips  Curry Sauce ',2.00,-1,'','ExtrasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Tray of Chips  Gravy Sauce</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(7150005,69,'Tray of Chips  Gravy Sauce ',2.00,-1,'','ExtrasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6>Chips  Bolognese Sauce</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(7150006,70,'Chips  Bolognese Sauce ',2.50,-1,'','ExtrasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Bolognese  Cheesy Chips</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(7150007,71,'Bolognese  Cheesy Chips ',3.00,-1,'','ExtrasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6>Cheesy Chips with Garlic</h6>
		              <div></div></td>
		            <td></td>
		            <td>&pound;  2.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7150008,72,'Cheesy Chips with Garlic ',2.80,-1,'','ExtrasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Bottle of Vinegar</h6>
		              <div></div></td>
		            <td></td>
		            <td>&pound;  0.90</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7150009,73,'Bottle of Vinegar ',0.90,-1,'','ExtrasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6>Bottle of Ketchup</h6>
		              <div></div></td>
		            <td></td>
		            <td>&pound;  0.90</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7150010,74,'Bottle of Ketchup ',0.90,-1,'','ExtrasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Breaded Bun</h6>
		              <div></div></td>
		            <td></td>
		            <td>&pound;  0.30</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7150011,75,'Breaded Bun ',0.30,-1,'','ExtrasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6>Chip Butty Splash</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(7150012,76,'Chip Butty Splash ',2.00,-1,'','ExtrasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Peas</h6>
		              <div></div></td>
		            <td>Large</td>
		            <td>&pound;  0.90</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7150013,77,'Peas Large',0.90,-1,'','ExtrasCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6></h6>
		              <div></div></td>
		            <td>Small</td>
		            <td>&pound;  0.60</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7150014,77,'Peas Small',0.60,-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="odd">
		            <td rowspan="1"><h6>Curry Sauce</h6>
		              <div></div></td>
		            <td>Large</td>
		            <td>&pound;  1.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7150015,78,'Curry Sauce Large',1.00,-1,'','SaucesCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6></h6>
		              <div></div></td>
		            <td>Small</td>
		            <td>&pound;  0.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7150016,78,'Curry Sauce Small',0.80,-1,'','SaucesCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Gravy</h6>
		              <div></div></td>
		            <td>Large</td>
		            <td>&pound;  1.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7150017,79,'Gravy Large',1.00,-1,'','SaucesCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6></h6>
		              <div></div></td>
		            <td>Small</td>
		            <td>&pound;  0.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7150018,79,'Gravy Small',0.80,-1,'','SaucesCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Garlic Sauce</h6>
		              <div></div></td>
		            <td>Large</td>
		            <td>&pound;  1.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7150019,80,'Garlic Sauce Large',1.00,-1,'','SaucesCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6></h6>
		              <div></div></td>
		            <td>Small</td>
		            <td>&pound;  0.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7150020,80,'Garlic Sauce Small',0.80,-1,'','SaucesCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Chilli Sauce</h6>
		              <div></div></td>
		            <td>Large</td>
		            <td>&pound;  1.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7150021,81,'Chilli Sauce Large',1.00,-1,'','SaucesCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6></h6>
		              <div></div></td>
		            <td>Small</td>
		            <td>&pound;  0.80</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7150022,81,'Chilli Sauce Small',0.80,-1,'','SaucesCategory'); 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>Sausage Kids Meal</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(7150023,82,'Sausage Kids Meal ',2.50,-1,'','KidsmealCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6>Kebab Kids Meal</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(7150024,83,'Kebab Kids Meal ',2.50,-1,'','KidsmealCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Chicken Nuggets Kids Meal</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(7150025,84,'Chicken Nuggets Kids Meal ',2.00,-1,'','KidsmealCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6>Any Pattie Kids Meal</h6>
		              <div></div></td>
		            <td>Cheese Pattie</td>
		            <td>&pound;  2.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7150026,85,'Any Pattie Kids Meal Cheese Pattie',2.50,-1,'','KidsmealCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6></h6>
		              <div></div></td>
		            <td>Corn Beef Pattie</td>
		            <td>&pound;  2.50</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7150027,85,'Any Pattie Kids Meal Corn Beef Pattie',2.50,-1,'','KidsmealCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6>Cheese Burger Kids Meal</h6>
		              <div></div></td>
		            <td></td>
		            <td>&pound;  2.70</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7150028,86,'Cheese Burger Kids Meal ',2.70,-1,'','KidsmealCategory'); showorder();" alt="add"/></td></tr></table></div>
						</div>
		        <div id="MealdealsCategory" <?php if($category='MealdealsCategory') {echo 'style=""';} ?>> <h2>Meal deals</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>10" Meal Deal</h6>
		              <div>Any 10 inch pizza chips sauce and a can of soft drink</div></td>
		            <td></td>
		            <td>&pound;  6.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7150029,87,'10&quot; Meal Deal ',6.00,-1,'','MealdealsCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6>12" Meal Deal</h6>
		              <div>Any 12 inch pizza chips sauce and 2 cans of soft drink</div></td>
		            <td></td>
		            <td>&pound;  7.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7150030,88,'12&quot; Meal Deal ',7.00,-1,'','MealdealsCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>10" Pizza Tray Deal</h6>
		              <div>Tray of meat sauce and chips</div></td>
		            <td></td>
		            <td>&pound;  8.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7150031,89,'10&quot; Pizza Tray Deal ',8.00,-1,'','MealdealsCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6>12" Pizza  2 Chips Deal</h6>
		              <div>With 2 cans of soft drink</div></td>
		            <td></td>
		            <td>&pound;  8.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7150032,90,'12&quot; Pizza  2 Chips Deal ',8.00,-1,'','MealdealsCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>12" Pizza  10" Garlic Bread Deal</h6>
		              <div>Any 12 inch pizza 10 inch garlic bread with cheese tray of meat sauce and chips</div></td>
		            <td></td>
		            <td>&pound;  12.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7150033,91,'12&quot; Pizza  10&quot; Garlic Bread Deal ',12.00,-1,'','MealdealsCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6>2 x 10" Pizzas Deal</h6>
		              <div>Any 2 x 10 inch pizzas 2 x chips 2 x sauces and bottle of soft drink</div></td>
		            <td></td>
		            <td>&pound;  12.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7150034,92,'2 x 10&quot; Pizzas Deal ',12.00,-1,'','MealdealsCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="odd">
		            <td rowspan="1"><h6>Family Deal 1</h6>
		              <div>Any 12 inch pizza large kebab 2 chips 2 sauces and bottle of soft drink</div></td>
		            <td></td>
		            <td>&pound;  12.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7150035,93,'Family Deal 1 ',12.00,-1,'','MealdealsCategory'); showorder();" alt="add"/></td></tr>
		          <tr class="even">
		            <td rowspan="1"><h6>Family Deal 2</h6>
		              <div>Any 2 x 12 inch pizzas 2 x kebabs 2 x chips 2 x sauces 10 inch garlic bread and bottle of soft drink</div></td>
		            <td></td>
		            <td>&pound;  22.00</td><td><img src="https://www.eateasy.co.uk/images/button-add.gif" onclick="addItem(7150036,94,'Family Deal 2 ',22.00,-1,'','MealdealsCategory'); 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>