function gallery(id)
	{
		if(id==1){
					document.getElementById("bigimage").style.background = "url(../../../maui/beaches/images/honomanubay/honomanu_bay.jpg)";
					document.getElementById("caption").innerHTML='Honomanu Bay';
					
										}
		if(id==2){
					document.getElementById("bigimage").style.background = "url(../../../maui/beaches/images/honomanubay/view_from_the_road_to_hana.jpg)";
					document.getElementById("caption").innerHTML='View from the Road to Hana';
				
					}
		if(id==3){
					document.getElementById("bigimage").style.background = "url(../../../maui/beaches/images/honomanubay/honomanu_bay_and_nuaailua_bay.jpg)";
					document.getElementById("caption").innerHTML='Honomanu Bay and Nuaailua Bay';
				
					}
		if(id==4){
					document.getElementById("bigimage").style.background = "url(../../../maui/beaches/images/honomanubay/honomanu_bay_beach.jpg)";
					document.getElementById("caption").innerHTML='Honomanu Bay Beach';
				
					}					
					}

