function menuBarNavigate(url)
{
	document.location.href = url;
}