function gallery(id)
	{
		if(id==1){
					document.getElementById("bigimage").style.background = "url(../../../big-island/cities/images/kealakekua/kealakekua.jpg)";
					document.getElementById("caption").innerHTML='Kealakekua from the air';
					
										}
										
	
										}

