IE IMG / JavaScript quirks

If an image has an ID attribute, IE lets you use document.imageID to access the image - but only if the image also has a name attribute!

ImageDescriptionwindow.idwindow.namedocument.iddocument.name
IMG with IDN/AN/A
IMG with ID and NAME
IMG with NAMEN/AN/A