if (document.images) {
	shim = new Image(16,16)
	bullet = new Image(16,16)
	shim.src = "images/shim.gif"
	bullet.src = "images/bullet.gif"
	}


// Status bar message -->
function setMsg(msg) {
	window.status = msg
	return true
	}
		
function imgChg(i,j) {
	document.images[i].src = eval(j + ".src")
	}
