if (document.images) {
	pic1on= new Image(150,35);
	pic1on.src="ystuff/btn-home2.jpg";
	pic2on= new Image(150,35);
	pic2on.src="ystuff/btn-bulletin2.jpg";
	pic3on= new Image(150,35);
	pic3on.src="ystuff/btn-cabinet2.jpg";
	pic4on= new Image(150,35);
	pic4on.src="ystuff/btn-comm2.jpg";
	pic5on= new Image(150,35);
	pic5on.src="ystuff/btn-documents2.jpg";
	pic6on= new Image(150,35);
	pic6on.src="ystuff/btn-calendar2.jpg";
	pic7on= new Image(150,35);
	pic7on.src="ystuff/btn-gocamp2.jpg";
	pic8on= new Image(150,35);
	pic8on.src="ystuff/btn-leader2.jpg";
	pic9on= new Image(150,35);
	pic9on.src="ystuff/btn-photo2.jpg";
	pic10on= new Image(150,35);
	pic10on.src="ystuff/btn-yadults2.jpg";
	pic1off= new Image(150,35);
	pic1off.src="ystuff/btn-home.jpg";
	pic2off= new Image(150,35);
	pic2off.src="ystuff/btn-bulletin.jpg";
	pic3off= new Image(150,35);
	pic3off.src="ystuff/btn-cabinet.jpg";
	pic4off= new Image(150,35);
	pic4off.src="ystuff/btn-comm.jpg";
	pic5off= new Image(150,35);
	pic5off.src="ystuff/btn-documents.jpg";
	pic6off= new Image(150,35);
	pic6off.src="ystuff/btn-calendar.jpg";
	pic7off= new Image(150,35);
	pic7off.src="ystuff/btn-gocamp.jpg";
	pic8off= new Image(150,35);
	pic8off.src="ystuff/btn-leader.jpg";
	pic9off= new Image(150,35);
	pic9off.src="ystuff/btn-photo.jpg";
	pic10off= new Image(150,35);
	pic10off.src="ystuff/btn-yadults.jpg";
}
function lightup(imgName) {
	if (document.images) {
		imgOn=eval(imgName + "on.src");
		document[imgName].src= imgOn;
	}
}
function turnoff(imgName) {
	if (document.images) {
		imgOff=eval(imgName + "off.src");
		document[imgName].src= imgOff;
	}
}
