// JavaScript Document
function display(id)
	{
	document.getElementById('image_holder').innerHTML = '<img src="images/'+id+'.jpg" border=1>';
	}