// JavaScript Document
function swap(num){
	elem = document.getElementById("floorplate");
	elem.style.backgroundPosition = "0 -" + s*num + "px";
}

function show(num){
	elem = document.getElementById("floorpateimg");
	elem.style.backgroundPosition = "0 -" + s*num + "px";
	swap(num);
}