	function swap(n) {
	
		/* here is where the gallery picture switch funtion is */

	if (n == 1){document.images.swapPic.src = "../Scrapbook/Buddy.jpg";
				document.getElementById('caption1').innerHTML = "Daryl with Buddy Rich";
				}
	
	if (n == 2){document.images.swapPic.src = "../Scrapbook/Chans.jpg";
				document.getElementById('caption1').innerHTML = "At Chan's - Daryl, father Sammy, Marshall Wood, James Chirillo and Warren Vache.";
				}

	if (n == 3){document.images.swapPic.src = "../Scrapbook/Czak.jpg";
				document.getElementById('caption1').innerHTML = "With Jim Czak at Nola Studio.";
				}
	
	if (n == 4){document.images.swapPic.src = "../Scrapbook/Dizzy.jpg";
				document.getElementById('caption1').innerHTML = "With Dizzy Gillespie.";
				}
	
	if (n == 5){document.images.swapPic.src = "../Scrapbook/DollyDawn.jpg";
				document.getElementById('caption1').innerHTML = "At the Fortune Garden Pavilion with Boots Maleson and Dolly Dawn";
				}
	
	if (n == 6){document.images.swapPic.src = "../Scrapbook/Dorough.jpg";
				document.getElementById('caption1').innerHTML = "With Bob Dorough.";
				}
	
	if (n == 7){document.images.swapPic.src = "../Scrapbook/Encore.jpg";
				document.getElementById('caption1').innerHTML = "At the Encore with Loren Schoenberg, Howard Alden and Jay Leonhart.";
				}
	
	if (n == 8){document.images.swapPic.src = "../Scrapbook/FriendsWithPleasure.jpg";
				document.getElementById('caption1').innerHTML = "At the recording of Friends With Pleasure.";
				}
	
	if (n == 9){document.images.swapPic.src = "../Scrapbook/GeneEdna.jpg";
				document.getElementById('caption1').innerHTML = "Loyal fans at the Fortune Garden Pavilion.";
				}
	
	if (n == 10){document.images.swapPic.src = "../Scrapbook/Green_Cliff.jpg";
				document.getElementById('caption1').innerHTML = "With Dave Green and Dave Cliff at Renouf's in England.";
				}
	
	if (n == 11){document.images.swapPic.src = "../Scrapbook/GonqHP_JC.jpg";
				document.getElementById('caption1').innerHTML = "With Houston Person and Joe Cohn at The Algonquin.";
				}
	
	if (n == 12){document.images.swapPic.src = "../Scrapbook/Gonq_GB_JL.jpg";
				document.getElementById('caption1').innerHTML = "With Gene Bertoncini and Jay Leonhart at The Algonquin.";
				}
	
	if (n == 13){document.images.swapPic.src = "../Scrapbook/Lea.jpg";
				document.getElementById('caption1').innerHTML = "With Barbara Lea at Firebird";
				}
	
	if (n == 14){document.images.swapPic.src = "../Scrapbook/Malone.jpg";
				document.getElementById('caption1').innerHTML = "With Russell Malone at the Arbors March of Jazz.";
				}
	
	if (n == 15){document.images.swapPic.src = "../Scrapbook/Mask.jpg";
				document.getElementById('caption1').innerHTML = "Halloween on the QE II.";
				}
	
	if (n == 16){document.images.swapPic.src = "../Scrapbook/McKenna.jpg";
				document.getElementById('caption1').innerHTML = "With Dave McKenna";
				}
	if (n == 17){document.images.swapPic.src = "../Scrapbook/McPartland.jpg";
				document.getElementById('caption1').innerHTML = "With Marian McPartland";
				}
	if (n == 18){document.images.swapPic.src = "../Scrapbook/Newport.jpg";
				document.getElementById('caption1').innerHTML = "At the Newport Jazz Festival in Newport - 1982";
				}
	if (n == 19){document.images.swapPic.src = "../Scrapbook/panel.jpg";
				document.getElementById('caption1').innerHTML = "Panel discussion on the QE II - Etta Jones, Vanessa Rubin, Aria Hendricks and Daryl.";
				}
	if (n == 20){document.images.swapPic.src = "../Scrapbook/RuthSteve.jpg";
				document.getElementById('caption1').innerHTML = "With Ruth and webmaster.";
				}
	if (n == 21){document.images.swapPic.src = "../Scrapbook/Shaw.jpg";
				document.getElementById('caption1').innerHTML = "Singing with the Artie Shaw Orchestra with Dick Johnson.";
				}
	if (n == 22){document.images.swapPic.src = "../Scrapbook/Syms.jpg";
				document.getElementById('caption1').innerHTML = "Sylvia Syms with Sammy Sherman";
				}
	if (n == 23){document.images.swapPic.src = "../Scrapbook/trumpet.jpg";
				document.getElementById('caption1').innerHTML = "With Dick Sudhalter, ";
				}
	if (n == 24){document.images.swapPic.src = "../Scrapbook/WhiteMcCorkle.jpg";
				document.getElementById('caption1').innerHTML = "With Carla White and Susannah McCorkle";
				}
	if (n == 25){document.images.swapPic.src = "../Scrapbook/Williams_Malone.jpg";
				document.getElementById('caption1').innerHTML = "With Jackie Williams and Russell Malone";
				}
	
	if (n == 26){document.images.swapPic.src = "../Scrapbook/WinstonFredette.jpg";
				document.getElementById('caption1').innerHTML = "With Nancy Winston and Carol Fredette";
				}
	
	if (n == 27){document.images.swapPic.src = "../Scrapbook/BillWatrous.jpg";
				document.getElementById('caption1').innerHTML = "Bill Watrous";
				}
	
	if (n == 28){document.images.swapPic.src = "../Scrapbook/Yogi.jpg";
				document.getElementById('caption1').innerHTML = "Yogi Berra";
				}
	if (n == 29){document.images.swapPic.src = "../Scrapbook/PercyHeath_QEII.jpg";
				document.getElementById('caption1').innerHTML = "Percy Heath on the QE II";
				}
	
	if (n == 30)
	{document.images.swapPic.src = "../Scrapbook/DS_007.jpg";
				document.getElementById('caption1').innerHTML = "Daryl and father, Sammy, at the Waldorf.";
				}
	if (n == 31)
	{document.images.swapPic.src = "../Scrapbook/DS_006.jpg";
				document.getElementById('caption1').innerHTML = "Daryl and Boots Maleson at the Waldorf.";
				}
	}
	
