		function SwapPhoto(a,Path)
		{
			if (a == 0) document.images.LargePhoto.src = "mlsphoto/bigphoto/" + Path + ".jpg" ;
			if (a == 1) document.images.LargePhoto.src = "mlsphoto/bigphoto/" + Path + "_01.jpg" ;
			if (a == 2) document.images.LargePhoto.src = "mlsphoto/bigphoto/" + Path + "_02.jpg" ;
			if (a == 3) document.images.LargePhoto.src = "mlsphoto/bigphoto/" + Path + "_03.jpg" ;
			if (a == 4) document.images.LargePhoto.src = "mlsphoto/bigphoto/" + Path + "_04.jpg" ;
			if (a == 5) document.images.LargePhoto.src = "mlsphoto/bigphoto/" + Path + "_05.jpg" ;
			if (a == 6) document.images.LargePhoto.src = "mlsphoto/bigphoto/" + Path + "_06.jpg" ;
			if (a == 7) document.images.LargePhoto.src = "mlsphoto/bigphoto/" + Path + "_07.jpg" ;
			if (a == 8) document.images.LargePhoto.src = "mlsphoto/bigphoto/" + Path + "_08.jpg" ;
			if (a == 9) document.images.LargePhoto.src = "mlsphoto/bigphoto/" + Path + "_09.jpg" ;
			if (a == 10) document.images.LargePhoto.src = "mlsphoto/bigphoto/" + Path + "_10.jpg" ;
			if (a == 11) document.images.LargePhoto.src = "mlsphoto/bigphoto/" + Path + "_11.jpg" ;
			if (a == 12) document.images.LargePhoto.src = "mlsphoto/bigphoto/" + Path + "_12.jpg" ;
			if (a == 13) document.images.LargePhoto.src = "mlsphoto/bigphoto/" + Path + "_13.jpg" ;
			if (a == 14) document.images.LargePhoto.src = "mlsphoto/bigphoto/" + Path + "_14.jpg" ;
			if (a == 15) document.images.LargePhoto.src = "mlsphoto/bigphoto/" + Path + "_15.jpg" ;
			if (a == 16) document.images.LargePhoto.src = "mlsphoto/bigphoto/" + Path + "_16.jpg" ;
			if (a == 17) document.images.LargePhoto.src = "mlsphoto/bigphoto/" + Path + "_17.jpg" ;
			if (a == 18) document.images.LargePhoto.src = "mlsphoto/bigphoto/" + Path + "_18.jpg" ;
			if (a == 19) document.images.LargePhoto.src = "mlsphoto/bigphoto/" + Path + "_19.jpg" ;
			if (a == 20) document.images.LargePhoto.src = "mlsphoto/bigphoto/" + Path + "_20.jpg" ;
		}