//---------- Colors ---------- //The color of the school name (ie: Allen) var schoolNameColor = "01106d"; //The color of the school title (ie: Independent School District) var schoolTitleColor = "01106d"; //The color of the icons in the top banner var iconClr = "01106d"; //The background color for the channel navigation bar var navBGColor = "01106d"; //The gradient color for the active block containers (will fade to white) var gradientColor = "e2de88"; //The text color for the active block headers var headerColor = "01106d"; //The color for the thin border around active block containers var borderColor = "01106d"; //---------- 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 = "Anderson"; //The title of the school in the header/logo area var schoolTitle = "Elementary School"; //The schools street address var schoolAddress = "305 N. Alder Drive"; //The schools city/town var schoolCity = "Allen"; //The schools zip code var schoolZip = "75002"; //The schools phone number var schoolPhone = "972.396.6924"; //The schools fax number var schoolFax = "972.396.6929";