function swapPhoto1(photoSRC,theTitle,theCaption) 
		{
	document.images.imgPhotoAuracle.src = "images/" + photoSRC;
			}
			
			
function swapPhoto2(photoSRC,theTitle,theCaption) 
		{
	document.images.imgPhotoDomenikova.src = "images/" + photoSRC;
			}
			
			
function swapPhoto3(photoSRC,theTitle,theCaption) 
		{
	document.images.imgPhotoLander.src = "images/" + photoSRC;
			}
			

function swapPhoto4(photoSRC,theTitle,theCaption) 
		{
	document.images.imgPhotoLatest.src = "images/" + photoSRC;
			}
			

function swapPhoto5(photoSRC,theTitle,theCaption) 
		{
	document.images.imgPhotoDivinity.src = "images/" + photoSRC;
			}
			

function swapPhoto6(photoSRC,theTitle,theCaption) 
		{
	document.images.imgPhotoDossola.src = "images/" + photoSRC;
			}
			
			
function swapPhoto7(photoSRC,theTitle,theCaption) 
		{
	document.images.imgPhotoWindfall.src = "images/" + photoSRC;
			}
			
			
function swapPhoto8(photoSRC,theTitle,theCaption) 
		{
	document.images.imgPhotoWarlen.src = "images/" + photoSRC;
			}
					
			
			
function changeStyle(objectClass,CSSProp,newVal) 
		{
	var object = document.getElementByClass(objectClass);
		object.style[CSSProp] = newVal;
				}
			
			
			
