function gallery(id)
	{
		if(id==1){
					document.getElementById("bigimage").style.background = "url(../../../maui/attractions/images/oheogulch/oheo_gulch.jpg)";
					
										}
		if(id==2){
					document.getElementById("bigimage").style.background = "url(../../../maui/attractions/images/oheogulch/flash_flood.jpg)";
				
					}
		if(id==3){
					document.getElementById("bigimage").style.background = "url(../../../maui/attractions/images/oheogulch/seven_sacred_pools.jpg)";
					
					}
		if(id==4){
					document.getElementById("bigimage").style.background = "url(../../../maui/attractions/images/oheogulch/the_lower_end_of_the_gulch.jpg)";
				
					}


					
	}
	

