var img = "";

function displayImage(img)
{
	document.getElementById('thebigpicture').src = img;
}
