<!--
function goPage(form) {
    i = form.menu.selectedIndex;
    if (i != 0) {
    window.location.href = url[i];
    }
 }
 function makeArray()   {
    var args = makeArray.arguments ;
    for (var i = 0; i < args.length; i++)  {
    this[i] = args[i] ;
    }
    this.length = args.length;
  }
  function goPage2(form) {
    i = form.menu.selectedIndex;
    if (i != 0) {
    window.location.href = url2[i];
    }
 }  
   
var pages = new makeArray("Select Another Western Pueblo Potter",
"Acoma: Wanda Aragon",
"Acoma: Barbara and Joseph Cerno",
"Acoma: Grace Chino",
"Acoma: Carolyn Concho",
"Acoma: Rachel Concho",
"Acoma: Jackie Shutiva Histia",
"Acoma: Diane Lewis",
"Acoma: Judy Lewis",
"Acoma: Sharon Lewis",
"Acoma: Rebecca Lucario",
"Acoma: Rita Malie",
"Acoma: Douglas Patricio",
"Acoma: Myron Patricio",
"Acoma: Robert Patricio",
"Laguna: Gladys Paquin",
" " );
var url = new makeArray("",
"WandaA.html",
"BCerno.html",
"GChino.html",
"CarConcho.html",
"RConcho.html",
"JackieHistia.html",
"DiLewis.html",
"JLewis.html",
"ShLewis.html",
"Lucario.html",
"RMalie.html",
"DPatricio.html",
"MPatricio.html",
"RPatricio.html",
"GPaquin.html",
" ");var pages2 = new makeArray("Select Another Pottery Style",
                                "Hopi Pottery",
                                "Rio Grande Pueblo Pottery",
                                "Other New Mexico Pueblo Pottery",
                                "Navajo Pottery");

    var url2 = new makeArray("",
                            "../Hopi.html",
                            "../RioG.html",
							"../OtherNM.html",
							"../Navajo.html");
       
 //-->
