<!--
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 Oil Painting",
    							"Lightning and Rain",
    							"It is Finished with Beauty",
    							"Earth and Sun",
    							"Black Fire",
                                "Home of White Shell Woman",
                                "Dawn Boy\'s Song",
    							"Dragonflies Whisper",
    							"The Song Will Protect Me",
    							"White at Dawn",
    							"The Path to Energy",
    							"Blanket Design",
                                "Hunters Meditate on Goat",
                                "Corn with the Sun",
                                "Voices of the Old",
                                "Rainbow with Earth and Sky"
                                );

    var url = new makeArray("",
                            "Oils1.html",
                            "Oils2.html",
                            "Oils3.html",
                            "Oils4.html",
                            "Oils5.html",
                            "Oils6.html",
                            "Oils7.html",
                            "Oils8.html",
                            "Oils9.html",
                            "Oils10.html",
                            "Oils11.html",
                            "Oils12.html",
                            "Oils13.html",
                            "Oils14.html",
                            "Oils15.html"
                            );
//-->

