
var picsgraphics = new Array(	
	"images/2011DistantView473x315.jpg",
	"images/Reiersvlei-Farm-for-web 473x315.jpg",
	"images/Nacross-pool-to-verandah-for-webnew.jpg",
	"images/Verandanew473x315.jpg",	
	"images/livingArea473x315.jpg",
	"images/Bedroom One473x315.jpg",			
	"images/2011PoolOpen473x315.jpg",
	"images/Lappa with pool latestnew 473x315.jpg",		
	"images/2011PoolHills473x315.jpg",
	"images/NReiersvlei-across-reed-beds-for-web473x315.jpg",		
	"images/Reiersvlei NOv 2008 -Gay Ogg- 012.jpg",					
	"images/2011Whale473x315.jpg",
	"images/2011Heron473x315.jpg",				
	"images/Reiersvlei NOv 2008 -Gay Ogg- 013 473x315.jpg",	
	"images/Helicopter473x315.jpg");
									
												
	var preloadgraphics = new Array();
		for(var i=0; i<picsgraphics.length; i++) {
			preloadgraphics[i] = new Image();
			preloadgraphics[i].src = picsgraphics[i];
		}	

		
		
var picstxt = new Array(
	"Distant view of Reiersvlei Farm",
	"Farmhouse drive",
	"Across pool to verandah",
	"Verandah",	
	"Living area",	
	"Bedroom and private verandah",		
	"Pool",
	"Pool with lappa",
	"Pool and distant mountains",
	"Reed beds",	
	"Across reed beds to mountains",
	"Whale watching",
	"Bird watching - Heron",	
	"Walker Bay",
	"Helicopter landing at Reiersvlei");
	


	function swapPic(n) {
 				document.images.bigHpic.src= preloadgraphics[n].src;
 				
 				var div = document.getElementById("footertxtGalleryPage").firstChild;
				div.replaceData(0, div.length, picstxt[n]);					
	}
	
		
 
	
