

function lightUp(anObj){
	anObj.src="images/contact_button2.gif";
}

function lightDown(anObj){
	anObj.src="images/contact_button.gif";
}