function shrinkThumb(){

	var image = document.getElementById("thumb");
	image.style.height = "50px";
	image.style.width = "50px";

}
	

