function roll(img,state){
	document[img].src = eval(img + "_" + state + ".src");
	
}

