//---------- Colors ---------- //The color of the school name (ie: Allen) var schoolNameColor = "01204e"; //The color of the school title (ie: Independent School District) var schoolTitleColor = "01204e"; //The color of the icons in the top banner var iconClr = "01204e"; //The background color for the channel navigation bar var navBGColor = "01204e"; //The gradient color for the active block containers (will fade to white) var gradientColor = "819bc1"; //The text color for the active block headers var headerColor = "01204e"; //The color for the thin border around active block containers var borderColor = "d41d0e"; //---------- 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 = "Allen"; //The title of the school in the header/logo area var schoolTitle = "High School"; //The schools street address var schoolAddress = "300 Rivercrest Boulevard"; //The schools city/town var schoolCity = "Allen"; //The schools zip code var schoolZip = "75002"; //The schools phone number var schoolPhone = "972.727.0400"; //The schools fax number var schoolFax = "972.727.0515";