Way to close IE's Download Manager window?

Can anyone tell me if there’s a way to tell IE to close it’s “Download Manager” window?

Stupid M$ has to go and make up their own way of doing for everything. :rolleyes:

You could use Firefox… or, the following works for me…

tell application "Internet Explorer"
	CloseWindow "Download Manager"
end tell

j