<!--
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 a Gourd ",
    							"Red Gourd with Pine Needle Trim",
    							"Gourd with Hummingbird",
    							"Gourd with Silver Feather",
    							"Spiral Dipper with Grey Hummingbird",
    							"Santa Fe Painted Gourd",
    							"Blue Quail Family",
    							"Grey Quail Family",
    							"Gourd Dipper with Turtles",
    							"Zebra Painted Gourd",
    							"Gourd Coral Snake",
    							"Turtle Painted Gourd",
    							"Gourd Bird House",
    							"Gourd Bird Feeder",
    							"Painted Gourd with Wave Pattern",
    							"Painted Gourd with Zig-Zag Pattern",
    							"Tall Painted Gourd with Hawk Feather",
    							"Black Painted Gourd Bowl",
    							"Black Painted Gourd Vase",
    							"Painted Gourd Bowl, Flower Pattern",
    							"Gourd Ladle with blue hummingbird",
    							"Gourd Ladle with grey quail",
    							"Gourd Ladle with green snake",
    							"Gourd Ladle with Indian Girl",
    							"Gourd with Eagle",
    							"Large copper gourd with pine needle rim",
    							"Gourd with green geckos",
    							"Gourd with geometric pattern",
    							"Gourd with Navajo children",
    							"Gourd with leaves and face",
    							"Gourd with peacock feather pattern",
    							"Gourd rattlesnake",
    							"Arizona Black Snake gourd");

    var url = new makeArray("",
    							"BTaylor1.html",
    							"BTaylor3.html",
   								 "BTaylor7.html",
    							"BTaylor8.html",
    							"BTaylor11.html",
   								 "BTaylor10.html",
    							"BTaylor12.html",
   								 "BTaylor21.html",
    							"BTaylor17.html",
   								 "BTaylor22.html",
   								 "BTaylor26.html",
   								 "BTaylor23.html",
   								 "BTaylor18.html",
   								 "BTaylor13.html",
   								 "BTaylor14.html",
   								 "BTaylor15.html",
   								 "BTaylor16.html",
   								 "BTaylor19.html",
   								 "BTaylor20.html",
   								 "BTaylor28.html",
   								 "BTaylor29.html",
   								 "BTaylor30.html",
   								 "BTaylor31.html",
   								 "BTaylor33.html",
   								 "BTaylor34.html",
   								 "BTaylor35.html",
   								 "BTaylor36.html",
   								 "BTaylor38.html",
   								 "BTaylor40.html",
   								 "BTaylor41.html",
   								 "BTaylor43.html",
   								 "BTaylor44.html");
//-->

