
function showMenubottom()
{
	document.write('<a href="code/menu-cafe.html">HOME</a>&nbsp;|&nbsp;');
	document.write('<a href="code/menu-bakery.html">Services</a>&nbsp;|&nbsp;');
	document.write('<a href="code/menu-hotbrea.html">Portfolio</a>&nbsp;|&nbsp;');
	document.write('<a href="code/menu-coldbreak.html">Partners</a>&nbsp;|&nbsp;');
	document.write('<a href="code/menu-soupsal.html">Contact</a>&nbsp;|&nbsp;');
	document.write('<a href="code/menu-sandwiches.html">ADG</a>&nbsp;|&nbsp;');
}
function showMenuinside()
{
	document.write('<a href="menu-cafe.html" class="menu" >coffee, espresso, drinks |</a>&nbsp;');
	document.write('<a href="menu-bakery.html" class="menu">bakery |</a>&nbsp;');
	document.write('<a href="menu-breakfast.html" class="menu">breakfast |</a>&nbsp;');
	document.write('<a href="menu-soupsal.html" class="menu">soups and salads |</a>&nbsp;');
	document.write('<a href="menu-sandwiches.html" class="menu">sandwiches |</a>&nbsp;');
	document.write('<a href="menu-cake.html" class="menu">cakes & cupcakes |</a>&nbsp;');
	document.write('<a href="../docs/MenuProCafe2-11.pdf" class="menu" target="_blank"><strong>menu</strong> (.pdf)</a>');
	
}



function showFooter()
{
	document.write(' <span class=footer>&copy; 2007. Caf&eacute; Moxo -  411 East Adams Street -  Springfield, IL 62701 - Tel: (217) 788.8084  Fax: (217) 788.8086</span>');
}

function showMenuIN()
{
	document.write('<a href="../index.html" class="red">HOME</a> &nbsp; &nbsp;');
	document.write('<a href="menu-cafe.html" class="red">MENU</a> &nbsp; &nbsp;');
	document.write('<a href="catering.html" class="red">CATERING</a> &nbsp; &nbsp;');
	document.write('<a href="events.html" class="red">PRIVATE EVENTS</a> &nbsp; &nbsp;');
	
	document.write('<a href="about-us.html" class="red">ABOUT MOXO</a> &nbsp; &nbsp;');
	document.write('<a href="contact.html" class="red">CONTACT</a>');
}
function showMenuhome()
{
	document.write('<a href="#" class="red">HOME</a> &nbsp; &nbsp;');
	document.write('<a href="code/menu-cafe.html" class="red">MENU</a> &nbsp; &nbsp;');
	document.write('<a href="code/catering.html" class="red">CATERING</a> &nbsp; &nbsp;');
	document.write('<a href="code/events.html" class="red">PRIVATE EVENTS</a> &nbsp; &nbsp;');
	
	document.write('<a href="code/about-us.html" class="red">ABOUT MOXO</a> &nbsp; &nbsp;');
	document.write('<a href="code/contact.html" class="red">CONTACT</a>');
}
