<!--
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;
  }
    
    var pages = new makeArray("Select Another Pottery Region",
                                "Hopi Pottery",
"Rio Grande Pueblo Pottery",
"Other New Mexico Pueblo Pottery &nbsp; &nbsp; &nbsp; &nbsp;",
"Navajo Pottery");

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

