// see http://www.crays.com/jsc/jsC4Uadv.htm
// for instructions

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

pageSubject[0] = "Clan Brodie"
pageURL[0] = "brodiePage.html"

pageSubject[1] = "Main Page"
pageURL[1] = "index.html"

pageSubject[2] = "Directory"
pageURL[2] = "Tables.html"

pageSubject[3] = "History"
pageURL[3] = "brodieHistory.html"

pageSubject[4] =  "Clans & Societies"
pageURL[4] = "ClanSociety.htm"

pageSubject[5] =  "Culture"
pageURL[5] = "culture.html"

pageSubject[9] =  "Scottish Links"
pageURL[9] = "ScotLandPage.html"

pageSubject[6] =  "Highland/Scottish Dress"
pageURL[6] = "Dress.html"

pageSubject[7] =  "Tucson"
pageURL[7] = "tucson.index.htm"

pageSubject[8] = "E-Mail Us"
pageURL[8] = "mailto:webmaster@clanbrodie.us"


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