
<!-- Hide from JavaScript-Impaired Browsers
function jumpPage(form) {
    i = form.SelectMenu.selectedIndex;
    if (i == 0) return;
    window.location.href = url[i+1];
    }
 function MakeArray()
    {
    this.length = MakeArray.arguments.length
    for (var i = 0; i < this.length; i++)
    this[i+1] = MakeArray.arguments[i]
    }
    
    var siteopt = new MakeArray("Select Another Index",
                                "Cultural Resources",
                                "History Resources",
                                "Archaeology Resources",
                                "College Resources",
                                "K-12 Resources",
                                "Student Resources",
                                "Teacher's Resources",
                                "Education Related Resources",
                                "Native American Artists",
                                "Commercial Galleries",
                                "Other Art Related Resources",
                                "Bibliography Resources",
                                "Book Resources",
                                "Electronic Text Resources",
                                "Indigenous Knowledge Resources",
                                "Indigenous Language Resources",
                                "Museum Resources",
                                "Music Resources",
                                "Non-Profit Resources",
                                "Native American Organizations",
                                "Government Resources",
                                "Health Resources",
                                "Legal Resources",
                                "Media Resources",
                                "Video Resources",
                                "Indigenous Nations",
                                "Activist Resources",
                                "Commercial Resources",
                                "Gaming Resources",
                                "Genealogy Resources",
                                "Home Pages",
                                "Movie Resources",
                                "Other Resources",
                                "Book & Poster Store",
                                "iTunes Shop",
                                "Webmaster's Blog",
                                "WWW Virtual Libraries");

    var url = new MakeArray("",
                            "/NAresources/indices/NAculture.html",
                            "/NAresources/indices/NAhistory.html",
                            "/NAresources/indices/NAarch.html",
                            "/NAresources/indices/NAcollege.html",
                            "/NAresources/indices/NAk12.html",
                            "/NAresources/indices/NAstudent.html",
                            "/NAresources/indices/NAteach.html",
                            "/NAresources/indices/NAedrelated.html",
                            "/NAresources/indices/NAartists.html",
                            "/NAresources/indices/NAgallery.html",
                            "/NAresources/indices/NAaexhibit.html",
                            "/NAresources/indices/NAbib.html",
                            "/NAresources/indices/NAbooks.html",
                            "/NAresources/indices/NAetext.html",
                            "/NAresources/indices/NAknowledge.html",
                            "/NAresources/indices/NAlanguage.html",
                            "/NAresources/indices/NAmuseums.html",
                            "/NAresources/indices/NAmusic.html",
                            "/NAresources/indices/NAnonprof.html",
                            "/NAresources/indices/NAorg.html",
                            "/NAresources/indices/NAgov.html",
                            "/NAresources/indices/NAhealth.html",
                            "/NAresources/indices/NAlegal.html",
                            "/NAresources/indices/NAmedia.html",
                            "/NAresources/indices/NAvideo.html",
                            "/NAresources/indices/NAnations.html",
                            "/NAresources/indices/NAactivist.html",
                            "/NAresources/indices/NAcommercial.html",
                            "/NAresources/indices/NAgaming.html",
                            "/NAresources/indices/NAgenealogy.html",
                            "/NAresources/indices/NAhomes.html",
                            "/NAresources/indices/NAmovie.html",
                            "/NAresources/indices/NAother.html",
                            "/NAresources/indices/bookarchive.html",
                            "/NAresources/indices/iTunesindex.html",
                            "/NAresources/news/",
                            "/NAresources/indices/NAWWWVL.html");
// End Hiding -->

