function gallery(id)
	{
		if(id==1){
					document.getElementById("bigimage").style.background = "url(../../../maui/beaches/images/hanabay/hana_bay.jpg)";
					document.getElementById("caption").innerHTML='Hana Bay';
					
										}
		if(id==2){
					document.getElementById("bigimage").style.background = "url(../../../maui/beaches/images/hanabay/hana_village_and_bay.jpg)";
					document.getElementById("caption").innerHTML='Hana village on the bay';
				
					}
		if(id==3){
					document.getElementById("bigimage").style.background = "url(../../../maui/beaches/images/hanabay/rocky_bay.jpg)";
					document.getElementById("caption").innerHTML='Rocky bay';
					
					}
					}

