function swap(path)
{ 
	var swapImg = document.getElementById('imgBig');
	swapImg.src = path;
}