<!--scripts amended by: Shelly Korobanik June 2000 -->
<!--begin

//preloads image
if (document.images) {

	member = new Image;	member.src = 'images/member.gif'
	memberup = new Image;	memberup.src = 'images/memberup.gif'
	volunteer = new Image;	volunteer.src = 'images/volunteer.gif'
	volunteerup = new Image;	volunteerup.src = 'images/volunteerup.gif'
	discoverLinkup = new Image; discoverLinkup.src='images/townrightLink_over.jpg'
	discoverLink = new Image; discoverLink.src='images/townrightLink.jpg'

	button1 = new Image;	button1.src = 'images/menu/button1.gif'
	button2 = new Image;	button2.src = 'images/menu/button2.gif'
	button3 = new Image;	button3.src = 'images/menu/button3.gif'
	button4 = new Image;	button4.src = 'images/menu/button4.gif'
	button5 = new Image;	button5.src = 'images/menu/button5.gif'
	button6 = new Image;	button6.src = 'images/menu/button6.gif'
	button7 = new Image;	button7.src = 'images/menu/button7.gif'
	button8 = new Image;	button8.src = 'images/menu/button8.gif'
	button9 = new Image;	button9.src = 'images/menu/button9.gif'
	button10 = new Image;	button10.src = 'images/menu/button10.gif'
	button11 = new Image;	button11.src = 'images/menu/button11.gif'
	button11b = new Image;  button11b.src = 'images/menu/button11b.gif'
	button12 = new Image;	button12.src = 'images/menu/button12.gif'
	button13= new Image;    button13.src = 'images/menu/button13.gif'
	
	upbutton1 = new Image;	upbutton1.src = 'images/menu/upbutton1.gif'
	upbutton2 = new Image;	upbutton2.src = 'images/menu/upbutton2.gif'
	upbutton3 = new Image;	upbutton3.src = 'images/menu/upbutton3.gif'
	upbutton4 = new Image;	upbutton4.src = 'images/menu/upbutton4.gif'
	upbutton5 = new Image;	upbutton5.src = 'images/menu/upbutton5.gif'
	upbutton6 = new Image;	upbutton6.src = 'images/menu/upbutton6.gif'
	upbutton7 = new Image;	upbutton7.src = 'images/menu/upbutton7.gif'
	upbutton8 = new Image;	upbutton8.src = 'images/menu/upbutton8.gif'
	upbutton9 = new Image;	upbutton9.src = 'images/menu/upbutton9.gif'
	upbutton10 = new Image;	upbutton10.src = 'images/menu/upbutton10.gif'
	upbutton11 = new Image;	upbutton11.src = 'images/menu/upbutton11.gif'
	upbutton11b = new Image; upbutton11b.src = 'images/menu/upbutton11b.gif'
	upbutton12 = new Image;	upbutton12.src = 'images/menu/upbutton12.gif'
	upbutton13 = new Image; upbutton13.src='images/menu/upbutton13.gif'
	
	upheading = new Image;	upheading.src = 'images/headings/maps.gif'
	downheading = new Image;	downheading.src = 'images/headings/mapsdown.gif'

	}
else {
	imgup = ""
	imgdn = ""
	document.go = ""
}

function openWindow(URL)
{
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'scrollbars=1, location=1, resizable=1, toolbar=1, width=800, height=600, left = 100, top = 40');");
}    

// -->