var menu = ''
	menu += '<table width="428" height="21" border="0" cellpadding="0" cellspacing="0" align="left">'
	menu += '<tr background="graphics/navBar_07.gif">'
	menu += '<td><img src="graphics/navBar_01.gif" width="20" height="23" alt="Beef Jerky, Pork Jerky, Dried Fruits"></td>'
	menu += '<td><a href="index.html"><img src="graphics/home.gif" width="99" height="23" border="0" alt="Prime Cut Beef Jerky Factory Direct Home"></a></td>'
	menu += '<td><a href="jerkystore.html"><img src="graphics/jerkystore.gif" width="96" height="23" border="0" alt="Jerky Store"></a></td>'
	menu += '<td><a href="contactus.html"><img src="graphics/contact.gif" width="94" height="23" alt="Prime Cut Beef Jerky" border="0"></a></td>'
	menu += '<td><a href="faq.html"><img src="graphics/jerkyFAQ.gif" width="94" height="23" alt="Jerky Questions?" border="0"></a></td>'
	menu += '<td><img src="graphics/navBar_02.gif" width="26" height="23" alt="Prime Cute Beef Jerky"></td>'
	menu += '</tr></table>'
document.write(menu)
