// javascript file for virtual menu
// update this document only to make changes
// created by Garret P. Vreeland, array design studio
// date of change ... 12.1.99

function printVirtualMenu(){
	document.write('<DIV ALIGN="CENTER">');
	document.write('<FONT FACE="geneva, arial, helvetica" SIZE="1">');
	document.write('<A href="home.html">Home</A> | <A href="tibetan.html">Tibetan</A> | <A href="navajo.html">Navajo</A> | <A href="oaxaca.html">Oaxacan</A> | <A href="furniture.html">Furniture</A> | <A href="showroom.html">Showroom</A> | <A href="mailto:madridtext@aol.com">Mail</A>');
	document.write('</FONT>');
	document.write('</DIV>');
}
