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

		if(id==2){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/glassbeach/black_rocks_shining_under_the_sun.jpg)";
					document.getElementById("caption").innerHTML='Black rocks shining under the sun';
					
										}
					
		if(id==3){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/glassbeach/small_uncrowded_beach.jpg)";
					document.getElementById("caption").innerHTML='Small uncrowded beach';
					
										}

		if(id==4){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/glassbeach/close_up_of_beach_sand_and_seaglass.jpg)";
					document.getElementById("caption").innerHTML='Close-up of beach sand and seaglass';
					
										}
										
		if(id==5){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/glassbeach/beach_without_shade.jpg)";
					document.getElementById("caption").innerHTML='Beach without shade';
					
										}

		if(id==6){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/glassbeach/looking_west.jpg)";
					document.getElementById("caption").innerHTML='Looking west';
					
										}
					
		if(id==7){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/glassbeach/road_to_the_beach.jpg)";
					document.getElementById("caption").innerHTML='End of the paved road to Glass Beach';
					
										}

		if(id==8){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/glassbeach/dirt_road_to_the_beach.jpg)";
					document.getElementById("caption").innerHTML='Dirt roadleads to the beach';
					
										}
					
		if(id==9){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/glassbeach/parking_near_the_beach.jpg)";
					document.getElementById("caption").innerHTML='Parking area';
					
										}

		if(id==10){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/glassbeach/gas_tanks_near_the_beach.jpg)";
					document.getElementById("caption").innerHTML='Gas tanks nearby';
					
										}
					
		if(id==11){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/glassbeach/located_in_an_industrial_area.jpg)";
					document.getElementById("caption").innerHTML='Located in an industrial area';
					
										}

		if(id==12){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/glassbeach/surrounded_by_industrial_buildings.jpg)";
					document.getElementById("caption").innerHTML='Surrounded by industrial buildings';
					
										}
										
					}

