/* lights and dims the search buttons */

function goLite(button) {
button.style.background = "url(./js/lite_pics/search_icon_b.png)";
button.style.color 		= "#DD0000";
}
function goDim(button) {
button.style.background = "url(./js/lite_pics/search_icon_a.png)";
button.style.color 		= "#fff";
}