windows in Interface Builder

I’m using Interface Builder and AppleScript Studio to create a project and I REALLY need to be able to create a window without a menu bar. Anyone have any idea how to define new window types? Or modify an existing one?
If that’s not possible, then I at least need to be able to position the window so that it’s menu bar is off the screen. Unfortunately, the Interface Builder classes automatically reposition the window if it goes off the top.
Help !

After a little more digging through some of the applescript dictionaries, I found that the Standard Window class includes a “titled” property, which is supposed to control whether or not the window has a title bar.
However, it looks like this entire class of properties is superceded by the Window class in the application suite. Is there any way to get access to this other property? Or some other way to get rid of the title bar?
: I’m using Interface Builder and AppleScript Studio to create a
: project and I REALLY need to be able to create a window
: without a menu bar. Anyone have any idea how to define new
: window types? Or modify an existing one?
: If that’s not possible, then I at least need to be able to
: position the window so that it’s menu bar is off the screen.
: Unfortunately, the Interface Builder classes automatically
: reposition the window if it goes off the top.
: Help !