function rollMe(whichOne) {



	if(whichOne == "home") document.getElementById('navigation').style.backgroundPosition= "0px 0px";
	//if(whichOne == "avasoft") document.getElementById('navigation').style.backgroundPosition= "0px -45px";	
	if(whichOne == "faq") document.getElementById('navigation').style.backgroundPosition= "0px -45px";
	if(whichOne == "refunds") document.getElementById('navigation').style.backgroundPosition= "0px -90px";
	if(whichOne == "") document.getElementById('navigation').style.backgroundPosition= "0px -135px";

}