// JavaScript Document

function maproll(which){
	document.getElementById('map_roll_image').src = "images/"+which+"_roll.png";
}
