function gallery(id)
	{
		if(id==1){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/kalapakibeach/good_for_beach_strolls.jpg)";
					document.getElementById("caption").innerHTML='Kalapaki Beach';
					
										}

		if(id==2){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/kalapakibeach/kayak_competition.jpg)";
					document.getElementById("caption").innerHTML='Kayak competition';
					
										}
					
		if(id==3){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/kalapakibeach/beach_has_plenty_of_room.jpg)";
					document.getElementById("caption").innerHTML='Beach has plenty of room';
					
										}

		if(id==4){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/kalapakibeach/overlooking_entry_of_nawiliwili_harbor.jpg)";
					document.getElementById("caption").innerHTML='Overlooking entry of Nawiliwili Harbor';
					
										}
										
		if(id==5){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/kalapakibeach/parked_boat.jpg)";
					document.getElementById("caption").innerHTML='Parked boat';
					
										}

		if(id==6){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/kalapakibeach/popular_beach_among_surfers.jpg)";
					document.getElementById("caption").innerHTML='Popular beach among surfers';
					
										}
					
		if(id==7){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/kalapakibeach/kukui_point_lighthouse_in_the_distance.jpg)";
					document.getElementById("caption").innerHTML='Kukui Point Lighthouse in the distance';
					
										}

		if(id==8){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/kalapakibeach/beach_has_shady_areas.jpg)";
					document.getElementById("caption").innerHTML='The beach has shade';
					
										}
					
		if(id==9){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/kalapakibeach/creative_beach_sign.jpg)";
					document.getElementById("caption").innerHTML='Creative beach sign';
					
										}
					
		if(id==10){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/kalapakibeach/frequent_visitor_on_the_beach.jpg)";
					document.getElementById("caption").innerHTML='Frequent visitor on the beach';
					
										}
										
					
		if(id==11){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/kalapakibeach/statue_decorated_with_flower_leis.jpg)";
					document.getElementById("caption").innerHTML='Statue decorated with flower leis';
					
										}
					
		if(id==12){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/kalapakibeach/surf_lessons_on_the_beach.jpg)";
					document.getElementById("caption").innerHTML='Surf lessons on the beach';
					
										}	
		if(id==13){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/kalapakibeach/unique_weather_station.jpg)";
					document.getElementById("caption").innerHTML='Unique weather station';
					
										}

		if(id==14){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/kalapakibeach/view_to_kauai_marriott_resort.jpg)";
					document.getElementById("caption").innerHTML='View to Kauai Marriott Resort';
					
										}
					
		if(id==15){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/kalapakibeach/western_end_of_the_beach.jpg)";
					document.getElementById("caption").innerHTML='Western end of the beach';
					
										}
					
		if(id==16){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/kalapakibeach/lagoon_near_the_beach.jpg)";
					document.getElementById("caption").innerHTML='Lagoon near the beach';
					
										}
										
					
		if(id==17){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/kalapakibeach/view_to_the_lagoon.jpg)";
					document.getElementById("caption").innerHTML='View to the lagoon';
					
										}
					
		if(id==18){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/kalapakibeach/cruise_ship_docked_at_nearby_nawiliwili_harbor.jpg)";
					document.getElementById("caption").innerHTML='Cruise ship docked at Nawiliwili Harbor';
					
										}										
										
					}

