function changeImage(nr)
{
	pic = "../img/head" + nr + ".jpg";
	img = document.images[1] ;
	img.src = pic;
}
