
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}




function buildMenu()
{
document.write("<table align=\"center\" width=\"900\" class=\"header\">");
document.write("<tr>");
document.write("<td align=\"center\" >");
document.write("<img name=\"header\" src=\"assets/header.jpg\"  border=\"0\" id=\"header\" />");
document.write("<table class=\"btnav\"  width = \"725\" >");
document.write("	<tr >");
document.write("		<td class=\"btnav\" valign=\"center\" align=\"center\" onmouseover=\"style.backgroundColor='#000000';\" onmouseout=\"style.backgroundColor='#CCCCCC'\"> <a href=\"index.html\" >Home</a>");
document.write("		</td>");
document.write("<td>&nbsp;&nbsp;</td>");
document.write("		<td class=\"btnav\"  valign=\"center\" align=\"center\" onmouseover=\"style.backgroundColor='#000000';\" onmouseout=\"style.backgroundColor='#CCCCCC'\"> ");
document.write("			<a href=\"wineClub.html\" >Wine Club</a>");
document.write("		</td>");
document.write("<td>&nbsp;&nbsp;</td>");
document.write("		<td class=\"btnav\" valign=\"center\" align=\"center\" onmouseover=\"style.backgroundColor='#000000';\" onmouseout=\"style.backgroundColor='#CCCCCC'\"> ");
document.write("		<a href=\"events.html\"  >Events</a>");
document.write("		</td>");
document.write("<td>&nbsp;&nbsp;</td>");
document.write("		<td class=\"btnav\" valign=\"center\" align=\"center\" onmouseover=\"style.backgroundColor='#000000';\" onmouseout=\"style.backgroundColor='#CCCCCC'\"> ");
document.write("			<a href=\"contactUs.html\" >Contact Us</a>");
document.write("		</td>");
document.write("<td>&nbsp;&nbsp;</td>");
document.write("		<td class=\"btnav\" valign=\"center\" align=\"center\" onmouseover=\"style.backgroundColor='#000000';\" onmouseout=\"style.backgroundColor='#CCCCCC'\"> ");
document.write("			<a href=\"specials.php\" >Wine Specials</a>");
document.write("		</td>");
//document.write("		<td class=\"btnav\" valign=\"center\" align=\"center\" onmouseover=\"style.backgroundColor='#000000';\" onmouseout=\"style.backgroundColor='#CCCCCC'\"> ");
//document.write("			<a href=\"blog/index.php\" >Blog</a>");
//document.write("		</td>");
document.write("		<td class=\"btnav\" valign=\"top\" align=\"center\" onmouseover=\"style.backgroundColor='#000000';\" onmouseout=\"style.backgroundColor='#CCCCCC'\"> ");
document.write("<form name=\"form1\" id=\"form1\" >");
document.write("  <select name=\"menu1\" onchange=\"MM_jumpMenu('parent',this,0)\" >");
document.write("    <option value=\"index.html\" selected=\"selected\">More Links</option>");
document.write("    <option value=\"wineAndFood.html\">Wine &amp; Food</option>");
document.write("    <option value=\"wineCatalog.html\">Learn about Wine</option>");
document.write("    <option value=\"wineTasting.html\">Private Tastings</option>");
document.write("    <option value=\"partners.html\">Partners</option>");
document.write("	<option value=\"owner.html\">Meet the Owner</option>");
document.write("	<option value=\"directions.html\">Directions</option>");
document.write("	<option value=\"beyond.html\">BEYOND Room</option>");
document.write("    <option value=\"giftBoxes.html\">Gift Boxes</option>");
document.write("  </select>");
document.write("</form>");
document.write("</td>");

document.write(" 	</tr>");
document.write("</table>");
document.write("</td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td  class=\"main\">");


}
/*
function buildMenuSave()
{
document.write("<table align=\"center\" width=\"900\" class=\"header\">");
document.write("<tr>");
document.write("<td align=\"center\" >");
document.write("<img name=\"sliceTest7\" src=\"sliceTest7.jpg\"  border=\"0\" id=\"sliceTest7\" alt=\"\" />");
document.write("<table class=\"btnav\" >");
document.write("	<tr>");
document.write("		<td class=\"btnav\" valign=\"center\" align=\"center\" onmouseover=\"style.backgroundColor='#000000';\" onmouseout=\"style.backgroundColor='#CCCCCC'\"> <a href=\"index.html\" >&nbsp;&nbsp;HOME&nbsp;&nbsp;</a>");
document.write("		</td>");
document.write("		<td class=\"btnav\"  valign=\"center\" align=\"center\" onmouseover=\"style.backgroundColor='#000000';\" onmouseout=\"style.backgroundColor='#CCCCCC'\"> ");
document.write("			<a href=\"wineClub.html\" >&nbsp;&nbsp;WINE CLUB&nbsp;&nbsp;</a>");
document.write("		</td>");
document.write("		<td class=\"btnav\" valign=\"center\" align=\"center\" onmouseover=\"style.backgroundColor='#000000';\" onmouseout=\"style.backgroundColor='#CCCCCC'\"> ");
document.write("			<a href=\"events.html\" >&nbsp;&nbsp;EVENTS&nbsp;&nbsp;</a>");
document.write("		</td>");
document.write("		<td class=\"btnav\" valign=\"center\" align=\"center\" onmouseover=\"style.backgroundColor='#000000';\" onmouseout=\"style.backgroundColor='#CCCCCC'\"> ");
document.write("			<a href=\"contactUs.html\" >&nbsp;&nbsp;CONTACT US&nbsp;&nbsp;</a>");
document.write("		</td>");
document.write("		<td class=\"btnav\" valign=\"center\" align=\"center\" onmouseover=\"style.backgroundColor='#000000';\" onmouseout=\"style.backgroundColor='#CCCCCC'\"> ");
document.write("			<a href=\"index.html\" >&nbsp;&nbsp;MEET THE OWNER&nbsp;&nbsp;</a>");
document.write("		</td>");
document.write("        <td class=\"btnav\" valign=\"center\" align=\"center\" onmouseover=\"style.backgroundColor='#000000';\" onmouseout=\"style.backgroundColor='#CCCCCC'\"><form name=\"jump\">");
document.write("<select name=\"menu\">");
document.write("<option value=\"index.html\">More Links</option>");
document.write("<option value=\"wineAndFood.html\">Wine &amp; Food</option>");
document.write("<option value=\"wineInfo.html\">Wine Info</option>");
document.write("<option value=\"privateTasting.html\">Private Tastings</option>");
document.write("</select>");
document.write("<input type=\"button\" onClick=\"location=document.getElementByID(\"jump.menu.options[document.jump.menu.selectedIndex]\").value;\" value=\"GO\">");
document.write("</form>");
document.write("		</td>");
document.write(" 	</tr>");
document.write("</table>");
document.write("</td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td  class=\"main\">");


}
*/


function buildFooter()
{
document.write("</td>");
document.write("</tr>");
document.write("</table>");
	
	
}
