<!--
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 an Other Imagery Pastel",
    							"Rain and Corn at Harvest",
    							"A Blessing Way",
    							"Earth's Womb",
    							"Night Prayer",
                                "Rain in the Four Sacred Mountains",
                                "A Hunter\'s Hand",
                                "The First Snowfall",
                                "A New Beginning II",
                                "The Sun's Energy",
                                "A New Beginning",
                                "Skyscape in the Four Corners",
                                "Dragonflies in Red Rain",
                                "The People Emerge",
                                "Autumn Storm",
                                "Praying at Dawn",
                                "Turquoise Mountains II",
                                "Harmonius New Moon",
                                "Yellow Sisters",
                                "Sun on Turquoise Rain",
                                "Complete Journey in Yellow",
                                "Fire in the Night",
                                "Emerging in Water",
                                "Rain Clouds",
                                "Thunder Clouds",
                                "Turquoise Corn and Rain Cloud",
                                "Female Rain at Four Sacred Mountains",
                                "Male Rain at Four Sacred Mountains",
                                "Female Rain and Stars at Four Sacred Mountains"
                                );

    var url = new makeArray("",
                            "Other1.html",
                            "Other13.html",
                            "Other14.html",
                            "Other15.html",
                            "Other16.html",
                            "Other6.html",
                            "Other17.html",
                            "Other10.html",
                            "Other11.html",
                            "Other12.html",
                            "Other18.html",
                            "Other19.html",
                            "Other20.html",
                            "Other21.html",
                            "Other22.html",
                            "Other23.html",
                            "Other24.html",
                            "Other25.html",
                            "Other26.html",
                            "Other27.html",
                            "Other28.html",
                            "Other29.html",
                            "Other30.html",
                            "Other31.html",
                            "Other32.html",
                            "Other33.html",
                            "Other34.html",
                            "Other35.html");
//-->

