function gallery(id)
	{
		if(id==1){
					document.getElementById("bigimage").style.background = "url(../../../kauai/attractions/images/waimeacanyon/spectacular_waimea_canyon.jpg)";
					document.getElementById("caption").innerHTML='Waimea Canyon State Park';
					
										}

		if(id==2){
					document.getElementById("bigimage").style.background = "url(../../../kauai/attractions/images/waimeacanyon/park_sign.jpg)";
					document.getElementById("caption").innerHTML='Park sign';
					
										}
										
		if(id==3){
					document.getElementById("bigimage").style.background = "url(../../../kauai/attractions/images/waimeacanyon/gorgeous_view.jpg)";
					document.getElementById("caption").innerHTML='Gorgeous view';
					
										}
										
		if(id==4){
					document.getElementById("bigimage").style.background = "url(../../../kauai/attractions/images/waimeacanyon/hiking_trail.jpg)";
					document.getElementById("caption").innerHTML='Hiking trail';
					
										}
										
		if(id==5){
					document.getElementById("bigimage").style.background = "url(../../../kauai/attractions/images/waimeacanyon/popular_kauai_attraction.jpg)";
					document.getElementById("caption").innerHTML='Popular Kauai attraction';
					
										}
		if(id==6){
					document.getElementById("bigimage").style.background = "url(../../../kauai/attractions/images/waimeacanyon/rainbow_above_the_canyon.jpg)";
					document.getElementById("caption").innerHTML='Rainbow above the canyon';
					
										}
		if(id==7){
					document.getElementById("bigimage").style.background = "url(../../../kauai/attractions/images/waimeacanyon/stunning_waipoo_falls.jpg)";
					document.getElementById("caption").innerHTML='Stunning Waipo\'o Falls';
					
										}										
										
		if(id==8){
					document.getElementById("bigimage").style.background = "url(../../../kauai/attractions/images/waimeacanyon/waimea_canyon.jpg)";
					document.getElementById("caption").innerHTML='Another beautiful view';
					
										}		
										
									
		if(id==9){
					document.getElementById("bigimage").style.background = "url(../../../kauai/attractions/images/waimeacanyon/waimea_canyon_rainbow.jpg)";
					document.getElementById("caption").innerHTML='Rainbow over Waimea Canyon';
					
										}		
										
		if(id==10){
					document.getElementById("bigimage").style.background = "url(../../../kauai/attractions/images/waimeacanyon/waipoo_falls.jpg)";
					document.getElementById("caption").innerHTML='Waipo\'o Falls';
					
										}		
										
										
		if(id==11){
					document.getElementById("bigimage").style.background = "url(../../../kauai/attractions/images/waimeacanyon/waipoo_falls_as_seen_from_the_canyon_trail.jpg)";
					document.getElementById("caption").innerHTML='Waipo\'o Falls seen from the canyon trail';
					
										}		
										
		if(id==12){
					document.getElementById("bigimage").style.background = "url(../../../kauai/attractions/images/waimeacanyon/waterfall_between_the_cliffs.jpg)";
					document.getElementById("caption").innerHTML='Waterfall between the cliffs';
					
										}		
										
		if(id==13){
					document.getElementById("bigimage").style.background = "url(../../../kauai/attractions/images/waimeacanyon/the_road_to_waimea_canyon.jpg)";
					document.getElementById("caption").innerHTML='The road to Waimea Canyon';
					
										}										
										
		if(id==14){
					document.getElementById("bigimage").style.background = "url(../../../kauai/attractions/images/waimeacanyon/winding_and_scenic_road.jpg)";
					document.getElementById("caption").innerHTML='Winding and scenic road';
					
										}		
										
									
		if(id==15){
					document.getElementById("bigimage").style.background = "url(../../../kauai/attractions/images/waimeacanyon/waterfall_next_to_waimea_canyon_drive.jpg)";
					document.getElementById("caption").innerHTML='Waterfall next to Waimea Canyon Drive';
					
										}		
										
		if(id==16){
					document.getElementById("bigimage").style.background = "url(../../../kauai/attractions/images/waimeacanyon/speed_limit_sign.jpg)";
					document.getElementById("caption").innerHTML='Speed limit sign';
					
										}		
										
										
		if(id==17){
					document.getElementById("bigimage").style.background = "url(../../../kauai/attractions/images/waimeacanyon/niihau_island_in_the_distance.jpg)";
					document.getElementById("caption").innerHTML='Niihau island in the distance';
					
										}		
										
		if(id==18){
					document.getElementById("bigimage").style.background = "url(../../../kauai/attractions/images/waimeacanyon/view_to_kauai_west_shore_from_the_road.jpg)";
					document.getElementById("caption").innerHTML='View to Kauai\'s west shore from the road';
					
										}												
	
					}

