window.onload = function()
{
	// set height of site opened inside the main iframe "appFrame"
	if(!document.getElementById('appFrame'))
	{
		// only set iframe height _from_ the child
		setIframe();
	}
	// set div height for [siteContent][columnLeft][columnMiddle][columnRight] to rest of the available scroll height (offsetHeight minus height of header)
	//setSiteAndColumnHeight();
}