function changeImage(id,type)
{
	menuItem=document.getElementById(id);
	menuItem.className="menuItem_"+type;
}

function changePage(leapTo)
{
	document.location.href="?view=" + leapTo;
}
