function rollover(img,ext){
	document.getElementById(img).src = 'images/rollover/' + img + ext + '.gif'
}