function setnavbar(navbar_pos_new) {	
	document.getElementById('navbar').style.backgroundPosition = navbar_pos_new+"px 0px";
}

