function doRollover (whichImg, state) {
	document.images[whichImg].src = "images/"+whichImg+"_"+state+".gif";
}


