function imgnoteon() {
	document.getElementById("imgbuy").style.backgroundPosition = "0px 0px";
	document.getElementById("navnote").style.backgroundPosition = "0px 0px";
}
function imgnoteoff() {
	document.getElementById("navnote").style.backgroundPosition = "0px 19px";
}
function imgdeskon() {
	document.getElementById("imgbuy").style.backgroundPosition = "-136px 0px";
	document.getElementById("navdesk").style.backgroundPosition = "0px 0px";
}
function imgdeskoff() {
	document.getElementById("navdesk").style.backgroundPosition = "0px 19px";
}
function imgservon() {
	document.getElementById("imgbuy").style.backgroundPosition = "-272px 0px";
	document.getElementById("navserv").style.backgroundPosition = "0px 0px";
}
function imgservoff() {
	document.getElementById("navserv").style.backgroundPosition = "0px 19px";
}
function imgacceon() {
	document.getElementById("imgbuy").style.backgroundPosition = "-408px 0px";
	document.getElementById("navacce").style.backgroundPosition = "0px 0px";
}
function imgacceoff() {
	document.getElementById("navacce").style.backgroundPosition = "0px 19px";
}
function imghomeon() {
	document.getElementById("imgnav").style.backgroundPosition = "0px 0px";
	document.getElementById("navhome").style.backgroundPosition = "0px 0px";
}
function imghomeoff() {
	document.getElementById("navhome").style.backgroundPosition = "0px 19px";
}
function imgpcseon() {
	document.getElementById("imgnav").style.backgroundPosition = "-136px 0px";
	document.getElementById("navpcse").style.backgroundPosition = "0px 0px";
}
function imgpcseoff() {
	document.getElementById("navpcse").style.backgroundPosition = "0px 19px";
}
function imgwebson() {
	document.getElementById("imgnav").style.backgroundPosition = "-272px 0px";
	document.getElementById("navwebs").style.backgroundPosition = "0px 0px";
	document.getElementById("nnavwebs").style.backgroundPosition = "0px 0px";
}
function imgwebsoff() {
	document.getElementById("navwebs").style.backgroundPosition = "0px 19px";
	document.getElementById("nnavwebs").style.backgroundPosition = "0px 19px";
}
function imgremoon() {
	document.getElementById("imgnav").style.backgroundPosition = "-408px 0px";
	document.getElementById("navremo").style.backgroundPosition = "0px 0px";
}
function imgremooff() {
	document.getElementById("navremo").style.backgroundPosition = "0px 19px";
}
function imgsuppon() {
	document.getElementById("imgnav").style.backgroundPosition = "-544px 0px";
	document.getElementById("navsupp").style.backgroundPosition = "0px 0px";
}
function imgsuppoff() {
	document.getElementById("navsupp").style.backgroundPosition = "0px 19px";
}
function imgconton() {
	document.getElementById("imgnav").style.backgroundPosition = "-680px 0px";
	document.getElementById("navcont").style.backgroundPosition = "0px 0px";
}
function imgcontoff() {
	document.getElementById("navcont").style.backgroundPosition = "0px 19px";
}
function imgscocon() {
	document.getElementById("scoc").style.backgroundPosition = "0px -82px";
}
function imgscocoff() {
	document.getElementById("scoc").style.backgroundPosition = "0px 00px";
}
function imgbbbon() {
	document.getElementById("bbb").style.backgroundPosition = "0px -94px";
}
function imgbbboff() {
	document.getElementById("bbb").style.backgroundPosition = "0px 0px";
}
function imgrateson() {
	document.getElementById("imgnav").style.backgroundPosition = "-136px 0px"
	document.getElementById("navrates").style.backgroundPosition = "0px 0px";
}
function imgratesoff() {
	document.getElementById("navrates").style.backgroundPosition = "0px 19px";
}

function imgstoreon() {
	document.getElementById("imgnav").style.backgroundPosition = "-136px 0px"
	document.getElementById("navstore").style.backgroundPosition = "0px 0px";
}
function imgstoreoff() {
	document.getElementById("navstore").style.backgroundPosition = "0px 19px";
}
