// Javascript
function displayRoom(imgId,room_name)
{
	document.getElementById(imgId).src = room_name;
}
