Doug,
As a test, try typing PSJR into the Process Console window, prefix with "js":
js ImageWindow.windowById("a").position
prints the position of ImageWindow named "a".
js ImageWindow.windowById("a").position = new Point(200, 200)
sets its position to (200, 200).
Regards,
Mike