menuPulldownDirection = 'topbottom';
menuCurrentTopBgColor = '#857870';
menuCurrentTopColor = '#c2bbb7';
menuClearTopBgColor = '#857870';
menuClearTopColor = '#ffffff';
menuTopFix = 1; // fix menu offsets
if (!isIE) menuTopFix = 1; // fix menu offsets
menuLeftFix = -1;

function setPageHeight() {
	document.getElementById("maincontainer").style.height = "100%";
	document.getElementById("maincontainer").style.height = document.documentElement.scrollHeight+"px";
}
AddToInitArray(setPageHeight);
window.onresize = setPageHeight;
