by the default, window do not have inner scrolls,
so for attached object we recommend to apply the following style:
div#objToAttach {
	width: 100%;
	height: 100%;
	overflow: auto;
}
this will stretch attached object to 100% width/height
and add scrolls if needed