function gallery(id)
	{
		if(id==1){
					document.getElementById("bigimage").style.background = "url(../images/marriage/kiss_on_the_beach.jpg)";
				
										}
		if(id==2){
					document.getElementById("bigimage").style.background = "url(../images/marriage/ala_moana_couple.jpg)";
					
					}
		if(id==3){
					document.getElementById("bigimage").style.background = "url(../images/marriage/just_married_on_maui.jpg)";
					
					}
		if(id==4){
					document.getElementById("bigimage").style.background = "url(../images/marriage/man_with_a_happy_couple.jpg)";
				
					}
		if(id==5){
					document.getElementById("bigimage").style.background = "url(../images/marriage/wedding_leis.jpg)";
					
					}
					
		if(id==6){
					document.getElementById("bigimage").style.background = "url(../images/marriage/waikiki_beach_marriage.jpg)";
					
					}

			
					
	}
	
	
