Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Guest, before posting your code please take these rules into consideration:
    • It is required to use our BBCode feature to display your code. While within the editor click < / > or >_ and place your code within the BB Code prompt. This helps others with finding a solution by making it easier to read and easier to copy.
    • You can also use markdown to share your code. When using markdown your code will be automatically converted to BBCode. For help with markdown check out the markdown guide.
    • Don't share a wall of code. All we want is the problem area, the code related to your issue.


    To learn more about how to use our BBCode feature, please click here.

    Thank you, Code Forum.

JavaScript Help Needed With Input Field Multipliers

Hello...
I'm new here and I need to start off by saying that I'm not a "coder". I'm a chef who needs to get an online form working. The form is using a form mail script to send customer orders to me via email. Here's a link to the current form:

I have a test version that I'm working on that I would like to give me a total price for each item ordered. I've pieced this together from bits and pieces of code I've found on the internet. I've got it "kinda working" but it's not there yet!

An example of what I’m Getting:

Green_Salad_Price: 13.95
Quantity: 2
tot_amount: 16.95
Beans_and_Rice_Price: 16.95
Name: test
Address: test
E-Mail: [email protected]
Area_Code: 111
Phone: 1111111

An example of what I would like to get:

Green_Salad_Wed Price: 13.95
Quantity: 2
tot_amount: 27.90
Beans_and_Rice_Wed Price: 16.95
Quantity: 2
tot_amount: 33.90
Name: test
Address: test
E-Mail: [email protected]
Area_Code: 111
Phone: 1111111

If anyone could help me get this working I would be most appreciative!
PS I've got the field that shown the total hidden from the customer's view so all they see is the per item price.

Here's the entire code for my test form which is located here:


