function matchHeight()
	{
		var ht1 = document.getElementById('sec2ContentRight').offsetHeight;
		document.getElementById('sec2Nav').style.height = ht1 + "px";
	}
