function setEven() {

	if (document.getElementById('main').offsetHeight < document.getElementById('left').offsetHeight) {
	if(!typeof document.body.style.maxHeight != "undefined") {
		document.getElementById('main').style.height = document.getElementById('left').offsetHeight + "px";
	}
}
	document.getElementById('right').style.height = document.getElementById('main').offsetHeight + "px";
//	if (navigator.userAgent.indexOf("Mac") && navigator.userAgent.indexOf("MSIE 5")) {
//	} 
}

function gohome() {
	window.location.href = "index.html";
}