function swap_images_rollover(element, image){
	document.getElementById(element).src=image;
}
