The following code opens the new window without scrollbars in Firefox, IE and Opera.
var options = { height: 300, // sets the h
It has scrollbars because it needs scrollbars. Your content may be too big to be displayed without scrollbars. Consider wrapping it in an element (a div for example) with style="overflow: hidden".