window.onload = function()
{
	// set height of site opened inside the main iframe "appFrame"
	if(!document.getElementById('appFrame'))
	{
		// only set iframe height _from_ the child
		goSetHeight();
	}
}