	logo = new Image(600,145);
	logo.src = "http://www.gilpin.ca/images/mainlogo.jpg";

	textbut1 = new Image(57,20);
	textbut1.src = "http://www.gilpin.ca/images/hometext-normal.gif";
	textbut2 = new Image(57,20);
	textbut2.src = "http://www.gilpin.ca/images/hometext-mouseover.gif";
	textbut3 = new Image(86,20);
	textbut3.src = "http://www.gilpin.ca/images/rectext-normal.gif";
	textbut4 = new Image(86,20);
	textbut4.src = "http://www.gilpin.ca/images/rectext-mouseover.gif";
	textbut5 = new Image(94,20);
	textbut5.src = "http://www.gilpin.ca/images/pubtext-normal.gif";
	textbut6 = new Image(94,20);
	textbut6.src = "http://www.gilpin.ca/images/pubtext-mouseover.gif";
	textbut7 = new Image(92,20);
	textbut7.src = "http://www.gilpin.ca/images/wdtext-normal.gif";
	textbut8 = new Image(92,20);
	textbut8.src = "http://www.gilpin.ca/images/wdtext-mouseover.gif";
	textbut9 = new Image(47,20);
	textbut9.src = "http://www.gilpin.ca/images/storetext-normal.gif";
	textbut10 = new Image(47,20);
	textbut10.src = "http://www.gilpin.ca/images/storetext-mouseover.gif";
	textbut11 = new Image(88,20);
	textbut11.src = "http://www.gilpin.ca/images/dltext-normal.gif";
	textbut12 = new Image(88,20);
	textbut12.src = "http://www.gilpin.ca/images/dltext-mouseover.gif";
	textbut13 = new Image(50,20);
	textbut13.src = "http://www.gilpin.ca/images/linkstext-normal.gif";
	textbut14 = new Image(50,20);
	textbut14.src = "http://www.gilpin.ca/images/linkstext-mouseover.gif";
	textbut15 = new Image(86,20);
	textbut15.src = "http://www.gilpin.ca/images/contacttext-normal.gif";
	textbut16 = new Image(86,20);
	textbut16.src = "http://www.gilpin.ca/images/contacttext-mouseover.gif";


function changeImage(ImageName,ImageSource) {
	document.images[ImageName].src = eval(ImageSource + ".src");
}
