function homeButton()
{
		if(location.href == "http://misc.graphxco.net/meramax/advantages.php")
 			 {
				document.images.home1.src= "images/howtobutton_homeon.jpg";
			  }
		else {
				document.images.home1.src= "images/howtobutton_homeoff.jpg";
			 }
}
function howtoButton()
{
		if(location.href == "http://misc.graphxco.net/meramax/advantages.php")
 			 {
				document.images.howto1.src= "images/howtobutton_howtoon.jpg";
			  }
		else {
				document.images.howto1.src= "images/howtobutton_howtooff.jpg";
			 }
}
function rebateButton()
{
		if(location.href == "http://misc.graphxco.net/meramax/comparisons.php")
 			 {
				document.images.rebate1.src= "images/howtobutton_rebateon.jpg";
			  }
		else {
				document.images.rebate1.src= "images/howtobutton_rebateoff.jpg";
			 }
}
function programButton()
{
		if(location.href == "http://misc.graphxco.net/meramax/testamonials.php")
 			 {
				document.images.program1.src= "images/howtobutton_programon.jpg";
			  }
		else {
				document.images.program1.src= "images/howtobutton_programoff.jpg";
			 }
}
function youButton()
{
		if(location.href == "http://misc.graphxco.net/meramax/testamonials.php")
 			 {
				document.images.you1.src= "images/rebatebutton_youon.jpg";
			  }
		else {
				document.images.you1.src= "images/rebatebutton_youoff.jpg";
			 }
}
function proButton()
{
		if(location.href == "http://misc.graphxco.net/meramax/testamonials.php")
 			 {
				document.images.pro1.src= "images/rebatebutton_proon.jpg";
			  }
		else {
				document.images.pro1.src= "images/rebatebutton_prooff.jpg";
			 }
}
function homeButton2()
{
		document.images.home1.src= "images/howtobutton_homeon.jpg";
		}
function howtoButton2()
{
		document.images.howto1.src= "images/howtobutton_howtoon.jpg";
		}
function rebateButton2()
{
		document.images.rebate1.src= "images/howtobutton_rebateon.jpg";
		}
function programButton2()
{
		document.images.program1.src= "images/howtobutton_programon.jpg";
		}
function youButton2()
{
		document.images.you1.src= "images/rebatebutton_youon.jpg";
		}
function proButton2()
{
		document.images.pro1.src= "images/rebatebutton_proon.jpg";
		}