function showProfile(n)
{
	wrapper = document.getElementById("image-wrapper");
	wrapper.style.left = ((n - 1) * -76) + "px";
}