function MainMenuMouseOver(MenuTip)
{
	$("#mainNavDesc").html(MenuTip);
}
function MainMenuMouseOut()
{
	$("#mainNavDesc").html("");
}

