var pageSubject = new Array()
var pageURL = new Array()

pageSubject[0] = "--Current Construction--"
pageURL[0] = 

pageSubject[1] = "Helen E. Arnold CLC (COMPLETE)"
pageURL[1] = "http://www.imagineakronschools.com/content/segment1schools/helenarnold.htm"

pageSubject[2] = "Barber CLC (COMPLETE)"
pageURL[2] = "http://www.imagineakronschools.com/content/segment2schools/barber.htm"

pageSubject[3] = "Betty Jane CLC (COMPLETE)"
pageURL[3] = "http://www.imagineakronschools.com/content/segment1schools/bettyjane.htm"

pageSubject[4] = "Buchtel/Perkins CLC"
pageURL[4] = "http://www.imagineakronschools.com/content/segment3schools/buchtel.htm"

pageSubject[5] = "Crouse CLC (COMPLETE)"
pageURL[5] = "http://www.imagineakronschools.com/content/segment1schools/crouse.htm"

pageSubject[6] = "East (COMPLETE)/Goodyear CLC"
pageURL[6] = "http://www.imagineakronschools.com/content/segment2schools/east_goodyear.htm"

pageSubject[7] = "Findley CLC (COMPLETE)"
pageURL[7] = "http://www.imagineakronschools.com/content/segment2schools/findley.htm"

pageSubject[8] =  "Forest Hill CLC (COMPLETE)"
pageURL[8] = "http://www.imagineakronschools.com/content/segment1schools/foresthill.htm"

pageSubject[9] =  "Glover CLC (COMPLETE)"
pageURL[9] = "http://www.imagineakronschools.com/content/segment1schools/glover.htm"

pageSubject[10] =  "Hatton CLC"
pageURL[10] = "http://www.imagineakronschools.com/content/segment3schools/Hatton.htm"

pageSubject[11] =  "David Hill CLC (COMPLETE)"
pageURL[11] = "http://www.imagineakronschools.com/content/segment1schools/davidhill.htm"

pageSubject[12] = "Hyre CLC"
pageURL[12] = "http://www.imagineakronschools.com/content/segment3schools/hyre.htm"

pageSubject[13] = "Innes CLC (COMPLETE)"
pageURL[13] = "http://www.imagineakronschools.com/content/segment2schools/innes.htm"

pageSubject[14] =  "Jennings CLC (COMPLETE)"
pageURL[14] = "http://www.imagineakronschools.com/content/segment1schools/jennings.htm"

pageSubject[15] =  "King CLC"
pageURL[15] = "http://www.imagineakronschools.com/content/segment3schools/king.htm"

pageSubject[16] = "Leggett CLC (COMPLETE)"
pageURL[16] = "http://www.imagineakronschools.com/content/segment2schools/leggett.htm"

pageSubject[17] =  "Mason CLC (COMPLETE)"
pageURL[17] = "http://www.imagineakronschools.com/content/segment1schools/mason.htm"

pageSubject[18] = "McEbright CLC"
pageURL[18] = "http://www.imagineakronschools.com/content/segment3schools/mcebright.htm"

pageSubject[19] = "NIHF STEM (COMPLETE)"
pageURL[19] = "http://www.imagineakronschools.com/content/segment2schools/inventureplace.htm"

pageSubject[20] = "Portage Path CLC (COMPLETE)"
pageURL[20] = "http://www.imagineakronschools.com/content/segment2schools/portagepath.htm"

pageSubject[21] = "Rankin CLC"
pageURL[21] = "http://www.imagineakronschools.com/content/segment3schools/rankin.htm"

pageSubject[22] =  "Judith Resnik CLC (COMPLETE)"
pageURL[22] = "http://www.imagineakronschools.com/content/segment1schools/resnik.htm"

pageSubject[23] = "Rimer CLC (COMPLETE)"
pageURL[23] = "http://www.imagineakronschools.com/content/segment2schools/rimer.htm"

pageSubject[24] =  "Ritzman CLC (COMPLETE)"
pageURL[24] = "http://www.imagineakronschools.com/content/segment1schools/ritzman.htm"

pageSubject[25] =  "Robinson CLC (COMPLETE)"
pageURL[25] = "http://www.imagineakronschools.com/content/segment1schools/robinson.htm"

pageSubject[26] =  "Sam Salem CLC (COMPLETE)"
pageURL[26] = "http://www.imagineakronschools.com/content/segment1schools/samsalem.htm"

pageSubject[27] = "Schumacher CLC"
pageURL[27] = "http://www.imagineakronschools.com/content/segment3schools/Schumacher.htm"

pageSubject[28] =  "Seiberling CLC"
pageURL[28] = "http://www.imagineakronschools.com/content/segment3schools/seiberling.htm"

pageSubject[29] =  "Voris CLC (COMPLETE)"
pageURL[29] = "http://www.imagineakronschools.com/content/segment1schools/voris.htm"

pageSubject[30] = "Windemere CLC"
pageURL[30] = "http://www.imagineakronschools.com/content/segment3schools/Windemere.htm"

function loadPage(selURL){ 
  location.href = selURL.options[selURL.selectedIndex].value
  } 
