function UpdateBg(id)
{
	document.getElementById(id).className = 'menulink_on';
} 