function hmRoll(whichPic,onOff) {
	if (document.all || document.getElementById) {
		theImg = eval("document.hmTopImg" + whichPic);
		theImg.src = "/images/wrapper/sage_wrapper" + whichPic + "_" + onOff + ".gif";
	} else if (document.layers) {
		theImg = eval("document.Header.document.hmTopImg" + whichPic);
		theImg.src = "/images/wrapper/sage_wrapper" + whichPic + "_" + onOff + ".gif";
	}
	
}