

function setImage( fn ) {
	
	f = "images/" + fn + ".jpg";

	el = document.getElementById( "imgfull" );
	
	el.src = f;
}