function d_SwapImage(_index){
	
	document.getElementById('Picture').src = 'images/gallery/fullsize' + arrGallery[_index][0];
	if(document.getElementById('Caption'))document.getElementById('Caption').innerHTML = arrGallery[_index][1];
	
}
