<!--Force IE6 into quirks mode with this comment tag-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Fayrouz Preston</title>
<style type="text/css">
body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%;
max-height: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color: navy;
}
#framecontentLeft, #framecontentRight{
position: absolute;
top: 0;
left: 0;
width: 200px; /*Width of left frame div*/
height: 100%;
overflow: scroll; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: white;
color: navy;
}
#framecontentRight{
left: auto;
right: 0;
width: 150px; /*Width of right frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: white;
color: navy;
}
#maincontent{
position: fixed;
top: 0;
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
right: 150px; /*Set right value to WidthOfRightFrameDiv*/
bottom: 0;
overflow: auto;
background: #fff;
}
.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}
* html body{ /*IE6 hack*/
padding: 0 150px 0 200px; /*Set value to (0 WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/
}
* html #maincontent{ /*IE6 hack*/
height: 100%;
width: 100%;
}
* { margin: 0; padding: 0; }
.style1 {
text-align: center;
}
.style5 {
font-size: small;
color: navy;
font-family: Arial, Helvetica, sans-serif;
}
.style6 {
text-align: right;
}
.style7 {
text-align: left;
}
</style>
</head>
<body>
<div id="framecontentLeft">
<div class="innertube">
<h3 class="style1">
<img src=".png" width="100" height="98" /> </h3>
<p class="style1"><span lang="en-gb" class="style32"><strong>
</strong></span></p>
<p class="style6"> </p>
<p><span class="style7"><span lang="en-gb" class="style64"><strong>Menu
Categories</strong></span></p>
</span><span class="style23">
<p><span lang="en-gb" class="style24"><strong>></strong> <span class="style7">
<a href="#APPETISERS" class="style36"><strong>Appetisers</strong></a></span></span></p>
<p><span lang="en-gb" class="style24"><strong>></strong> <span class="style7">
<strong><a class="style36" href="#Main Courses">Main Courses</a></strong></span></span></p>
<p><span lang="en-gb" class="style24"><strong>></strong>
<span class="style7"><strong><a class="style36" href="#Pizza">Pizza (11")</a></strong></span></span></p>
<p><span lang="en-gb" class="style24"><strong>></strong>
<span class="style7"><strong><a class="style36" href="#Pasta">Pasta</a></strong></span></span></p>
<p><span lang="en-gb" class="style24"><strong>></strong>
<span class="style7"><strong><a class="style36" href="#Children's Menu">Children's Menu</a></strong></span></span></p>
<p><span lang="en-gb" class="style24"><strong>></strong>
<span class="style7"><strong><a class="style36" href="#Extras">Extras</a></strong></span></span></p>
<p><span lang="en-gb" class="style24"><strong>></strong>
<span class="style7"><strong><a class="style36" href="#Salads">Salads</a></strong></span></span></p>
<p><span lang="en-gb" class="style24"><strong>></strong>
<span class="style7"><strong><a class="style36" href="#Desserts">Desserts</a></strong></span></span></p>
<p> </p>
</div>
</div>
<div id="framecontentRight">
<div class="innertube">
</div>
</div>
<div id="maincontent">
<div class="style44">
<div class="style49">
<br />
<br />
<span lang="en-gb"><span class="style15"><span class="style16">
<span class="style17">
<img src="../logos/fayrouz-logo_small.jpg" width="100" height="47" style="float: left" />
<span class="style66"><strong><span class="style7"><span class="style31">
Fayrouz Preston Mediterranean Lebanese Restaurant<br />
134 Church Street, Preston, PR1<br />
<br />
</span></span></strong><span class="style31">
<strong><span class="style7"><br />
Opening Times: Tue-Sun: 5:00pm - 10:30pm</span></strong></span></span></span><span class="style65"><br />
<br />
<br />
</span><span class="style15"><strong><span class="style31"><span class="style7">
<span class="style65">You can now have top quality, healthy food delivered to your door<br />
<br />
£10.00 Min order</span><span class="style24"><br />
<br />
<br />
</span>
</span>
<span class="style24"><span class="style15">
</div>
<table style="width: 619px" align="justified">
<tr>
<td class="style45" colspan="4">
<span class="style31"> </span> <span lang="en-gb" class="style46"><strong>
<a name="APPETISERS" href="#APPETISERS"><span class="style57">Appetisers</span></a></strong></span></td>
</tr>
<script language="JavaScript" type="text/javascript">
<!--
function CalculateTotal(frm) {
var order_total = 0
// Run through all the form fields
for (var i=0; i < frm.elements.length; ++i) {
// Get the current field
form_field = frm.elements[i]
// Get the field's name
form_name = form_field.name
// Is it a "product" field?
if (form_name.substring(0,4) == "PROD") {
// If so, extract the price from the name
item_price = parseFloat(form_name.substring(form_name.lastIndexOf("_") + 1))
// Get the quantity
item_quantity = parseInt(form_field.value)
// Update the order total
if (item_quantity >= 0) {
order_total += item_quantity * item_price
}
}
}
// Display the total rounded to two decimal places
frm.TOTAL.value = round_decimals(order_total, 2)
}
function round_decimals(original_number, decimals) {
var result1 = original_number * Math.pow(10, decimals)
var result2 = Math.round(result1)
var result3 = result2 / Math.pow(10, decimals)
return pad_with_zeros(result3, decimals)
}
function pad_with_zeros(rounded_value, decimal_places) {
// Convert the number to a string
var value_string = rounded_value.toString()
// Locate the decimal point
var decimal_location = value_string.indexOf(".")
// Is there a decimal point?
if (decimal_location == -1) {
// If no, then all decimal places will be padded with 0s
decimal_part_length = 0
// If decimal_places is greater than zero, tack on a decimal point
value_string += decimal_places > 0 ? "." : ""
}
else {
// If yes, then only the extra decimal places will be padded with 0s
decimal_part_length = value_string.length - decimal_location - 1
}
// Calculate the number of decimal places that need to be padded with 0s
var pad_total = decimal_places - decimal_part_length
if (pad_total > 0) {
// Pad the string with 0s
for (var counter = 1; counter <= pad_total; counter++)
value_string += "0"
}
return value_string
}
function checkForm(f){
var sucess = true;
var msg = '';
if((f.name.value) == ''){
msg += 'name field required \n';
sucess = false;
}
if((f.address.value) == ''){
msg += 'address field required \n';
sucess = false;
}
if((f.area.value) == ''){
msg += 'area field required \n';
sucess = false;
}
if((f.postcode.value) == ''){
msg += 'postcode field required \n';
sucess = false;
}
if((f.mobile.value) == ''){
msg += 'mobile field required \n';
sucess = false;
}
if((f.email.value) == ''){
msg += 'email field required \n';
sucess = false;
}
if((f.requests.value) == ''){
msg += 'requests field required \n';
sucess = false;
}
if((f.foodinfo.value) == ''){
msg += 'foodinfo field required \n';
sucess = false;
}
if(!sucess){
alert(msg);
return sucess;
}else{
return sucess;
}
}
function valid(form) {
var field = form.total;
var userAge = parseInt(field.value);
if (!userAge) {
alert("You must indicate your age.");
field.focus();
field.select();
return false;
} else if (userTotal >= 10) {
alert("Thank your for your resume.");
return true;
} else {
alert("You are only " + userTotal + ". Try again when you are 18.");
field.focus();
field.select();
return false;
}
}
// -->
</SCRIPT>
<BODY MARGINWIDTH=0 MARGINHEIGHT=0 LEFTMARGIN=0 TOPMARGIN=0 BGCOLOR=#FFFFFF>
<A NAME="top"></A>
<!--START THE HEADER-->
<!--END THE HEADER-->
<!--START THE CONTENT-->
<form method="POST" action="thanks.php" onsubmit="return checkForm(this)">
<TABLE class="style8">
</strong>
</strong>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Vine Leaves<br />
</span><span class="style68"><em>(Vine leaves stuffed with rice, onions, parsley, topped with lemon juice, olive oil, served with pitta bread (6pce))</em></span></TD>
<strong>
<TD style="width: 224px" class="style6" valign="bottom">£2.90</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_VineLeaves_2.90" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
</TR>
<TR>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
</TD>
</TR>
<TD style="width: 1049px" class="style15"><span class="style66">Jaweneh<br />
</span><span class="style68"><em>(Chicken wings marinated in lemon juice, garlic, spices, grilled on charcoal, served with
pita bread (4pcs))</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£3.00</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_Jaweneh_3.00" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
</TR>
<tr>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
</TD>
</TR>
<TD style="width: 1049px" class="style15"><span class="style66">Stuffed Garlic Mushrooms<br />
</span><span class="style68"><em>(Breaded stuffed garlic mushrooms)</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£3.20</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_StuffedGarlicMushrooms_3.20" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
</TR>
<tr>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
</TD>
</TR>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Garlic Mushrooms With Cheese<br />
</span><span class="style68"><em>(Mushrooms in garlic butter, covered with melted cheese)</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£3.20</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_GarlicMushroomsWithCheese_3.20" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
</TR>
<TR>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
</TD>
</TR>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Kibeh Makli<br />
</span> <span class="style68"><em>(Crushed wheat moistened and shaped, stuffed with
minced lamb, onions, spices, and deep fried (3pcs))</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£4.00</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_KibehMakli_4.00" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
</TR>
<TR>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
</TD>
</TR>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Lahembajeen<br />
</span><span class="style68"><em>(11" Bread base, topped with minced lamb, onions,
pomegranate sauce, pine kernels, oven baked)</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£4.90</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_Lahembajeen_4.90" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
</TR>
<TR>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
</TD>
</TR>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Homous Shawarma<br />
</span> <span class="style68"><em>(Homous dip topped with slices of grilled lamb, garnished with parsley, and pine kernels served with
pita bread)</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£4.90</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_HomousShawarma_4.90" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
</TR>
<TR>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
</TD>
</TR>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Pate Della Casa<br />
</span> <span class="style68"><em>(A homemade pate served with
pita bread)</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£4.95</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_PateDellaCasa_4.95" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
</TR>
<TR>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
</TD>
</TR>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Falafel<br />
</span> <span class="style68"><em>(Fried spheres of chickpeas and herb mix served with
pita bread and dips)</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£3.95</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_Falafel_3.95" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
</TR>
<TR>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
</TD>
</TR>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Homous<br />
</span><span class="style68"><em>(Chickpea dip, served with olive oil and
pita bread)</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£2.95</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_Homous_2.95" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
</TR>
<TR>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
</TD>
</TR>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">BabaGannooj<br />
</span><span class="style68"><em>(Aubergine and
tahineh dip served with olive oil and pita bread)</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£2.95</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_BabaGannooj_2.95" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
</TR>
<TR>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
</TD>
</TR>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Mixed Olives<br />
</span><span class="style68"><em>(Mixed olives marinated with herbs, served with olive oil and
pita bread)</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£2.95</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_MixedOlives_2.95" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
</TR>
<TR>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
</TD>
</TR>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Torpedo Prawns<br />
</span><span class="style68"><em>(Breaded king prawns, served with a sweet
chilli dip)</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£4.95</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_TorpedoPrawns_4.95" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
</TR>
<TR>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
</TD>
</TR>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Prawn Platter</span><span class="style68">
<em>(With marie rose sauce)</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£4.95</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_PrawnPlatter_4.95" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
</TR>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Focaccia Garlic Bread
</span> <span class="style68"><em>(Garlic bread with tomato)</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£2.95</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_Focaccia_2.95" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Mexican Garlic Bread
</span> <span class="style68"><em>(With tomato, onion &
chillies)</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£3.50</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_MexicanGarlicBread_3.50" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style65">Plain Garlic Bread</TD>
<TD style="width: 224px" class="style6" valign="bottom">£2.50</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_PlainGarlicBread_2.50" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style65">Garlic Bread With Cheese</TD>
<TD style="width: 224px" class="style6" valign="bottom">£3.50</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_GarlicBreadWithCheese_3.50" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style6"> </TD>
<TD style="width: 255px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style5" valign="bottom">
</TD>
</TR>
<tr>
<td class="style45" colspan="3">
<span class="style31"> </span> <span lang="en-gb" class="style46"><strong>
<a name="Main Courses" href="#Main Courses"><span class="style57">Main Courses</span></a></strong></span></td>
</tr> <TD style="width: 1049px" class="style6"> </TD>
<TD style="width: 255px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style5" valign="bottom">
</TD>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Chicken Kebab<br />
</span><span class="style68"><em>(Chunks of chicken breast, marinated in white sauce, garlic, herbs, grilled over charcoal, layered on fresh onions and summak, served with sauces)</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£5.90</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_ChickenKebab_5.90" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
</TD>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Shish Kebab<br />
</span> <span class="style68"><em>(Chunks of tender lamb marinated in spices, grilled over charcoal, layered on fresh onions & summak, seved with chilli sauce)</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£5.90</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_ShishKebab_5.90" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
</TD>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Kofta Bil Sanieh<br />
</span><span class="style68"><em>(Minced lamb with onion, parsley,
pomegranate juice and herbs, served with salad,, lemon and hot bread)</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£5.90</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_KoftaBilSanieh_5.90" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
</TD>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Kofta<br />
</span>
<span class="style68"><em>(Minced lamb, mixed with onions, parsley, and spices, skewered and grilled, over charcoal, layered on fresh onions and summak, served with chilli sauce)</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£4.90</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_Kofta_4.90" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
</TD>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Half Chicken<br />
</span> <span class="style68"><em>(Charcoal grilled, garlic, lemon and herb marinated chicken, served with side salad and
pita bread)</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£5.90</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_HalfChicken_5.90" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
</TD>
<TR>
<TD style="width: 1049px" class="style65">Full Chicken</TD>
<TD style="width: 224px" class="style6" valign="bottom">£7.90</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_FullChicken_7.90" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style65"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
</TD>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Mixed Grill Kebab<br />
</span><span class="style68"><em>(Lamb chop, diced lamb and diced chicken on a skewer and kofta kebab, served with a garnish and chipped potatoes)</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£8.90</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_MixedGrillKebab_8.90" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
</TD>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Beef Shawarma<br />
</span><span class="style68"><em>(Slices of meat marinated with spices & special sauce, grilled on an upright skewer, layered on fresh onions and summak served with tahineh sauce)</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£5.90</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_ShawarmaBeef_5.90" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
</TD>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Chicken Shawarma<br />
</span><span class="style68"><em>(Slices of meat marinated with spices & special sauce, grilled on an upright skewer, layered on fresh onions and summak served with tahineh sauce)</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£5.90</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_ShawarmaChicken_5.90" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
</TD>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Fasoulieh<br />
</span> <span class="style68"><em>(Fresh runner beans cooked with chunks of tender lamb and onions in tomato sauce, garlic, and spices, served with rice)</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£5.90</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_Fasoulieh_5.90" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
</TD>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Cous Cous<br />
</span><span class="style68"><em>(Moroccan spiced lamb and vegetables cooked in tomato sauce)</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£5.90</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_CousCous_5.90" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
</TD>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Mediterranean Spinach<br />
</span> <span class="style68"><em>(Whole leaves of fresh spinach with onion, coriander, garlic and herbs, cooked with lamb mice balls, served with rice & fresh lemon juice)</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£6.90</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_MediterraneanSpinach_6.90" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
</TD>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Beef Stroganoff<br />
</span><span class="style68"><em>(Strips of fillet steak in a sauce of
French mustard, onions, mushrooms, and cream, served either on a bed of rice)</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£6.90</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_BeefStroganoff_6.90" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
</TD>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Chicken Stroganoff<br />
</span><span class="style68"><em>(Strips chicken in a sauce of
French mustard, onions, mushrooms, and cream, served either on a bed of rice)</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£6.90</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_ChickenStroganoff_6.90" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
</TD>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Mushroom Stroganoff<br />
</span> <span class="style68"><em>(Mushrooms in a sauce of
French mustard, onions, mushrooms, and cream, served either on a bed of rice)</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£6.90</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_MushroomStroganoff_6.90" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
</TD>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Chicken Fajitas<br />
</span><span class="style68"><em>(Strips of cajun spiced chicken, peppers and onion, served on a sizzling hot skillet accompanied with flour tortillas and salsa)</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£5.90</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_ChickenFajitas_5.90" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
</TD>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Chicken Kabbsa<br />
</span><span class="style68"><em>(Seasoned rice topped with pines nuts and almonds, served with salad and tzikki dip.)</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£5.90</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_ChickenKabbsa_5.90" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
</TD>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Lamb Kabbsa<br />
</span><span class="style68"><em>(Seasoned rice topped with pines nuts and almonds, served with salad and tzikki dip.)</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£5.90</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_LambKabbsa_5.90" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
</TD>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Beef Kabbsa<br />
</span><span class="style68"><em>(Seasoned rice topped with pines nuts and almonds, served with salad and tzikki dip.)</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£5.90</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_BeefKabbsa_5.90" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
</TD>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Prawn Kabbsa<br />
</span> <span class="style68"><em>(Seasoned rice topped with pines nuts and almonds, served with salad and tzikki dip.)</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£5.90</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_PrawnKabbsa_5.90" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style54"> </TD>
<TD style="width: 255px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style5" valign="bottom">
</TD>
</TR>
<tr>
<td class="style45" colspan="3">
<span class="style31"> </span> <span lang="en-gb" class="style46"><strong>
<a name="Pizza" href="#Pizza"><span class="style57">Pizza 11"</span></a></strong></span></td>
</tr><TR>
<TD style="width: 1049px" class="style54"> </TD>
<TD style="width: 255px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style5" valign="bottom">
</TD>
</TR>
<TR>
<TD style="width: 1049px" class="style65">Meat Feast Pizza</TD>
<TD style="width: 224px" class="style6" valign="bottom">£6.95</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_MeatFeastPizza_6.95" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Margheritta Pizza
</span> <span class="style68">(mozzarella cheese, herbs & tomato)</span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£4.95</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_MargherittaPizza_4.95" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Roma Pizza
</span> <span class="style68">(Tuna, anchovies, olives and garlic)</span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£6.75</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_RomaPizza_6.75" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Pepperoni Pizza
</span> <span class="style68">(Spicy
Italian sausage)</span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£6.75</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_PepperoniPizza_6.75" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style65">Vegetarian Pizza</TD>
<TD style="width: 224px" class="style6" valign="bottom">£6.25</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_VegetarianPizza_6.25" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Pescatora Pizza
</span> <span class="style68">(Seafood)</span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£6.95</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_PescatoraPizza_6.95" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style65">Chefs Special</TD>
<TD style="width: 224px" class="style6" valign="bottom">£6.95</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_ChefsSpecialPizza_6.95" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Chicken Chilli Pizza
</span> <span class="style68">(Nice & spicy)</span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£6.95</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65" valign="bottom">
<INPUT TYPE=TEXT NAME="PROD_ChickenChilliPizza_6.95" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px; height: 19px;" class="style54"></TD>
<TD style="width: 255px; height: 19px;" class="style6" valign="bottom"></TD>
<TD ALIGN="CENTER" style="width: 166px; height: 19px;" class="style5">
</TD>
</TR>
<tr>
<td class="style45" colspan="3">
<span class="style31"> </span> <span lang="en-gb" class="style46"><strong>
<a name="Pasta" href="#Pasta"><span class="style57">Pasta</span></a></strong></span></td>
</tr><TR>
<TD style="width: 1049px" class="style54"> </TD>
<TD style="width: 255px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style5" valign="bottom">
</TD>
</TR>
<TR>
<TD style="width: 1049px" class="style65">Spaghetti Bolognese</TD>
<TD style="width: 224px" class="style6" valign="bottom">£4.95</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65">
<INPUT TYPE=TEXT NAME="PROD_SpaghettiBologese_4.95" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style5" valign="bottom">
</TD>
</TR>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Tortellini
</span> <span class="style68">
<br />
(Spinach and ricotta filled pasta & mushrooms in a light parmesan cheese sauce)</span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£4.95</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65">
<INPUT TYPE=TEXT NAME="PROD_Tortellini_4.95" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style5" valign="bottom">
</TD>
</TR>
<TD style="width: 1049px" class="style65">Spaghetti and Meatballs</TD>
<TD style="width: 224px" class="style6" valign="bottom">£4.95</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65">
<INPUT TYPE=TEXT NAME="PROD_SpaghettiMeatballs_4.95" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style65">Lasagne</TD>
<TD style="width: 224px" class="style6" valign="bottom">£5.95</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65">
<INPUT TYPE=TEXT NAME="PROD_Lasagne_5.95" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style54"> </TD>
<TD style="width: 255px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style5" valign="bottom">
</TD>
</TR>
<tr>
<td class="style45" colspan="3">
<span class="style31"> </span> <span lang="en-gb" class="style46"><strong>
<a name="Childrens Menu" href="#Childrens Menu"><span class="style57">Childrens Menu</span></a></strong></span></td>
</tr><TR>
<TD style="width: 1049px" class="style54"> </TD>
<TD style="width: 255px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style5" valign="bottom">
</TD>
</TR>
<TR>
<TD style="width: 1049px" class="style65">Children's Spaghetti Bolognese</TD>
<TD style="width: 224px" class="style6" valign="bottom">£3.95</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65">
<INPUT TYPE=TEXT NAME="PROD_ChildrensSpaghettiBolognese_3.95" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style65">Children's Spaghetti and Meatballs</TD>
<TD style="width: 224px" class="style6" valign="bottom">£3.95</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65">
<INPUT TYPE=TEXT NAME="PROD_ChildrensSpaghettiAndMeatballs_3.95" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style65">Children's Popcorn Chicken And Fries</TD>
<TD style="width: 224px" class="style6" valign="bottom">£3.95</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65">
<INPUT TYPE=TEXT NAME="PROD_ChildrensPopcornChickenAndFries_3.95" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style65">Children's Chicken Nuggets And Fries</TD>
<TD style="width: 224px" class="style6" valign="bottom">£3.95</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65">
<INPUT TYPE=TEXT NAME="PROD_ChildrensChickenNuggetsAndFries_3.95" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style65">Children's Falafel and Fries</TD>
<TD style="width: 224px" class="style6" valign="bottom">£3.95</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65">
<INPUT TYPE=TEXT NAME="PROD_ChildrensFalafelandFries_3.95" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style54"> </TD>
<TD style="width: 255px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style5" valign="bottom">
</TD>
</TR>
<tr>
<td class="style45" colspan="3">
<span class="style31"> </span> <span lang="en-gb" class="style46"><strong>
<a name="Extras" href="#Extras"><span class="style57">Extras</span></a></strong></span></td>
</tr><TR>
<TD style="width: 1049px" class="style54"> </TD>
<TD style="width: 255px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style5" valign="bottom">
</TD>
</TR>
<TR>
<TD style="width: 1049px" class="style65">French Fries</TD>
<TD style="width: 224px" class="style6" valign="bottom">£1.49</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65">
<INPUT TYPE=TEXT NAME="PROD_FrenchFries_1.49" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style65">Potato Wedges</TD>
<TD style="width: 224px" class="style6" valign="bottom">£1.95</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65">
<INPUT TYPE=TEXT NAME="PROD_PotatoWedges_1.95" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style65">Onion Rings</TD>
<TD style="width: 224px" class="style6" valign="bottom">£1.95</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65">
<INPUT TYPE=TEXT NAME="PROD_OnionRings_1.95" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style65">Garlic Sauce</TD>
<TD style="width: 224px" class="style6" valign="bottom">£0.95</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65">
<INPUT TYPE=TEXT NAME="PROD_GarlicSauce_0.95" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style65">Chilli Sauce</TD>
<TD style="width: 224px" class="style6" valign="bottom">£0.95</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65">
<INPUT TYPE=TEXT NAME="PROD_ChilliSauce_0.95" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style65">Mint Sauce</TD>
<TD style="width: 224px" class="style6" valign="bottom">£0.95</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65">
<INPUT TYPE=TEXT NAME="PROD_MintSauce_0.95" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style65">Tzikki Dip</TD>
<TD style="width: 224px" class="style6" valign="bottom">£0.95</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65">
<INPUT TYPE=TEXT NAME="PROD_TzikkiDip_0.95" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style65">Bread</TD>
<TD style="width: 224px" class="style6" valign="bottom">£0.50</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65">
<INPUT TYPE=TEXT NAME="PROD_Bread_0.50" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style54"> </TD>
<TD style="width: 255px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style5" valign="bottom">
</TD>
</TR>
<tr>
<td class="style45" colspan="3">
<span class="style31"> </span> <span lang="en-gb" class="style46"><strong>
<a name="Salads" href="#Salads"><span class="style57">Salads</span></a></strong></span></td>
</tr><TR>
<TD style="width: 1049px" class="style54"> </TD>
<TD style="width: 255px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style5" valign="bottom">
</TD>
</TR>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Fatoosh<br />
</span> <span class="style68"><em>(Mediterranean salad with crispy bread and
pomegranate sauce)</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£3.95</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65">
<INPUT TYPE=TEXT NAME="PROD_Fatoosh_3.95" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style5" valign="bottom">
</TD>
</TR>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Feta Salad
</span> <span class="style68"><em><br />
(Greek salad with
feta cheese)</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£3.95</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65">
<INPUT TYPE=TEXT NAME="PROD_FetaSalad_3.95" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style5" valign="bottom">
</TD>
</TR>
<TR>
<TD style="width: 1049px" class="style15"><span class="style66">Tabooli
</span> <span class="style68"><br />
<em>(Finely chopped parsley, onion and tomato with
bulgur wheat and seasoned with lemon)</em></span></TD>
<TD style="width: 224px" class="style6" valign="bottom">£3.95</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65">
<INPUT TYPE=TEXT NAME="PROD_Tabooli_3.95" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style5" valign="bottom">
</TD>
</TR>
<TR>
<TD style="width: 1049px" class="style65">Spinach Salad </TD>
<TD style="width: 224px" class="style6" valign="bottom">£3.95</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65">
<INPUT TYPE=TEXT NAME="PROD_spinachSalad_3.95" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style54"> </TD>
<TD style="width: 255px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style5" valign="bottom">
</TD>
</TR>
<tr>
<td class="style45" colspan="3">
<span class="style31"> </span> <span lang="en-gb" class="style46"><strong>
<a name="Desserts" href="#Desserts"><span class="style57">Desserts</span></a></strong></span></td>
</tr><TR>
<TD style="width: 1049px" class="style54"> </TD>
<TD style="width: 255px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style5" valign="bottom">
</TD>
</TR>
<TR>
<TD style="width: 1049px" class="style65">Ice Cream</TD>
<TD style="width: 224px" class="style6" valign="bottom">Blackberry £2.50</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65">
<INPUT TYPE=TEXT NAME="PROD_BlackberryIceCream_2.50" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style15"></TD>
<TD style="width: 224px" class="style6" valign="bottom">Tuti Fruiti £2.50</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65">
<INPUT TYPE=TEXT NAME="PROD_TutiFruitiIceCream_2.50" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style15"></TD>
<TD style="width: 224px" class="style6" valign="bottom">Chocolate £2.50</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65">
<INPUT TYPE=TEXT NAME="PROD_ChocIceCream_2.50" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style65">Chocolate Fudge Cake</TD>
<TD style="width: 224px" class="style6" valign="bottom">£2.50</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65">
<INPUT TYPE=TEXT NAME="PROD_ChocolateFudgeCake_2.50" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style65">Tiramisu</TD>
<TD style="width: 224px" class="style6" valign="bottom">£2.50</TD>
<TD ALIGN="CENTER" style="width: 166px" class="style65">
<INPUT TYPE=TEXT NAME="PROD_Tiramasu_2.50" SIZE=3 MAXLENGTH=3 onChange="CalculateTotal(this.form)"></TD>
<TR>
<TD style="width: 1049px" class="style54"> </TD>
<TD style="width: 255px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style5" valign="bottom">
</TD>
</TR>
<TR>
<TD style="width: 1049px" class="style15"> </TD>
<TD style="width: 224px" class="style6" valign="bottom"> </TD>
<TD ALIGN="CENTER" style="width: 166px" class="style5" valign="bottom">
</TD>
</TR>
<TD style="width: 1049px" class="style15"></TD>
<TD style="width: 255px" class="style6" valign="bottom"></TD>
<TD ALIGN="CENTER" style="width: 166px" class="style5">
</TD>
<TR>
<TD class="style6" colspan="2"><strong><em>ORDER TOTAL </em></strong><span class="style23">
<span lang="en-gb"><span class="style15"><span class="style16"><span class="style31">
<span class="style24">
<strong>
£<INPUT TYPE=TEXT NAME="TOTAL" SIZE=10></span></TD>
<TD style="width: 166px" class="style5" valign="bottom"><BR></TD>
<TR>
<TD class="style4" colspan="3"> </TD>
<TR>
<TD class="style50" colspan="3"> </TD>
<TR>
<TD class="style12" colspan="3"> </TD>
<TR>
<TD class="style5" colspan="3"><strong>Delivery Details</strong></TD>
<TR>
<TD class="style11" colspan="3"> </TD>
</TABLE>
<P class="style1">
<table style="width: 100%">
<tr>
<td style="width: 242px" class="style6"><strong>Name</strong></td>
<td class="style7"> <input type="TEXT" name="name" style="width: 275px"></td>
</tr>
<tr>
<td style="width: 242px" class="style6"><strong>Address</strong></td>
<td class="style7"> <input name="address" style="width: 275px"></td>
</tr>
<tr>
<td style="width: 242px" class="style6"><strong>Area</strong></td>
<td class="style7">
<input name="area" style="width: 275px" value="(e.g. Fulwood, Deepdale)"></td>
</tr>
<tr>
<td style="width: 242px" class="style6" valign="top"><strong>Full Postcode
</strong></td>
<td class="style7"> <input name="postcode" style="width: 102px"></td>
</tr>
<tr>
<td style="width: 242px" class="style6"><strong>Mobile</strong></td>
<td class="style7"> <input name="mobile"></td>
</tr>
<tr>
<td style="width: 242px" class="style6"><strong>Email</strong></td>
<td class="style7"> <input name="email"></td>
</tr>
<tr>
<td style="width: 242px" class="style6"> </td>
<td class="style7"> </td>
</tr>
<tr>
<td style="width: 242px" class="style6" valign="top"><strong>
<span class="style24"><span class="style31"><span class="style7">Any requests that
the <br>
kitchen should know about?</span></span></span></strong></td>
<td class="style7"><textarea name="requests" style="width: 275px; height: 70px;"></textarea> </td>
</tr>
<tr>
<td style="width: 242px" class="style6" valign="top"><strong>
<span class="style7">Info regarding pizza toppings,<br />
kebabs, etc go here</span></strong></td>
<td class="style7">
<span lang="en-gb"><span class="style15"><span class="style16">
<textarea name="foodinfo" style="width: 275px; height: 70px;" rows="1" cols="20"></textarea></span></span></span></td>
</tr>
<tr>
<td style="width: 242px" class="style9"> </td>
<td> </td>
</tr>
<tr>
<td style="width: 242px" class="style9"> </td>
<td> </td>
</tr>
</table>
<br />
<input type="submit" name="Submit" value="Deliver my Food!" style="height: 24px" />
<input name="Reset1" type="reset" value="clear order" style="height: 24px" /></form>
</FORM>
<strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong>
</table>
</span>
</span><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><span class="style15"></span>
<span class="style15"><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><span class="style15">
</div>
</div>
</div>
</body>
</html>