 // Add your title at subject
// Add your page at URL ie; index.html

var pageSubject = new Array()
var pageURL = new Array()

pageSubject[0] = "Links"
pageURL[0] = "links.html"

pageSubject[1] =  "Glossary"
pageURL[1] = "glossary.html"

pageSubject[2] = "Copywrite Info"
pageURL[2] = "copyrightInfo.html"

pageSubject[3] = "Contacts"
pageURL[3] = "foundationcontacts.html"

pageSubject[4] = "America's First"
pageURL[4] = "AmericaFirst.html"

pageSubject[5] =  "America Video"
pageURL[5] = "cv66video.html"

pageSubject[6] =  "Prior Service"
pageURL[6] = "http://www.priorservice.com/ussammust.html"

pageSubject[7] =  "Hangman"
pageURL[7] = "hangman.html"


pageSubject[8] =  "Rating Quiz"
pageURL[8] = "quiz.html"

pageSubject[9] =  "Seek-a-Word"
pageURL[9] = "seekaword/wordsearch.html"

pageSubject[10] =  "Jigsaw Puzzle"
pageURL[10] = "jigsaw/jigsaw1.html"

pageSubject[11] =  "America's Patch"
pageURL[11] = "patchwebpage.html"


function loadPage(selURL){ 
  location.href = selURL.options[selURL.selectedIndex].value
  } 



