//---------- Colors ---------- //The color of the school name (ie: Allen) var schoolNameColor = "00000"; //The color of the school title (ie: Independent School District) var schoolTitleColor = "011a06"; //The color of the icons in the top banner var iconClr = "8D8C23"; //The background color for the channel navigation bar var navBGColor = "000000"; //The gradient color for the active block containers (will fade to white) var gradientColor = "8D8C23"; //The text color for the active block headers var headerColor = "000000"; //The color for the thin border around active block containers var borderColor = "8D8C23"; //---------- Links ---------- //URL for the Home icon in the top banner var homeURL = "http://www.allenisd.org"; //URL for the Contact icon in the top banner var contactURL = "mailto:publicinfo@allenisd.org"; //URL for the Store icon in the top banner var storeURL = "https://www.mypaynetapps.com/"; //URL for the Espanol icon in the top banner var espanolURL = "http://allenisd.schoolwires.net/200610716161520483/site/default.asp?"; //---------- Address Information ---------- //The name of the school in the header/logo area var schoolName = "Norton"; //The title of the school in the header/logo area var schoolTitle = "Frances Norton Elementary School"; //The schools street address var schoolAddress = "1120 Newport Drive"; //The schools city/town var schoolCity = "Allen"; //The schools zip code var schoolZip = "75013"; //The schools phone number var schoolPhone = "972.396.6918"; //The schools fax number var schoolFax = "972.396.6923";