function showLarge(id)
{
	fullimg = document.getElementById("bigpic");
	fullimg.src = "/img/"+id+"/2/";	
}