		if (document.images) 
		{
			homeText = new Image;
			lastshowText = new Image;
			articlesText = new Image;
			aboutusText = new Image;
			photosText = new Image;
			contactText = new Image;
			magText = new Image;
			nowText = new Image;
			archText = new Image;
			webcamText = new Image;
			ltlText = new Image;
			blankText = new Image;

			homeText.src = "/images/dial_home.jpg";
			lastshowText.src = "/images/dial_lastshow.jpg";
			articlesText.src = "/images/dial_articles.jpg";
			aboutusText.src = "/images/dial_aboutus.jpg";
			photosText.src = "/images/dial_photos.jpg";
			contactText.src = "/images/dial_contact.jpg";
			magText.src = "/images/dial_home.jpg";
			nowText.src = "/images/ltl_now.jpg";
			archText.src = "/images/ltl_arch.jpg";
			webcamText.src = "/images/ltl_webcam.jpg";
			ltlText.src = "/images/ltl_panel.jpg";
			blankText.src = "/images/ltl_blank_fade.gif";

			homeOff = new Image;
			lastshowOff = new Image;
			articlesOff = new Image;
			aboutusOff = new Image;
			photosOff = new Image;
			contactOff = new Image;
			nowOff = new Image;
			archOff = new Image;
			webcamOff = new Image;

			homeOn = new Image;
			lastshowOn = new Image;
			articlesOn = new Image;
			aboutusOn = new Image;
			photosOn = new Image;
			contactOn = new Image;
			nowOn = new Image;
			archOn = new Image;
			webcamOn = new Image;

			homeOff.src = "/images/home_off.jpg";
			lastshowOff.src = "/images/lastshow_off.jpg";
			articlesOff.src = "/images/articles_off.jpg";
			aboutusOff.src = "/images/aboutus_off.jpg";
			photosOff.src = "/images/photos_off.jpg";
			contactOff.src = "/images/contact_off.jpg";
			nowOff.src = "/images/rt_listen_off.jpg";
			archOff.src = "/images/audio_off.jpg";
			webcamOff.src = "/images/webcam_off.jpg";

			homeOn.src = "/images/home_on.jpg";
			lastshowOn.src = "/images/lastshow_on.jpg";
			articlesOn.src = "/images/articles_on.jpg";
			aboutusOn.src = "/images/aboutus_on.jpg";
			photosOn.src = "/images/photos_on.jpg";
			contactOn.src = "/images/contact_on.jpg";
			nowOn.src = "/images/rt_listen_on.jpg";
			archOn.src = "/images/audio_on.jpg";
			webcamOn.src = "/images/webcam_on.jpg";
		}

		function chgImg(imgField,newImg)
		{
			if (document.images)
			{
				document[imgField].src= eval(newImg + ".src")
			}
		}
