function homeButton()
{
		if(location.href == "#")
 			 {
				document.images.home1.src= "images/home_ovr_btn.jpg";
			  }
		else {
				document.images.home1.src= "images/home_btn.jpg";
			 }
}
function howtoButton()
{
		if(location.href == "#")
 			 {
				document.images.howto1.src= "images/cashbk_ovr_btn.jpg";
			  }
		else {
				document.images.howto1.src= "images/cashbk_btn.jpg";
			 }
}
function rebateButton()
{
		if(location.href == "#")
 			 {
				document.images.rebate1.src= "images/rebate_ovr_btn.jpg";
			  }
		else {
				document.images.rebate1.src= "images/rebate_btn.jpg";
			 }
}
function programButton()
{
		if(location.href == "#")
 			 {
				document.images.program1.src= "images/rules_ovr_btn.jpg";
			  }
		else {
				document.images.program1.src= "images/rules_btn.jpg";
			 }
}


function homeButton2()
{
		document.images.home1.src= "images/home_ovr_btn.jpg";
		}

function howtoButton2()
{
		document.images.howto1.src= "images/cashbk_ovr_btn.jpg";
		}
function rebateButton2()
{
		document.images.rebate1.src= "images/rebate_ovr_btn.jpg";
		}
function programButton2()
{
		document.images.program1.src= "images/rules_ovr_btn.jpg";
		}


