if (document.images) 
	{
	img1 = new Image();
	img2 = new Image();
	img3 = new Image();
	img4 = new Image();
	img5 = new Image();
	img6 = new Image();
	img7 = new Image();
	img8 = new Image();
	img9 = new Image();
	img10 = new Image();
	img11 = new Image();
	img12 = new Image();
	img1.src = "http://footage.silvertip.net/images/nav/home.gif";
	img2.src = "http://footage.silvertip.net/images/nav/home_hl.gif";
	img3.src = "http://footage.silvertip.net/images/nav/royalty.gif";
	img4.src = "http://footage.silvertip.net/images/nav/royalty_hl.gif";
	img5.src = "http://footage.silvertip.net/images/nav/individual.gif";
	img6.src = "http://footage.silvertip.net/images/nav/individual_hl.gif";
	img7.src = "http://footage.silvertip.net/images/nav/custom.gif";
	img8.src = "http://footage.silvertip.net/images/nav/custom_hl.gif";
	img9.src = "http://footage.silvertip.net/images/nav/silvertip.gif";
	img10.src = "http://footage.silvertip.net/images/nav/silvertip_hl.gif";
	img11.src = "http://footage.silvertip.net/images/nav/free_hl.gif";
	img12.src = "http://footage.silvertip.net/images/nav/free.gif";
	}
