// JavaScript Document
function updateMap(who, what)
{
	document[who].src = "/images/decor/"+what;
}

function getFocus(who, what)
{
	document.getElementById(who).style.zIndex = what;
}


