function changeImage(p){
	document.getElementById("mininav").style.backgroundPosition=p+"px 0px";
}