Code:
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="cache-control" content="max-age=0">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="-1">
<meta http-equiv="expires" content="Tue, 01 Jan 1980 11:00:00 GMT">
<meta http-equiv="pragma" content="no-cache">
<title>Subscription Dinner Menu Week of 01/25-30/21</title>
<style type="text/css">
#notForShow {display: none;}
<!--
body,td,th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.style3 {
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
}
.style23 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style24 {font-family: Arial, Helvetica, sans-serif}
.style26 {
    color: #000000;
    font-weight: bold;
}
.style31 {
    font-size: 16px;
    color: #000;
}
.style32 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.style39 {font-size: 24px; font-weight: bold; }
.style48 {font-size: 12px}
.style69 {font-size: 16px; color: #000000; font-weight: bold; }
.style70 {
    color: #FF0000;
    font-size: 16px;
    font-weight: bold;
}
.style71 {color: #008C25}
.style72 {color: #000000}
.style75 {font-size: 18px; font-weight: bold; }
.style77 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; }
.style78 {
    color: #FF0000;
    font-weight: bold;
}
.style15 {color: #006600}
.style8 {color: #006600}
.style56 {
    color: #006600;
    font-weight: bold;
    font-size: 24px;
}
.style17 {
    color: #0033FF
}
#Order Dinners table tr td .style26 .style44 {
    color: #000000;
}
.style30 {    font-size: 16px;
    font-weight: bold;
}
#Order Dinners table tr td strong {
    font-size: 18px;
}
.style20 {color: #006600; font-weight: bold; }
#Order Dinners table tr td strong {
    color: #060;
}
.style261 {color: #006600}
.style171 {color: #00CCFF}
.style21 {color: #3399CC}
.style58 {font-size: 18px; font-weight: bold; }
.style62 {color: #CC0000}
.style311 {
    font-size: 16px;
}
.style7 {    font-size: 16px;
    color: #FF1605;
}
Dark Green Text {
    color: #666600;
}
.style100 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
}
.style101 {
    font-size: 16px;
}
a.tooltipparent {
    text-decoration: underline;
    border-bottom: none;
    display: inline-block !important;
    display: inline;
    vertical-align: bottom;
    margin-bottom: -1px;
    position: relative;
}
a.tooltipparent span.tooltip {
    visibility: hidden;
    display: block;
    position: absolute;
    left: 28px;
    top: 28px;
    padding: 4px;
    z-index: 1;
    background: #83d523;
    color: #000000;
}
/* Opera 6+ specific values */
@media screen and (min-width: 0px) {
    a.tooltipparent span.tooltip {
        left: inherit;
        top: inherit;
        margin-top: 12px;
        width: 0;
    }
}
a.tooltipparent:hover {
    border-bottom: 1px solid #9fc;
    text-decoration: none;
}
a.tooltipparent:hover span.tooltip {
    visibility: visible;
    /* blow up width, could be zeroed by opera hack */
    width: 300px;
}
text {
    font-family: Arial, Helvetica, sans-serif;
}
.redlink {
    font-family: Arial, Helvetica, sans-serif;
    color: #F00;
}
.bigger {
    font-size: 18px;
}
.bigred {    font-size: 24px;
    font-weight: bold;
    color: #ff1605;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-variant: normal;
    text-transform: none;
}
.biggerred {
    font-size: 24px;
}
.white_bold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
}
.white_bold_sm {
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    color: #FFF;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  text-align:right;
}
input[type=number]{
    width: 50px;
}
<input type="text" name="tot_amount" style="display:none"/>
}
-->
</style>
<script type="text/javascript">
<!--
function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
  
function calculateAmount(val) {
     var x = Math.floor(Math.random() * arguments.length);
  return arguments[x];
    /*display the result*/
    var divobj = document.getElementById('tot_amount');
    divobj.value = tot_price;
}
//-->
</script>
</head>

<body>
  <form method="post" action="http://www.farmerskitchencafe.com/formmail/formmail_test.php" name="Subscription Orders">
    <input type="hidden" name="env_report" value="REMOTE_HOST,REMOTE_ADDR,HTTP_USER_AGENT,AUTH_TYPE,REMOTE_USER" />
    <input type="hidden" name="recipients" value="[email protected]" />
    <input type="hidden" name="subject" value="Subscription Dinner Order Test" />
      <input type="hidden" name="good_url"value="http://www.farmerskitchencafe.com/thank.html" />
    <input type="hidden" name="required" value="Name,Address,E-Mail,Area_Code,Phone">
    <input type="hidden" name="mail_options" value="NoEmpty" />
    <table width="988" height="2805" border="1">
    <tr align="center">
      <td height="300" colspan="14" bgcolor="#FFFFFF"><img src="../graphics/logomain_2.gif" width="654" height="296" alt=""/>   </td>
    </tr>
    <tr align="center" bgcolor="#0066FF">
      <td height="25" colspan="14" bgcolor="#CC33CC"><span class="style39"> Subscription Menu for Week of 01/25-30/21</span></td>
    </tr>
    <tr align="left" bgcolor="#00CCFF">
      <td height="35" colspan="14" align="center" bgcolor="#5A7890"><img src="../graphics/plant.jpg" width="280" height="180" /></td>
    </tr>
    <tr align="left" bgcolor="#66CCCC">
      <td height="21" colspan="14" align="center"><span class="style39"><span class="white_bold">Reverse Climate Change with Real Food <br />
      </span></span><span class="white_bold_sm">&quot;We have to recognize the way we are living, eating and consuming energy are all having an impact on the planet—and increasingly it is reacting.&quot;
      <em>Fareed Zacaria 2020</em>. <a href="https://farmerskitchencafe.com/Blog/?p=167&amp;preview=true">read more </a></span></td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="21" colspan="14" bgcolor="#FFFFFF">&nbsp;</td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="25" colspan="14" align="center" bgcolor="#00FF99"><a href="http://www.farmerskitchencafe.com/?page_id=30" class="style39">Farmer's Kitchen Cafe Takeout Menu</a></td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="25" colspan="14" align="center" bgcolor="#00FF99"><span class="style31"><a href="http://www.farmerskitchencafe.com/submeals/grocery_form.html"><span class="style39">Click here for Our Groceries and Meal Kits Order Form</span></a></span></td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="25" colspan="14" bgcolor="#00FF99"><div align="center" class="style31"><a href="#breakfastlunch"><span class="style39">Click here for Our  Breakfast / Lunch Menu</span></a></div></td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="35" colspan="14" align="center" bgcolor="#00FF99"> <span class="style39">&quot;Wild Card&quot;</span></td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="24" colspan="12" bgcolor="#FFFF00"><strong style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-variant-caps: normal; letter-spacing: normal; orphans: auto; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 0); text-decoration: none;">Simple Green Salad w/ a Side of Fresh Lemon Vinaigrette Dressing</strong> (Or order alternative dressing options from our Groceries page-link above) <em style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 0); text-decoration: none;">Dairy Free/ Gluten Free/ Soy Free/ Vegan</em></td>
      <td height="24" bgcolor="#FFFF00"><div align="center"><strong>Per<br />
        Serving
      </strong></div></td>
      <td height="24" align="right" bgcolor="#FFFF00"><input name="Green_Salad_Price" type='number' placeholder='0.00' STYLE="color: #070707; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 14px; background-color: #FFFF00;" step='0.01' autocomplete="off" value='13.95' size="6" maxlength="5" readonly="readonly" /></tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td width="130" height="24" bgcolor="#FFFF00">&nbsp;</td>
      <td width="4" bgcolor="#FFFF00">&nbsp;</td>
      <td width="132" bgcolor="#FFFF00"><select name="Quantity" onchange="calculateAmount(this.value)" required>
           <option value="0" selected="selected">Green Salad</option>
           <option value="1">Green Salad Tues 1</option>
           <option value="2">Green Salad Tues 2</option>
           <option value="3">Green Salad Tues 3</option>
           <option value="4">Green Salad Tues 4</option>
           <option value="1">Green Salad Wed 1</option>
           <option value="2">Green Salad Wed 2</option>
           <option value="3">Green Salad Wed 3</option>
           <option value="4">Green Salad Wed 4</option>
           <option value="1">Green Salad Thurs 1</option>
           <option value="2">Green Salad Thurs 2</option>
           <option value="3">Green Salad Thurs 3</option>
           <option value="4">Green Salad Thurs 4</option>
           <option value="1">Green Salad Fri 1</option>
           <option value="2">Green Salad Fri 2</option>
           <option value="3">Green Salad Fri 3</option>
           <option value="4">Green Salad Fri 4</option>
        </select>
      <td width="3" bgcolor="#FFFF00">&nbsp;</td>
      <td height="24" colspan="10" bgcolor="#FFFF00"><input name="tot_amount" type="text" class="w3-input w3-border" id="tot_amount" placeholder='13.95' style="color: #FFFF00; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 14px; background-color: #FFFF00;" step='0.01' autocomplete="off" value='13.95' size="6" maxlength="5" readonly="readonly" /></td>
      </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="21" colspan="14" bgcolor="#FFFFFF">&nbsp;</td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="24" colspan="12" bgcolor="#FFFF00"><strong>Black Beans and Rice w/ Escabeche and Fried Egg</strong> A special treat from Central America. Flavors of authentically prepared &quot;frijoles&quot; accented by a side of artfully prepared, classic pickled jalapenos, onions and carrots. Comfort food for every day. Kid friendly, <br />
        <em>Dairy Free/ Gluten Free/ Soy Free/  Can be Vegan</em></td>
      <td width="89" height="24" bgcolor="#FFFF00"><div align="center"><strong>1-3 servings</strong></div></td>
      <td height="24" align="right" bgcolor="#FFFF00"><input name="Beans_and_Rice_Price" type='number' placeholder='0.00' STYLE="color: #070707; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 14px; background-color: #FFFF00;" step='0.01' autocomplete="off" value='16.95' size="6" maxlength="5" readonly="readonly" />
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="24" bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00"><select name="Quantity" onchange="calculateAmount(this.value)" required="required">
        <option value="0" selected="selected">Beans and Rice</option>
        <option value="1">Beans and Rice Tues 1</option>
        <option value="2">Beans and Rice Tues 2</option>
        <option value="3">Beans and Rice Tues 3</option>
        <option value="4">Beans and Rice Tues 4</option>
        <option value="1">Beans and Rice Wed 1</option>
        <option value="2">Beans and Rice Wed 2</option>
        <option value="3">Beans and Rice Wed 3</option>
        <option value="4">Beans and Rice Wed 4</option>
        <option value="1">Beans and Rice Thurs 1</option>
        <option value="2">Beans and Rice Thurs 2</option>
        <option value="3">Beans and Rice Thurs 3</option>
        <option value="4">Beans and Rice Thurs 4</option>
        <option value="1">Beans and Rice Fri 1</option>
        <option value="2">Beans and Rice Fri 2</option>
        <option value="3">Beans and Rice Fri 3</option>
        <option value="4">Beans and Rice Fri 4</option>
      </select></td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td height="24" colspan="10" bgcolor="#FFFF00"><input name="tot_amount" type="text" class="w3-input w3-border" id="tot_amount" placeholder='16.95' style="color: #FFFF00; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 14px; background-color: #FFFF00;" step='0.01' autocomplete="off" value='16.95' size="6" maxlength="5" readonly="readonly" />&nbsp;</td>
      </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="21" colspan="14" bgcolor="#FFFFFF">&nbsp;</td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="35" colspan="14" align="center" bgcolor="#00FF99"><span class="style39">&quot;Kid Friendly Lunches and Snacks&quot;</span></td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="24" colspan="12" bgcolor="#FFFF00"><strong> Chicken Fingers </strong> Classic chicken fingers with   a side of house risotto. Tops any salad, makes a quick desk lunch, or makes a kid friendly lunch for any age. <em>We now use local, organic free range chicken breast. It's indisputedly &quot;the best.&quot; </em><br />
        <em>Dairy Free/ Gluten Free/ Soy Free </em></td>
      <td height="24" bgcolor="#FFFF00"><div align="center"><strong>Per serving</strong></div></td>
      <td height="24" bgcolor="#FFFF00"><div align="right">12.95</div></td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="24" bgcolor="#FFFF00">&nbsp;</td>
      <td height="24" bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00"><strong>Tues</strong>
        <input name="Chicken_Fingers_Tues" type="text" id="Chicken_Fingers_Tues" size="2" maxlength="2" /></td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td width="104" bgcolor="#FFFF00"><strong>Wed</strong>
        <input name="Chicken_Fingers_Wed" type="text" id="Chicken_Fingers_Wed" size="2" maxlength="2" /></td>
      <td width="3" bgcolor="#FFFF00">&nbsp;</td>
      <td width="116" bgcolor="#FFFF00"><strong>Thurs</strong>
        <input name="Chicken_Fingers_Thurs" type="text" id="Chicken_Fingers_Thurs" size="2" maxlength="2" /></td>
      <td width="3" bgcolor="#FFFF00">&nbsp;</td>
      <td width="129" bgcolor="#FFFF00"><strong>Fri</strong>
        <input name="Chicken_Fingers_Fri" type="text" id="Chicken_Fingers_Fri" size="2" maxlength="2" /></td>
      <td width="3" bgcolor="#FFFF00">&nbsp;</td>
      <td width="143" bgcolor="#FFFF00"><strong>Sat</strong>
        <input name="Chicken_Fingers_Sat" type="text" id="Chicken_Fingers_Sat" size="2" maxlength="2" /></td>
      <td height="24" colspan="3" bgcolor="#FFFF00">&nbsp;</td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="29" colspan="14" bgcolor="#FFFFFF">&nbsp;</td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="24" colspan="12" bgcolor="#FFFF00"><strong>  Tofu Fingers w/ Rissoto V</strong>egan alternative to our popular chicken fingers. Pressed, sauteed tofu makes a quick midday lunch, or a kid friendly lunch for any age. Local, fresh, non-GMO artisanal tofu. <br />
      <em>Dairy Free/ Gluten Free/ Soy Free/Vegan </em></td>
      <td height="24" bgcolor="#FFFF00"><div align="center"><strong>Per serving</strong></div></td>
      <td height="24" bgcolor="#FFFF00"><div align="right">7.95</div></td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="24" bgcolor="#FFFF00">&nbsp;</td>
      <td height="24" bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00"><strong>Tues</strong>
        <input name="Tofu_Fingers_Tues" type="text" id="Tofu_Fingers_Tues" size="2" maxlength="2" /></td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00"><strong>Wed</strong>
        <input name="Tofu_Fingers_Wed" type="text" id="Tofu_Fingers_Wed" size="2" maxlength="2" /></td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00"><strong>Thurs</strong>
        <input name="Tofu_Fingers_Thurs" type="text" id="Tofu_Fingers_Thurs" size="2" maxlength="2" /></td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00"><strong>Fri</strong>
        <input name="Tofu_Fingers_Fri" type="text" id="Tofu_Fingers_Fri" size="2" maxlength="2" /></td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00"><strong>Sat</strong>
        <input name="Tofu_Fingers_Sat" type="text" id="Tofu_Fingers_Sat" size="2" maxlength="2" /></td>
      <td height="24" colspan="3" bgcolor="#FFFF00">&nbsp;</td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="21" colspan="14" bgcolor="#FFFFFF"><div align="center"><img src="../graphics/composition_5_6_19_2.jpg" alt="" width="683" height="142" /></div></td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="25" colspan="14" bgcolor="#00FF99">  <div align="center" class="style31"><span class="style39">Soups </span></div></td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="25" colspan="12" bgcolor="#FFFF00"><strong>Organic Chicken Soup w Local, Organic Bok Choi, Jujube fruit and Housemade Noodles</strong> With a rainy week on the winter horizon, we decide to offer a soup with immune power (chicken broth, greens) and an ancient remedy for stress that is also reputed to assist brain function. Jujube fruit is well regarded in Chinese medicine. <br />
        <em>Gluten/ Soy/ Dairy Free/ Egg Free/</em></td>
      <td align="center" bgcolor="#FFFF00"><strong>1 Quart</strong></td>
      <td align="right" bgcolor="#FFFF00">15.95</td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="24" bgcolor="#FFFF00"><strong>Mon</strong>
        <input name="Vegan_Soup_Mon" type="text" id="Vegan_Soup_Mon" size="2" maxlength="2" /></td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00"><strong>Tues</strong>
      <input name="Vegan_Soup_Tues" type="text" id="Vegan_Soup_Tues" size="2" maxlength="2" /></td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td height="24" colspan="3" bgcolor="#FFFF00">&nbsp;</td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="20" colspan="14" align="center">&nbsp;</td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="24" colspan="12" bgcolor="#FFFF00"><strong>Curried Cauliflower Soup  </strong>A lovely, complex, flavorful soup. (Not as spicy as our last round) Dazzling white, super fresh local organic roasted cauliflower. A fusion of Indian cuisine and the sensibilities of Paul Prudomme. <br />
        <em>Gluten Free/ Soy Free/ Dairy Free/ Egg Free/Vegan</em></td>
      <td height="24" bgcolor="#FFFF00"><div align="center"><strong>1 Quart</strong></div></td>
      <td height="24" bgcolor="#FFFF00"><div align="right">15.95</div></td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="24" bgcolor="#FFFF00">&nbsp;</td>
      <td height="24" bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00"><strong>Wed</strong>
        <input name="Cauliflower_Soup_Wed" type="text" id="Cauliflower_Soup_Wed" size="2" maxlength="2" /></td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00"><strong>Thurs</strong>
        <input name="Cauliflower_Soup_Thurs" type="text" id="Cauliflower_Soup_Thurs" size="2" maxlength="2" /></td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td height="24" colspan="3" bgcolor="#FFFF00">&nbsp;</td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="20" colspan="14" align="center">&nbsp;</td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="24" colspan="12" bgcolor="#FFFF00"><strong>Moroccan Carrot Soup </strong> Sweet organic carrots inspire the return of an old favorite. Velvety texture, subtle exotic spices and lime juice with  local organic carrots. Creamy, dairy free garnish and delicious flavor. Even children usually enjoy this one..its got &quot;wow&quot; factor. <br />
        <em>Gluten Free/ / Dairy Free/ Egg Free</em>/ Vegan</td>
      <td height="24" bgcolor="#FFFF00"><div align="center"><strong>1 Quart</strong></div></td>
      <td height="24" bgcolor="#FFFF00"><div align="right">14.95</div></td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="24" bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00"><strong>Fri</strong>
        <input name="Carrot_Soup_Fri" type="text" id="Carrot_Soup_Fri" size="2" maxlength="2" /></td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00"><strong>Sat</strong>
        <input name="Carrot_Soup_Sat" type="text" id="Carrot_Soup_Sat" size="2" maxlength="2" /></td>
      <td height="24" colspan="3" bgcolor="#FFFF00">&nbsp;</td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="21" colspan="14" bgcolor="#FFFFFF"><div align="center"><img src="../graphics/composition_5_6_19_3.jpg" width="683" height="142" /></div></td>
    </tr>
    <tr align="left" bgcolor="#00FF99">
      <td height="46" colspan="14"><div align="center" class="style31"><span class="style39">Salads</span></div></td>
      </tr>
      <tr align="left" bgcolor="#FFFFFF">
        <td height="24" colspan="12" bgcolor="#FFFF00"><strong>Arugula Salad w/ Mandarin Oranges, Radishes, Slivered Almonds, Dried Cranberries, Avocado and Japanese Sunshine Dressing </strong>Fresh, bright,&quot; just picked&quot; local peak season organic arugula, embellished and enhanced by local organic  avocado,  radishes and more. With Japanese Sunshine dressing.</td>
        <td height="24" bgcolor="#FFFF00"><div align="center"><strong>Per Serving</strong></div></td>
        <td align="right" bgcolor="#FFFF00">15.95</td>
      </tr>
      <tr align="left" bgcolor="#FFFFFF">
        <td height="24" bgcolor="#FFFF00"><strong>Mon
          <input name="Arugula_Salad_Mon" type="text" id="Arugula_Salad_Mon" size="2" maxlength="2" />
        </strong></td>
        <td bgcolor="#FFFF00">&nbsp;</td>
        <td bgcolor="#FFFF00"><strong>Tues</strong>
          <input name="Arugula_Salad_Tues" type="text" id="Arugula_Salad_Tues" size="2" maxlength="2" /></td>
        <td bgcolor="#FFFF00">&nbsp;</td>
        <td bgcolor="#FFFF00">&nbsp;</td>
        <td bgcolor="#FFFF00">&nbsp;</td>
        <td bgcolor="#FFFF00">&nbsp;</td>
        <td bgcolor="#FFFF00">&nbsp;</td>
        <td bgcolor="#FFFF00">&nbsp;</td>
        <td bgcolor="#FFFF00">&nbsp;</td>
        <td bgcolor="#FFFF00">&nbsp;</td>
        <td height="24" colspan="3" bgcolor="#FFFF00">&nbsp;</td>
      </tr>
      <tr align="left" bgcolor="#FFFFFF">
        <td height="24" colspan="14">&nbsp;</td>
      </tr>
      <tr align="left" bgcolor="#FFFFFF">
        <td height="24" colspan="12" bgcolor="#FFFF00"><strong> Mixed Winter Greens Salad </strong>A beautiful array of new season salad greens greets us with lots of potential for beautiful, delicious salads that enhance immune function. Wirh radishes, sweet, delicate Japanese baby turnips, roasted hazelnuts, steamed eggs and spicy tofu crisps, w Sesame Ginger Dressing. <br />
        <em>Gluten Free/ Soy Free/ Dairy Free/ Vegan</em></td>
        <td height="24" bgcolor="#FFFF00"><div align="center"><strong>1-3 servings</strong></div></td>
        <td height="24" bgcolor="#FFFF00"><div align="right">15.95</div></td>
      </tr>
      <tr align="left" bgcolor="#FFFFFF">
        <td height="28" bgcolor="#FFFF00">&nbsp;</td>
        <td bgcolor="#FFFF00">&nbsp;</td>
        <td bgcolor="#FFFF00">&nbsp;</td>
        <td bgcolor="#FFFF00">&nbsp;</td>
        <td bgcolor="#FFFF00"><strong>Wed</strong>
          <input name="Greens_Salad_Wed" type="text" id="Greens_Salad_Wed" size="2" maxlength="2" /></td>
        <td bgcolor="#FFFF00">&nbsp;</td>
        <td bgcolor="#FFFF00"><strong>Thurs</strong>
          <input name="Greens_Salad_Thurs" type="text" id="Greens_Salad_Thurs" size="2" maxlength="2" /></td>
        <td bgcolor="#FFFF00">&nbsp;</td>
        <td bgcolor="#FFFF00">&nbsp;</td>
        <td bgcolor="#FFFF00">&nbsp;</td>
        <td bgcolor="#FFFF00">&nbsp;</td>
        <td height="28" colspan="3" bgcolor="#FFFF00">&nbsp;</td>
      </tr>
      <tr align="left" bgcolor="#FFFFFF">
        <td height="24" colspan="14">&nbsp;</td>
      </tr>
      <tr align="left" bgcolor="#FFFFFF">
        <td height="24" colspan="12" bgcolor="#FFFF00"><strong> Special Waldorf Salad w/ Apples, Celery and Walnuts </strong> The  classic Waldof salad, upgraded here to a delicious and interesting variation on its beloved original incarnation. This one incorporates new elements, like dried cranberries.Creamy housemade dressing with complex new flavor elements pulls it all together, for supper or a spirit lifting workday lunch.<br />
        <em>Gluten Free/ Soy Free/ Casein Free/ Vegan</em></td>
        <td align="center" bgcolor="#FFFF00"><strong>1-3 Servings</strong></td>
        <td align="right" bgcolor="#FFFF00">15.95</td>
      </tr>
      <tr align="left" bgcolor="#FFFFFF">
        <td height="24" bgcolor="#FFFF00">&nbsp;</td>
        <td bgcolor="#FFFF00">&nbsp;</td>
        <td bgcolor="#FFFF00">&nbsp;</td>
        <td bgcolor="#FFFF00">&nbsp;</td>
        <td bgcolor="#FFFF00">&nbsp;</td>
        <td bgcolor="#FFFF00">&nbsp;</td>
        <td bgcolor="#FFFF00">&nbsp;</td>
        <td bgcolor="#FFFF00">&nbsp;</td>
        <td bgcolor="#FFFF00"><strong>Fri</strong>
          <input name="Winter_Waldorf_Salad_Fri" type="text" id="Winter_Waldorf_Salad_Fri" size="2" maxlength="2" /></td>
        <td bgcolor="#FFFF00">&nbsp;</td>
        <td bgcolor="#FFFF00"><strong>Sat</strong>
          <input name="Winter_Waldorf_Salad_Sat" type="text" id="Winter_Waldorf_Salad_Sat" size="2" maxlength="2" /></td>
        <td height="24" colspan="3" bgcolor="#FFFF00">&nbsp;</td>
      </tr>
      <tr align="left" bgcolor="#FFFFFF">
        <td height="24" colspan="14">&nbsp;</td>
      </tr>
      <tr align="left" bgcolor="#FFFFFF">
        <td height="24" colspan="12" bgcolor="#FFFF00"><strong>Bio-Regional Salad</strong></span><strong> </strong>All the fruits and vegetables growing in the fields around us right now, blended into one fabulous, ultra fresh, vegan, raw dish: salad includes (look for surprises!)  Local Organic   Mandarin Oranges,  Local Organic Fuyu Persimmon, Local Organic Carrots,  Local Organic Pickled Beets.. <br />
          <em>Gluten Free/ Soy Free/ Dairy Free/ Egg Free/Vegan</em></td>
        <td height="24" bgcolor="#FFFF00"><div align="center"><strong>Per Serving</strong></div></td>
        <td align="right" bgcolor="#FFFF00"><span class="style24">15.95</span></td>
      </tr>
      <tr align="left" bgcolor="#FFFFFF">
        <td bgcolor="#FFFF00"><strong>Mon</strong>
          <input name="Bio_Regional_Salad_Mon" type="text" id="Bio_Regional_Salad_Mon" size="2" maxlength="2" /></td>
        <td bgcolor="#FFFF00">&nbsp;</td>
        <td bgcolor="#FFFF00"><strong>Tues</strong>
          <input name="Bio_Regional_Salad_Tues" type="text" id="Bio_Regional_Salad_Tues" size="2" maxlength="2" /></td>
        <td bgcolor="#FFFF00">&nbsp;</td>
        <td bgcolor="#FFFF00"><strong>Wed</strong>
          <input name="Bio_Regional_Salad_Wed" type="text" id="Bio_Regional_Salad_Wed" size="2" maxlength="2" /></td>
        <td bgcolor="#FFFF00">&nbsp;</td>
        <td bgcolor="#FFFF00"><strong>Thurs</strong>
          <input name="Bio_Regional_Salad_Thurs" type="text" id="Bio_Regional_Salad_Thurs" size="2" maxlength="2" /></td>
        <td bgcolor="#FFFF00">&nbsp;</td>
        <td bgcolor="#FFFF00"><strong>Fri</strong>
          <input name="Bio_Regional_Salad_Fri" type="text" id="Bio_Regional_Salad_Fri" size="2" maxlength="2" /></td>
        <td bgcolor="#FFFF00">&nbsp;</td>
        <td bgcolor="#FFFF00"><strong>Sat</strong>
          <input name="Bio_Regional_Salad_Sat" type="text" id="Bio_Regional_Salad_Sat" size="2" maxlength="2" /></td>
        <td height="24" colspan="3" bgcolor="#FFFF00">&nbsp;</td>
      </tr>
      <tr align="left" bgcolor="#FFFFFF">
      <td height="24" colspan="14"><img src="../graphics/combination-2.jpg" width="843" height="121" /></td>
      </tr>
     <tr align="left" bgcolor="#00FF99">
       <td height="44" colspan="14"><div align="center" class="style31"><strong><span class="style39">Entrees </span></strong><span class="style56 style26"><strong>(Vegetarian)</strong></span></div></td>
     </tr>
     <tr align="left" bgcolor="#FFFFFF">
       <td height="24" colspan="12" bgcolor="#FFFF00"><strong>Local Organic Torte de Blette</strong> &quot;Blette&quot; is French for swiss chard. This torte is the ideal way to work swiss chard into even your childrens' diet. A classic French/Italian two crust pie, with both sweet and savory components. Includes sweetened apples , almonds, lemon zest and free range egg. With a generous side of cashew date Persian Rice and Arugula Salad. <br />
       <em>Gluten Free/ Soy Free/ Dairy Free/ </em></td>
       <td align="center" bgcolor="#FFFF00"><strong>1-3 servings</strong></td>
       <td align="right" bgcolor="#FFFF00"><span class="style24">15.95</span></td>
     </tr>
     <tr align="left" bgcolor="#FFFFFF">
       <td height="24" bgcolor="#FFFF00"><strong>Mon</strong>
         <input name="Torte_de_Blette_Mon" type="text" id="Torte_de_Blette_Mon" size="2" maxlength="2" /></td>
       <td height="24" bgcolor="#FFFF00">&nbsp;</td>
       <td bgcolor="#FFFF00"><strong>Tues</strong>
         <input name="Torte_de_Blette_Tues" type="text" id="Torte_de_Blette_Tues" size="2" maxlength="2" /></td>
       <td bgcolor="#FFFF00">&nbsp;</td>
       <td bgcolor="#FFFF00">&nbsp;</td>
       <td bgcolor="#FFFF00">&nbsp;</td>
       <td bgcolor="#FFFF00">&nbsp;</td>
       <td bgcolor="#FFFF00">&nbsp;</td>
       <td bgcolor="#FFFF00">&nbsp;</td>
       <td bgcolor="#FFFF00">&nbsp;</td>
       <td bgcolor="#FFFF00">&nbsp;</td>
       <td height="24" colspan="3" bgcolor="#FFFF00">&nbsp;</td>
     </tr>
     <tr align="left" bgcolor="#FFFFFF">
       <td height="24" colspan="14" bgcolor="#FFFFFF">&nbsp;</td>
     </tr>
     <tr align="left" bgcolor="#FFFFFF">
       <td height="24" colspan="12" bgcolor="#FFFF00"><strong>Sweet Potato Hash  w/ Fried Egg, </strong> <strong>Mixed Winter Greens Salad and Sourdough Cheese Toast </strong>Sometimes we find a wonderful recipe, and then the season changes and we forget about it. This dish hasn't been on the radar for a while, but it's a genuine treasure. There's a bit of heat here, and a lot of rich flavor, The sweet potatoes are slightly crispy and sparkle with coconut oil, lime and some scallions, a bit of jalapeno and cilantro. <em>If you prefer this dish without jalapeno, let us know when you order. It will still be seriously delicious!</em><br />
         <em>Gluten/Dairy/Soy Free/Can Be Vegan</em></td>
       <td height="24" bgcolor="#FFFF00"><div align="center"><strong>1-3 servings</strong></div></td>
       <td height="24" bgcolor="#FFFF00"><div align="right">15.95</div></td>
     </tr>
     <tr align="left" bgcolor="#FFFFFF">
       <td height="24" bgcolor="#FFFF00">&nbsp;</td>
       <td height="24" bgcolor="#FFFF00">&nbsp;</td>
       <td bgcolor="#FFFF00">&nbsp;</td>
       <td bgcolor="#FFFF00">&nbsp;</td>
       <td bgcolor="#FFFF00"><strong>Wed</strong>
         <input name="Sweet_Potato_Hash_Wed" type="text" id="Sweet_Potato_Hash_Wed" size="2" maxlength="2" /></td>
       <td bgcolor="#FFFF00">&nbsp;</td>
       <td bgcolor="#FFFF00"><strong>Thurs</strong>
         <input name="Sweet_Potato_Hash_Thurs" type="text" id="Sweet_Potato_Hash_Thurs" size="2" maxlength="2" /></td>
       <td bgcolor="#FFFF00">&nbsp;</td>
       <td bgcolor="#FFFF00">&nbsp;</td>
       <td bgcolor="#FFFF00">&nbsp;</td>
       <td bgcolor="#FFFF00">&nbsp;</td>
       <td height="24" colspan="3" bgcolor="#FFFF00">&nbsp;</td>
     </tr>
     <tr align="left" bgcolor="#FFFFFF">
       <td height="24" colspan="14" bgcolor="#FFFFFF">&nbsp;</td>
     </tr>
     <tr align="left" bgcolor="#FFFFFF">
       <td height="24" colspan="12" bgcolor="#FFFF00"><strong>Leek Fritters and Green Herb Sauce  w/ Waldorf Salad and Applesauce Muffin </strong>Many traditional cultures make heavenly vegetable cakes or fritters. These leek fritters have Turkish antecedents. With a creamy Middle Eastern green herb sauce and a side of Waldorf Salad and an applesauce muffin. <br />
       <em>Gluten Free/ / Dairy Free/ </em></td>
       <td height="24" bgcolor="#FFFF00"><div align="center"><strong>1-3 servings<br />
       </strong></div></td>
       <td height="24" bgcolor="#FFFF00"><div align="right">16.95</div></td>
     </tr>
     <tr align="left" bgcolor="#FFFFFF">
       <td height="24" bgcolor="#FFFF00">&nbsp;</td>
       <td height="24" bgcolor="#FFFF00">&nbsp;</td>
       <td bgcolor="#FFFF00">&nbsp;</td>
       <td bgcolor="#FFFF00">&nbsp;</td>
       <td bgcolor="#FFFF00">&nbsp;</td>
       <td bgcolor="#FFFF00">&nbsp;</td>
       <td bgcolor="#FFFF00">&nbsp;</td>
       <td bgcolor="#FFFF00">&nbsp;</td>
       <td bgcolor="#FFFF00"><strong>Fri</strong>
         <input name="Leek_Fritters_Fri" type="text" id="Leek_Fritters_Fri" size="2" maxlength="2" /></td>
       <td bgcolor="#FFFF00">&nbsp;</td>
       <td bgcolor="#FFFF00"><strong>Sat</strong>
         <input name="Leek_Fritters_Sat" type="text" id="Leek_Fritters_Sat" size="2" maxlength="2" /></td>
       <td height="24" colspan="3" bgcolor="#FFFF00">&nbsp;</td>
     </tr>
     <tr align="left" bgcolor="#FFFFFF">
       <td height="24" colspan="14" bgcolor="#FFFFFF"><img src="../graphics/combination_3_a.jpg" width="733" height="162" /></td>
      </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="24" colspan="14" bgcolor="#00FF99"><div align="center" class="style31"><strong><span class="style39">Entrees</span></strong></div></td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="24" colspan="12" bgcolor="#FFFF00"><strong>Memphis Fish Fry w/ Potato Puree, House Tartar Sauce and Arugula Salad and Lemon Wedges</strong> In case you missed the revival of our old favorite recerntly, this one was very popular in the early days of the cafe. , with local catfish, fresh housemade tartar sauce and lush local organic  potato puree. Beautiful arugula salad side. <br />
      <em>Gluten Free/ Soy Free/ Dairy Free</em></td>
      <td height="24" bgcolor="#FFFF00"><div align="center"><strong>1-3 servings</strong></div></td>
      <td height="24" bgcolor="#FFFF00"><div align="right">17.95</div></td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="24" bgcolor="#FFFF00"><strong>Mon</strong>
        <input name="Memphis_Fish_Fry_Mon" type="text" id="Memphis_Fish_Fry_Mon" size="2" maxlength="2" /></td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00"><strong>Tues</strong>
        <input name="Memphis_Fish_Fry_Tues" type="text" id="Memphis_Fish_Fry_Tues" size="2" maxlength="2" /></td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td height="24" colspan="3" bgcolor="#FFFF00">&nbsp;</td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="20" colspan="14" align="center">&nbsp;</td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="24" colspan="12" bgcolor="#FFFF00"><strong>Pennsylvania Dutch Beef Stew w/ Winter Greens Salad</strong> A classic dish inherited from a grandmother who left her farmhouse childhood home to come West witha traveling windmill salesman in the late 1800's. She handed down her seriously wonderful culinary tradition, and this dish is a centerpiece. one has lots of local organic carrots, potatoes and onions. Especially prized when prepared, asd it is here, with grass fed beef, as well as  local organic carrots, potatoes and onions (Note: Grassfed beef contains CLA, an essential nutrient missing from the contemporary diet that is associated with weight loss, improved brain function and reduced risk of cancer. Grazing animals now carry the mantle of planet protectors, as research shows that their activity re-balances the earth's carbon absorbing capacity.) <br />
      <em>Gluten Free/ /Soy Free/ Dairy Free/</em></td>
      <td height="24" bgcolor="#FFFF00"><div align="center"><strong>1-3 servings</strong></div></td>
      <td height="24" bgcolor="#FFFF00"><div align="right">18.95</div></td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="24" bgcolor="#FFFF00">&nbsp;</td>
      <td height="24" bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00"><strong>Wed
        <input name="Beef_Stew_Wed" type="text" id="Beef_Stew_Wed" size="2" maxlength="2" />
      </strong></td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00"><strong>Thurs
          <input name="Beef_Stew_Thurs" type="text" id="Beef_Stew_Thurs" size="2" maxlength="2" />
      </strong></td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td height="24" colspan="3" bgcolor="#FFFF00">&nbsp;</td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="20" colspan="14" align="center">&nbsp;</td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="24" colspan="12" bgcolor="#FFFF00"><strong><span class="style73">Japanese Chicken Nanban w/ </span> Winter Waldorf Salad </strong>A classic and famous Japanese-American chicken dish with a wonderful dipping sauce. A fusion food with roots in post WWII Japan, the dish includes house tartar sauce, pickles, and crispy winter lettuces. With traditional local organic rice dish. Beware, this is a totally addictive flavor combo! Local organic pastured chicken from Fiery Ginger. Order early, Limited. <br />
      <em>Gluten Free/ Soy Free/ Dairy Free</em></td>
      <td height="24" bgcolor="#FFFF00"><div align="center"><strong>1-3 servings</strong></div></td>
      <td height="24" bgcolor="#FFFF00"><div align="right">18.95</div></td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="24" bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00"><strong>Fri</strong>
        <input name="Nanban_Fri" type="text" id="Nanban_Fri" size="2" maxlength="2" /></td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00"><strong>Sat</strong>
        <input name="Nanban_Sat" type="text" id="Nanban_Sat" size="2" maxlength="2" /></td>
      <td height="24" colspan="3" bgcolor="#FFFF00">&nbsp;</td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="20" colspan="14" align="center"><span class="center_image"><img src="../graphics/composition_5_6_19_1.jpg" alt="" width="500" height="164" /></span></td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="24" colspan="14" bgcolor="#00FF99"><div align="center" class="style31"><strong><span class="style39">Desserts</span></strong></div></td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="24" colspan="12" bgcolor="#FFFF00"><strong> Rich Custard w/ Raspberry Sauce and Coconut Cream </strong>This nourishing,  comforting custard   makes a nod to grandmothers of another era, topped with a flourish of rspberry puree and a bit of coconut cream. Simple, but not too sweet. </td>
      <td height="24" bgcolor="#FFFF00"><div align="center"><strong>Per Serving </strong></div></td>
      <td height="24" bgcolor="#FFFF00"><div align="right">5.50</div></td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="24" bgcolor="#FFFF00"><strong>Mon</strong>
        <input name="Custard_Mon" type="text" id="Custard_Mon" size="2" maxlength="2" /></td>
      <td height="24" bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00"><strong>Tues</strong>
      <input name="Custard_Tues" type="text" id="Custard_Tues" size="2" maxlength="2" /></td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td height="24" colspan="3" bgcolor="#FFFF00">&nbsp;</td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="20" colspan="14" align="center">&nbsp;</td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="24" colspan="12" bgcolor="#FFFF00"><strong>Local Organic Lemon Tart</strong> This simple tart provides a light, sweet note at the end of the meal. We never tire of the magical citrus that comes to us this time of year. </td>
      <td height="24" bgcolor="#FFFF00"><div align="center"><strong>Per Serving</strong></div></td>
      <td height="24" bgcolor="#FFFF00"><div align="right">5.95</div></td>
    </tr>
    <tr align="left" bgcolor="#FFFD1C">
      <td height="24">&nbsp;</td>
      <td height="24">&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td><strong>Wed</strong>
        <input name="Lemon_Tart_Wed" type="text" id="Lemon_Tart_Wed" size="2" maxlength="2" /></td>
      <td>&nbsp;</td>
      <td bgcolor="#FFFF00"><strong>Thurs</strong>
      <input name="Lemon_Tart_Thurs" type="text" id="Lemon_Tart_Thurs" size="2" maxlength="2" /></td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td height="24" colspan="3">&nbsp;</td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="24" colspan="14" align="center">&nbsp;</td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="24" colspan="12" bgcolor="#FFFF00"><strong> Applesauce Cake</strong> The dessert of many childhood memories. Made with luscious  local organic  Pink Lady apples and an old, old, family applesauce recipe. <br />
        <em>Gluten Free/ Dairy Free</em></td>
      <td height="24" bgcolor="#FFFF00"><div align="center"><strong>Per Serving</strong><br />
      </div></td>
      <td height="24" bgcolor="#FFFF00"><div align="right">5.95</div></td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="24" bgcolor="#FFFF00">&nbsp;</td>
      <td height="24" bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00"><strong>Fri</strong>
        <input name="Applesauce_Cake_Fri" type="text" id="Applesauce_Cake_Fri" size="2" maxlength="2" /></td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00"><strong>Sat
        <input name="Applesauce_Cake_Sat" type="text" id="Applesauce_Cake_Sat" size="2" maxlength="2" />
      </strong></td>
      <td height="24" colspan="3" bgcolor="#FFFF00">&nbsp;</td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="24" colspan="14" align="center"><a name="breakfastlunch" class="style39" id="breakfastlunch"></a></td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="25" colspan="14" bgcolor="#00FF99"><div align="center" class="style31"> <span class="style39"> Breakfast</span><span class="style39"><br />
      </span></div></td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="24" colspan="12" bgcolor="#FFFF00"><strong>Omelette w/ Caramelized Onion and Avocado Filling</strong> With a side of sourdough toast and new season housemade orange grapefruit marmalade <br /></td>
      <td align="center" bgcolor="#FFFF00"><strong>1-3 servings<br />
      </strong></td>
      <td align="right" bgcolor="#FFFF00">13.95</td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="24" bgcolor="#FFFF00">&nbsp;</td>
      <td height="24" bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00"><strong>Tues</strong>
        <input name="Omelette_Tues" type="text" id="Omelette_Tues" size="2" maxlength="2" /></td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00"><strong>Wed</strong>
        <input name="Omelette_Wed" type="text" id="Omelette_Wed" size="2" maxlength="2" /></td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00"><strong>Thurs</strong>
        <input name="Omelette_Thurs" type="text" id="Omelette_Thurs" size="2" maxlength="2" /></td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00"><strong>Fri</strong>
        <input name="Omelette_Fri" type="text" id="Omelette_Fri" size="2" maxlength="2" /></td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td height="24" colspan="3" bgcolor="#FFFF00">&nbsp;</td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="24" colspan="14" align="center">&nbsp;</td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="25" colspan="14" bgcolor="#00FF99"><div align="center" class="style31"> <span class="style39"> Sandwich du Jour</span><span class="style39"><br />
        Please order before 4 PM prior day, specify noon (best choice) or dinner pickup <br />
      </span></div></td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="24" colspan="12" bgcolor="#FFFF00"><strong>Vegan Sourdough Grilled  Cheese Sandwich </strong>A classic with a twist. Housemade vegan cheese and our newly developed gluten free sourdough! A truely deluxe, melty vegan cheese sando with heirloom tomatoes and sweet house pickles . Cheese contains cashews. Comes with a side salad du jour. </td>
      <td align="center" bgcolor="#FFFF00"><div align="center"><strong>Each</strong></div></td>
      <td align="right" bgcolor="#FFFF00">11.50</td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="24" bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00"><strong>Tues</strong>
        <input name="Cheese_Sandwich_Lunch_Tues" type="text" id="Cheese_Sandwich_Lunch_Tues" size="2" maxlength="2" /></td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00"><strong>Wed</strong>
        <input name="Cheese_Sandwich_Lunch_Wed" type="text" id="Cheese_Sandwich_Lunch_Wed" size="2" maxlength="2" /></td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00"><strong>Thurs</strong>
        <input name="Cheese_Sandwich_Lunch_Thurs" type="text" id="Cheese_Sandwich_Lunch_Thurs" size="2" maxlength="2" /></td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00"><strong>Fri</strong>
        <input name="Cheese_Sandwich_Lunch_Fri" type="text" id="Cheese_Sandwich_Lunch_Fri" size="2" maxlength="2" /></td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td bgcolor="#FFFF00">&nbsp;</td>
      <td height="24" colspan="3" bgcolor="#FFFF00">&nbsp;</td>
    </tr>
    <tr align="left" bgcolor="#FFFFFF">
      <td height="24" colspan="14" align="center">&nbsp;</td>
    </tr>
    <tr bgcolor="#FF0066">
      <td height="30" colspan="14"><strong><em>NOTE: All Fields Below MUST Be Completed Except &quot;Comments&quot;</em></strong></td>
    </tr>
    <tr>
      <td height="262" colspan="14" valign="top"><table width="734" border="1">
        <tr>
          <td width="211"><span class="style23">Name:</span></td>
          <td colspan="3"><span class="style23">
            <label>
            <input name="Name" type="text" id="Name" size="50" />
            </label>
          </span></td>
        </tr>
        <tr>
          <td><span class="style23">Address:</span></td>
          <td colspan="3"><span class="style23">
            <label>
            <input name="Address" type="text" id="Address" size="50" />
            </label>
          </span></td>
        </tr>
        <tr>
          <td><span class="style23">E-Mail:</span></td>
          <td colspan="3"><span class="style23">
            <label>
            <input name="E-Mail" type="text" id="E-Mail" size="50" />
            </label>
          </span></td>
        </tr>
        <tr>
          <td><span class="style23">Phone:</span></td>
          <td width="183"><span class="style23">
          <label>
              Area Code
              <input name="Area_Code" type="text" id="Area_Code" size="3" />
          </label>
          </span></td>
          <td width="183">Phone Number (No Spaces)</td>
          <td width="133" colspan="-3"><input name="Phone" type="text" id="Phone" size="7" /></td>
        </tr>
        <tr bgcolor="#00CC99">
          <td colspan="4">&nbsp;</td>
        </tr>
        <tr>
          <td><span class="style23">Comments (Not Required)</span></td>
          <td colspan="2"><span class="style23">
            <textarea name="Comments" cols="50" id="Comments"></textarea>
            </span></td>
          <td>&nbsp;</td>
        </tr>
        <tr>
          <td><input type="submit" name="submit" id="submit" value="Submit" /></td>
          <td colspan="3"><label>
            <input type="reset" name="reset" id="reset" value="Reset" />
          </label></td>
        </tr>
        <tr id="notForShow">
<td><input name="randomName" type="text" value="randomValue" tabindex="0" />
<td colspan="2"><input type="text" size="20" name="anotherRandomName" value="">
</tr>
      </table></td>
    </tr>
  </table>
    <p>&nbsp;</p>
</form>
<span class="style23">
<map name="Map" id="Map">
   <area shape="rect" coords="3,3,833,70" href="#" onclick="MM_goToURL('parent','http://www.farmerskitchencafe.com/submeals/4th_of_july_grocery_form.html');return document.MM_returnValue" />
</map>
</span>
</body>
</html>
 
Last edited:

New Threads

Latest posts

Buy us a coffee!

Back
Top Bottom