function gallery(id)
	{
		if(id==1){
					document.getElementById("bigimage").style.background = "url(../../../maui/beaches/images/sugarbeach/sugar_beach.jpg)";
					document.getElementById("caption").innerHTML='Sugar Beach';
					
										}
		if(id==2){
					document.getElementById("bigimage").style.background = "url(../../../maui/beaches/images/sugarbeach/haleakala_in_the_background.jpg)";
					document.getElementById("caption").innerHTML='Haleakala in the background';
				
					}
					
					}

