	// set the height for a spacer image to push the bottom nav to the bottom of the page
	var MinHeight;
	var MinImgSpacer;
	MinHeight = getInsideWindowHeight();
	MinHeight = MinHeight - 158;
	MinImgSpacer = '<img src="/images/1x1.gif" width="1" height="' + MinHeight + '" alt="">';
