function swapBigImg(thumb) 
{
	var thebigone = document.getElementById("bigImg");
	thebigone.src = thumb.href;
}
