function rollover(button,axtn){
	if (document.images){ document.images[button].src="images/"+button+"_"+axtn+".gif";	}
}

