<!--
graphic1NAV001 = new Image()
graphic1NAV001.src = '/images/navigation/recipes-button-lo.gif';
graphic2NAV001 = new Image()
graphic2NAV001.src = '/images/navigation/recipes-button-hi.gif';
graphic1NAV001a = new Image()
graphic1NAV001a.src = '/images/navigation/poetry-button-lo.gif';
graphic2NAV001a = new Image()
graphic2NAV001a.src = '/images/navigation/poetry-button-hi.gif';
graphic1NAV002 = new Image()
graphic1NAV002.src = '/images/navigation/taqueria-button-lo.gif';
graphic2NAV002 = new Image()
graphic2NAV002.src = '/images/navigation/taqueria-button-hi.gif';
graphic1NAV003 = new Image()
graphic1NAV003.src = '/images/navigation/about-button-lo.gif';
graphic2NAV003 = new Image()
graphic2NAV003.src = '/images/navigation/about-button-hi.gif';
graphic1NAV004 = new Image()
graphic1NAV004.src = '/images/navigation/play-button-lo.gif';
graphic2NAV004 = new Image()
graphic2NAV004.src = '/images/navigation/play-button-hi.gif';
graphic1NAV005 = new Image()
graphic1NAV005.src = '/images/navigation/order-button-lo.gif';
graphic2NAV005 = new Image()
graphic2NAV005.src = '/images/navigation/order-button-hi.gif';
graphic1NAV006 = new Image()
graphic1NAV006.src = '/images/navigation/contact-button-lo.gif';
graphic2NAV006 = new Image()
graphic2NAV006.src = '/images/navigation/contact-button-hi.gif';
graphic1NAV007 = new Image()
graphic1NAV007.src = '/images/navigation/g-s-button-lo.gif';
graphic2NAV007 = new Image()
graphic2NAV007.src = '/images/navigation/g-s-button-hi.gif';

function rollOut(name) {
	if (name == 'NAV001') {
		document.NAV001.src=graphic1NAV001.src;
	} else if (name == 'NAV001a') {
		document.NAV001a.src=graphic1NAV001a.src;
	} else if (name == 'NAV002') {
		document.NAV002.src=graphic1NAV002.src;
	} else if (name == 'NAV003') {
		document.NAV003.src=graphic1NAV003.src;
	} else if (name == 'NAV004') {
		document.NAV004.src=graphic1NAV004.src;
	} else if (name == 'NAV005') {
		document.NAV005.src=graphic1NAV005.src;
	} else if (name == 'NAV006') {
		document.NAV006.src=graphic1NAV006.src;
	} else if (name == 'NAV007') {
		document.NAV007.src=graphic1NAV007.src;
	}
}
function rollOver(name) {
	if (name == 'NAV001') {
		document.NAV001.src=graphic2NAV001.src;
	} else if (name == 'NAV001a') {
		document.NAV001a.src=graphic2NAV001a.src;
	} else if (name == 'NAV002') {
		document.NAV002.src=graphic2NAV002.src;
	} else if (name == 'NAV003') {
		document.NAV003.src=graphic2NAV003.src;
	} else if (name == 'NAV004') {
		document.NAV004.src=graphic2NAV004.src;
	} else if (name == 'NAV005') {
		document.NAV005.src=graphic2NAV005.src;
	} else if (name == 'NAV006') {
		document.NAV006.src=graphic2NAV006.src;
	} else if (name == 'NAV007') {
		document.NAV007.src=graphic2NAV007.src;
	}
}
//-->

