

function possbtopleftkey(j) {
	for (var i = 1; i < 5; i++) {
		document.getElementById("possbtopleft"+i).style.backgroundPosition = "200px 0";
		document.getElementById("possbtopleftmenucontent"+i).style.display = "none";
	}
	document.getElementById("possbtopleft"+j).style.backgroundPosition = "0 0";
	document.getElementById("possbtopleftmenucontent"+j).style.display = "block";
}


