
function switchnav(l,w){
	document.getElementById('linkhover').style.backgroundPosition='-'+l+'px 0px';
	document.getElementById('linkhover').style.width=w+'px';
	document.getElementById('linkhover').style.left=l+'px';
}
