function gallery(id)
	{
		if(id==1){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/tunnelsbeach/tunnels_beach.jpg)";
					document.getElementById("caption").innerHTML='Tunnels Beach';
					
										}
		if(id==2){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/tunnelsbeach/clear_waters_and_beautiful_views.jpg)";
					document.getElementById("caption").innerHTML='Clear waters';
				
					}
		if(id==3){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/tunnelsbeach/bali_hai_around_the_corner.jpg)";
					document.getElementById("caption").innerHTML='Bali Hai around the corner';
					
					}
		if(id==4){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/tunnelsbeach/low_tide.jpg)";
					document.getElementById("caption").innerHTML='Low tide';
				
					}
		if(id==5){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/tunnelsbeach/north_shore_kauai.jpg)";
					document.getElementById("caption").innerHTML='Lush Kauai shore';
				
					}
		if(id==6){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/tunnelsbeach/aerial_view.jpg)";
					document.getElementById("caption").innerHTML='Aerial view';
				
					}
		if(id==7){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/tunnelsbeach/great_snorkeling_and_diving_conditions.jpg)";
					document.getElementById("caption").innerHTML='Great snorkeling and diving conditions';
					
										}
		if(id==8){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/tunnelsbeach/known_for_its_spectacular_coral_reef.jpg)";
					document.getElementById("caption").innerHTML='Known for its spectacular coral reef';
				
					}
		if(id==9){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/tunnelsbeach/azure_blue_water.jpg)";
					document.getElementById("caption").innerHTML='Azure blue water';
					
					}
		if(id==10){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/tunnelsbeach/not_much_shade_on_the_beach.jpg)";
					document.getElementById("caption").innerHTML='Not much shade';
				
					}
		if(id==11){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/tunnelsbeach/overlooking_north_shore_mountains.jpg)";
					document.getElementById("caption").innerHTML='Overlooking lush mountains';
				
					}
		if(id==12){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/tunnelsbeach/wide_sandy_beach.jpg)";
					document.getElementById("caption").innerHTML='Wide sandy beach';
				
					}	
		if(id==13){
					document.getElementById("bigimage").style.background = "url(../../../kauai/beaches/images/tunnelsbeach/kauai_beaches.jpg)";
					document.getElementById("caption").innerHTML='View from above';
				
					}					
										
					
					
					}

