/*
Fruit Loop Menu "client side include"
- Be careful to edit only the HTML that sits inside of the '' quote marks
- If you need to use a ' (single quote character) inside the document.write tag, 
  be sure to use the code equivalent which is &#39;
*/
// start table code
document.write('<table cellpadding="0" cellspacing="0" border="0" width="650" bgcolor="#717b52">');
document.write('<tr>');
document.write('<td valign="top" bgcolor="#474d35">');
document.write('<img src="images/divider.gif" width="650" height="1" alt="*" border="0"><br>');
document.write('<ul id="nav" class="menus" style="padding: 0; margin: 0;">');
// Menu code begins here
// Home
document.write('<li class="firstMenuheader">');
document.write('<a href="/index.html">Home</a>');
document.write('<!-- Since this is the Home link, there&#39;s no sublist here  -->');
document.write('</li>');
// Things to See & Do
document.write('<li class="menuheader">');
document.write('<a href="/things/locations.html">Things to See &amp; Do</a>');
document.write('<ul class="sublist">');
document.write('<li><a href="/things/locations.html">Fruit Loop Locations</a><br>');
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>');
document.write('<li><a href="/things/stands.html">Fruit Loop Members</a><br>');
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>');
document.write('<li><a href="/things/wineries.html">Wineries</a><br>');
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>');
document.write('<li><a href="/things/attractions.html">Area Attractions</a><br>');
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>');
document.write('<li><a href="/things/shop.html">Unique Places to Shop</a><br>');
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>');
document.write('<li><a href="/things/eat.html">Great Places to Eat</a><br>');
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>');
document.write('<li><a href="/things/stay.html">Places to Stay</a><br>');
/* document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>');
document.write('<li><a href="/things/weddings.html">Weddings</a><br>'); */
/* document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>'); 
document.write('<li><a href="/things/services.html">Services</a><br>');*/
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>');
document.write('</ul>');
document.write('</li>');
// Calendar
document.write('<li class="menuheader">');
document.write('<a href="/calendar/calendar.html">Events Calendar</a>');
document.write('<ul class="sublist">');
/*document.write('<li><a href="/calendar/calendar.html">Calendar</a><br>');
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>');
document.write('<li><a href="/calendar/celebrations.html">Special Celebrations</a><br>');
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>'); */
document.write('<li><a href="/calendar/harvest.html">Harvest Seasons</a><br>');
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>');
document.write('<li><a href="/calendar/april.html">April</a><br>');
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>');
document.write('<li><a href="/calendar/may.html">May</a><br>');
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>');
document.write('<li><a href="/calendar/june.html">June</a><br>');
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>');
document.write('<li><a href="/calendar/july.html">July</a><br>');
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>');
document.write('<li><a href="/calendar/august.html">August</a><br>');
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>');
document.write('<li><a href="/calendar/september.html">September</a><br>');
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>');
document.write('<li><a href="/calendar/october.html">October</a><br>');
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>');
document.write('<li><a href="/calendar/november.html">November</a><br>');
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>');
document.write('<li><a href="/calendar/december.html">December</a><br>');
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>');
document.write('</ul>');
document.write('</li>');
// Special Celebrations
document.write('<li class="menuheader">');
document.write('<a href="/calendar/celebrations.html">Special Celebrations</a>');
document.write('<ul class="sublist">');
document.write('<li><a href="/calendar/wine.html">Hood River County Fruit Loop Wine Celebration</a><br>');
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>');
document.write('<li><a href="/calendar/cherry.html">Hood River County Fruit Loop Cherry Celebration</a><br>');
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>');
document.write('<li><a href="/calendar/apple.html">Hood River County Fruit Loop Gravenstein Apple Celebration</a><br>');
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>');
document.write('<li><a href="/calendar/pear.html">Hood River County Fruit Loop Pear Celebration</a><br>');
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>');
document.write('<li><a href="/calendar/heirloom.html">Hood River County Fruit Loop Heirloom Apple Celebration</a><br>');
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>');
document.write('</ul>');
document.write('</li>');
// Gifts by mail
document.write('<li class="menuheader"><a href="/gifts/index.html">Gifts by Mail</a>');
document.write('<!-- uncomment here if you want to add a sublist');
document.write('<ul class="sublist">');
document.write('<li><a href="">Item One</a><br>');
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>');
document.write('<li><a href="">Item Two</a><br>');
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>');
document.write('<li><a href="">Item Three</a><br>');
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>');
document.write('</ul>');
document.write('--> ');
document.write('</li>');
// Information
document.write('<li class="menuheader"><a href="/info/index.html">Information</a>');
document.write('<ul class="sublist">');
document.write('<li><a href="/info/history.html">Fruit Loop History</a><br>');
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>');
document.write('<li><a href="/things/locations.html">Fruit Loop Map </a><br>');
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>');
document.write('<li><a href="/recipes/index.html">Recipes</a><br>');
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>');
document.write('<li><a href="/info/news.html">News</a><br>');
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>');
document.write('<li><a href="/info/travel.html">Travel Hints and FAQ</a><br>');
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>');
document.write('<li><a href="/info/pr_photos.html">PR Photos</a><br>');
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>'); 
document.write('</ul>');
document.write('</li>');
// Contact us
document.write('<li class="menuheader"><a href="/contact/index.html">Contact Us</a>');
document.write('<!-- uncomment here if you want to add a sublist');
document.write('<ul class="sublist">');
document.write('<li><a href="">Item One</a><br>');
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>');
document.write('<li><a href="">Item Two</a><br>');
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>');
document.write('<li><a href="">Item Three</a><br>');
document.write('<img src="images/blank.gif" width="1" height="6" alt="*" border="0"><br></li>');
document.write('</ul>');
document.write('-->');
document.write('</li>');

document.write('</ul>');
document.write('<img src="images/divider.gif" width="650" height="1" alt="*" border="0"><br>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
