<!--
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 Margaret Stanton Murray Photograph",
                                "Protea Thistle",
								"Orange Azalea",
								"Bronze Cymbidium I",
								"Yellow Cymbidium",
								"Who Me ?",
								"Red Violet Phaleanopsis",
								"Silky Lady",
								"Swooping Phalaenopsis",
								"Chinese Opera Iris",
								"Green Red Thistle",
								"Orange Thistle",
								"Orange Tulips",
								"Pink Ruffles",
								"Yellow Tulips III",
								"Yellow Tulips II",
								"Purple Iris",
								"Purple Tulips",
								"Bronze Cymbidium II",
								"Yellow Tulips I",
								"Bronze Cymbidium III",
								"Purple Iris",
								"Pink Tulips",
								"Yellow Tulips IV",
								"Duet 2003",
								"Lilies in Blue"
								);

    var url = new makeArray("",
                            "Murray1.html",
                            "Murray2.html",
                            "Murray3.html",
                            "Murray19.html",
                            "Murray18.html",
                            "Murray15.html",
                            "Murray16.html",
                            "Murray17.html",
                            "Murray6.html",
                            "Murray7.html",
                            "Murray8.html",
                            "Murray9.html",
                            "Murray10.html",
                            "Murray22.html",
                            "Murray21.html",
                            "Murray13.html",
                            "Murray14.html",
                            "Murray4.html",
                            "Murray20.html",
                            "Murray5.html",
                            "Murray12.html",
                            "Murray11.html",
                            "Murray23.html",
                            "Murray24.html",
                            "Murray25.html");
//-->
