function rollover(whichImage, status) {
	if (status) {
		document.getElementById(whichImage).setAttribute("src","http://espanol.tylenol.com/enes/images/tylenol/getreadyforbed/"+whichImage+"_ro.gif");
	} else {
		document.getElementById(whichImage).setAttribute("src","http://espanol.tylenol.com/enes/images/tylenol/getreadyforbed/"+whichImage+"_off.gif");
	}
}