function gallery(id)
	{
		if(id==1){
					document.getElementById("bigimage").style.background = "url(images/photos/lanai/beautiful_koele_grounds.jpg)";
					document.getElementById("caption").innerHTML='Koele Lodge grounds';
										}
		if(id==2){
					document.getElementById("bigimage").style.background = "url(images/photos/lanai/dole_park.jpg)";
					document.getElementById("caption").innerHTML='Dole Park in Lanai City';
					}
		if(id==3){
					document.getElementById("bigimage").style.background = "url(images/photos/lanai/four_seasons_at_manele_bay.jpg)";
					document.getElementById("caption").innerHTML='Four Seasons at Manele Bay';
					}
		if(id==4){
					document.getElementById("bigimage").style.background = "url(images/photos/lanai/garden_of_the_gods.jpg)";
					document.getElementById("caption").innerHTML='Garden of the Gods';
					}
		if(id==5){
					document.getElementById("bigimage").style.background = "url(images/photos/lanai/hulopoe_bay_beach.jpg)";
					document.getElementById("caption").innerHTML='Hulopoe Bay Beach';
					}
		if(id==6){
					document.getElementById("bigimage").style.background = "url(images/photos/lanai/koele_lodge.jpg)";
					document.getElementById("caption").innerHTML='Koele Lodge';
					}
					
					
		if(id==7){
					document.getElementById("bigimage").style.background = "url(images/photos/lanai/lanai_city.jpg)";
					document.getElementById("caption").innerHTML='Lanai City';
										}
		if(id==8){
					document.getElementById("bigimage").style.background = "url(images/photos/lanai/manele_resort_pool.jpg)";
					document.getElementById("caption").innerHTML='Manele Resort pool';
					}
		if(id==9){
					document.getElementById("bigimage").style.background = "url(images/photos/lanai/munro_trail_lookout.jpg)";
					document.getElementById("caption").innerHTML='Munro Trail lookout';
					}
		if(id==10){
					document.getElementById("bigimage").style.background = "url(images/photos/lanai/puu_pehe_sweetheart_rock.jpg)";
					document.getElementById("caption").innerHTML='Pu\'u Pehe Sweetheart Rock';
					}
		if(id==11){
					document.getElementById("bigimage").style.background = "url(images/photos/lanai/shipwreck_beach.jpg)";
					document.getElementById("caption").innerHTML='Shipwreck Beach';
					}
		if(id==12){
					document.getElementById("bigimage").style.background = "url(images/photos/lanai/waterfall_garden.jpg)";
					document.getElementById("caption").innerHTML='Waterfall garden';
					}
					
					
	
		if(id==13){
					document.getElementById("bigimage").style.background = "url(images/photos/lanai/boat_dock.jpg)";
					document.getElementById("caption").innerHTML='Boat dock';
										}
		if(id==14){
					document.getElementById("bigimage").style.background = "url(images/photos/lanai/mist_moving_down_the_mountain.jpg)";
					document.getElementById("caption").innerHTML='Mist moving down the mountain';
					}
		if(id==15){
					document.getElementById("bigimage").style.background = "url(images/photos/lanai/challenge_at_manele_golf_course.jpg)";
					document.getElementById("caption").innerHTML='Challenge at Manele Golf Course';
					}
		if(id==16){
					document.getElementById("bigimage").style.background = "url(images/photos/lanai/palawai_basin_road.jpg)";
					document.getElementById("caption").innerHTML='Palawai Basin Road';
					}
		if(id==17){
					document.getElementById("bigimage").style.background = "url(images/photos/lanai/typical_dirt_road_on_lanai.jpg)";
					document.getElementById("caption").innerHTML='Typical dirt road on Lanai';
					}
		if(id==18){
					document.getElementById("bigimage").style.background = "url(images/photos/lanai/spanish_dancer.jpg)";
					document.getElementById("caption").innerHTML='Spanish Dancer on a Lanai reef';
					}
										
	}
	

