function gallery(id)
	{
		if(id==1){
					document.getElementById("bigimage").style.background = "url(images/marriage/kiss_on_the_beach.jpg)";
					document.getElementById("caption").innerHTML='Kiss on the beach';
										}
		if(id==2){
					document.getElementById("bigimage").style.background = "url(images/marriage/ala_moana_couple.jpg)";
					document.getElementById("caption").innerHTML='Couple at Ala Moana Beach, Oahu';
					}
		if(id==3){
					document.getElementById("bigimage").style.background = "url(images/marriage/just_married_on_maui.jpg)";
					document.getElementById("caption").innerHTML='Just married on Maui';
					}
		if(id==4){
					document.getElementById("bigimage").style.background = "url(images/marriage/man_with_a_happy_couple.jpg)";
					document.getElementById("caption").innerHTML='Happy couple';
					}
		if(id==5){
					document.getElementById("bigimage").style.background = "url(images/marriage/wedding_leis.jpg)";
					document.getElementById("caption").innerHTML='Wedding leis';
					}
			
		if(id==6){
					document.getElementById("bigimage").style.background = "url(images/marriage/waimanalo_beach_wedding.jpg)";
					document.getElementById("caption").innerHTML='Waimanalo Beach wedding';
					}
	}
	
	

