function position_nav() {
	//document.getElementById('menuh-container').style.marginLeft = Math.round((window.innerWidth - 800) / 2) + 'px' ; - doesn't work in IE
	//document.getElementById('menuh-container').style.marginLeft = Math.round((screen.width - 800) / 2) + 'px' ; - using tables instead
}

