function gallery(id)
	{
		if(id==1){
					document.getElementById("bigimage").style.background = "url(../../../maui/attractions/images/dragonsteeth/dragons_teeth.jpg)";
					document.getElementById("caption").innerHTML='Dragon\’s Teeth';
					
										}
					
		if(id==2){
					document.getElementById("bigimage").style.background = "url(../../../maui/attractions/images/dragonsteeth/sharp_formations.jpg)";
					document.getElementById("caption").innerHTML='Sharp rock formations';
					
										}
										
		if(id==3){
					document.getElementById("bigimage").style.background = "url(../../../maui/attractions/images/dragonsteeth/beach_nearby.jpg)";
					document.getElementById("caption").innerHTML='Beach nearby';
					
										}
										
									
										}
					
