﻿			/* Initialization for nav image rollovers */
			if (document.images)
			{	
				homeBlack = new Image
				homeViolet = new Image
				
				recordingsBlack = new Image
				recordingsViolet = new Image
				
				orderBlack = new Image
				orderViolet = new Image
				
				videosBlack = new Image
				videosViolet = new Image
				
				zenBlack = new Image
				zenViolet = new Image

				chattanoogaBlack = new Image
				chattanoogaViolet = new Image
				
				servicesBlack = new Image
				servicesViolet = new Image
				
				linksBlack = new Image
				linksViolet = new Image
				
				wtcBlack = new Image;
				wtcViolet = new Image;
				
				homeBlack.src = "navbuttons/inactive/KR-Home.gif";
				homeViolet.src = "navbuttons/active/KR-Home.gif";
				
				recordingsBlack.src = "navbuttons/inactive/KR-Recordings.gif";
				recordingsViolet.src = "navbuttons/active/KR-Recordings.gif";
				
				orderBlack.src = "navbuttons/inactive/KR-Order.gif";
				orderViolet.src = "navbuttons/active/KR-Order.gif";
				
				videosBlack.src = "navbuttons/inactive/videos.jpg";
				videosViolet.src = "navbuttons/active/videos.jpg";
				
				zenBlack.src = "navbuttons/inactive/KR-Zen.gif"
				zenViolet.src = "navbuttons/active/KR-Zen.gif"
				
				chattanoogaBlack.src = "navbuttons/inactive/KR-Chattanooga.gif"
				chattanoogaViolet.src = "navbuttons/active/KR-Chattanooga.gif"
				
				servicesBlack.src = "navbuttons/inactive/KR-Services.gif"			
				servicesViolet.src = "navbuttons/active/KR-Services.gif"
				
				linksBlack.src = "navbuttons/inactive/community.jpg"
				linksViolet.src = "navbuttons/active/community.jpg"
				
				wtcBlack.src = "navbuttons/inactive/wtc.jpg"
				wtcViolet.src = "navbuttons/active/wtc.jpg"
			}