<!--
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 Bill Moomey Sculpture",
                                "Ready to Go",
                                "Testing the Wind",
                                "The Chase",
								"Threatened");

    var url = new makeArray("",
                            "moomey1.html",
                            "moomey2.html",
                            "moomey4.html",
                            "moomey3.html");
//-->

