function gallery(id)
	{
		if(id==1){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/sharkscove/sharks_cove_beach.jpg)";
					document.getElementById("caption").innerHTML='Shark\'s Cove';
					
										}
		if(id==2){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/sharkscove/amazing_colors.jpg)";
					document.getElementById("caption").innerHTML='Transparent waters';
				
					}
		if(id==3){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/sharkscove/azure_blue.jpg)";
					document.getElementById("caption").innerHTML='Azure blue cove';
					
					}
		if(id==4){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/sharkscove/colorful_vista.jpg)";
					document.getElementById("caption").innerHTML='Colorful vista'; 
				
					}
		if(id==5){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/sharkscove/info_sign.jpg)";
					document.getElementById("caption").innerHTML='Info sign';
				
					}
		if(id==6){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/sharkscove/steep_walkway_to_the_beach.jpg)";
					document.getElementById("caption").innerHTML='Steep walkway to the beach';
				
					}
		if(id==7){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/sharkscove/part_of_pupukea_beach_park.jpg)";
					document.getElementById("caption").innerHTML='Part of Pupukea Beach Park';
				
					}
		if(id==8){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/sharkscove/picturesque_location.jpg)";
					document.getElementById("caption").innerHTML='Picturesque landscape';
				
					}
					
		if(id==9){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/sharkscove/popular_diving_spot.jpg)";
					document.getElementById("caption").innerHTML='Popular diving destination';
				
					}
		if(id==10){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/sharkscove/sade_in_the_park.jpg)";
					document.getElementById("caption").innerHTML='Shade in the park';
				
					}
		if(id==11){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/sharkscove/sharks_cove_park.jpg)";
					document.getElementById("caption").innerHTML='Shark\'s Cove park';
				
					}
		if(id==12){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/sharkscove/view_from_the_park_area.jpg)";
					document.getElementById("caption").innerHTML='View from the park area';
				
					}
					
					}

