function gallery(id)
	{
		if(id==1){
					document.getElementById("bigimage").style.background = "url(../../../maui/beaches/images/oneloabeach/oneloa_beach.jpg)";
					document.getElementById("caption").innerHTML='Oneloa Beach';
					
										}
		if(id==2){
					document.getElementById("bigimage").style.background = "url(../../../maui/beaches/images/oneloabeach/maui_beaches.jpg)";
					document.getElementById("caption").innerHTML='View from the air';
					
										}										
										
					}

