<!--
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 Brenda Braswell Photograph",
    							"Summer Afternoon on Elgin Road",
                                "Overlooking Star Valley, Wyoming",
								"Church at Rancho de Taos, NM",
                                "Grain Fields of Star Valley, WY",
								"Fall Sycamore in Gardner Canyon",
                                "Autumn Comes to Sonoita",
								"Sonoita Sunset");

    var url = new makeArray("",
                            "braswell7.html",
                            "braswell1.html",
                            "braswell2.html",
                            "braswell3.html",
                            "braswell4.html",
                            "braswell5.html",
                            "braswell6.html");
//-->

