
function updateView()
{
	var pageHeight = $(document).height();
	document.getElementById('container').style.height = pageHeight + 'px';
	document.getElementById('container').style.background="background-image: url(img/bodyfooter.jpg) repeat-y";
}
function ChangeColor(id, color)
{
	document.getElementById(id).style.color = color;
}

function ChangeColorBack(id, color)
{
	document.getElementById(id).style.color = color;
}

function changeHref()
{
	document.getElementById('menu0').href = '#';

	
}
