function gallery(id)
	{
		if(id==1){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/waialaebeach/kahala_beach.jpg)";
					document.getElementById("caption").innerHTML='Waialae Beach Park';
					
										}
		if(id==2){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/waialaebeach/5_star_hotel.jpg)";
					document.getElementById("caption").innerHTML='Beach in front of the Kahala Hotel';
				
					}
		if(id==3){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/waialaebeach/beach_park.jpg)";
					document.getElementById("caption").innerHTML='Beach park';
					
					}
		if(id==4){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/waialaebeach/fine_oahu_beach.jpg)";
					document.getElementById("caption").innerHTML='Fine Oahu beach'; 
				
					}
		if(id==5){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/waialaebeach/kahala.jpg)";
					document.getElementById("caption").innerHTML='Kahala';
				
					}
		if(id==6){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/waialaebeach/luxurious_oahu_neighborhood.jpg)";
					document.getElementById("caption").innerHTML='Luxurious Oahu neighborhood';
				
					}
		if(id==7){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/waialaebeach/oceanfront_condos.jpg)";
					document.getElementById("caption").innerHTML='Oceanfront condos';
				
					}
		if(id==8){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/waialaebeach/overlooking_koko_head.jpg)";
					document.getElementById("caption").innerHTML='Oahu\'s south shore';
				
					}
					
		if(id==9){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/waialaebeach/popular_beach_for_weddings.jpg)";
					document.getElementById("caption").innerHTML='Popular beach for weddings';
				
					}
		if(id==10){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/waialaebeach/quiet_cove.jpg)";
					document.getElementById("caption").innerHTML='Quiet cove with man-made island';
				
					}
		if(id==11){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/waialaebeach/shallow_water.jpg)";
					document.getElementById("caption").innerHTML='Shallow area';
				
					}
		if(id==12){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/waialaebeach/small_fishpond_in_the_water.jpg)";
					document.getElementById("caption").innerHTML='Small fishpond in the water';
				
					}
		if(id==13){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/waialaebeach/small_man-made_island.jpg)";
					document.getElementById("caption").innerHTML='Small man-made island'; 
				
					}
					
		if(id==14){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/waialaebeach/south_shore_oahu.jpg)";
					document.getElementById("caption").innerHTML='South Shore Oahu';
				
					}
		if(id==15){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/waialaebeach/the_beach_in_front_of_kahala_hotel.jpg)";
					document.getElementById("caption").innerHTML='Kahala Hotel beach';
				
					}
		if(id==16){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/waialaebeach/the_beauty_of_hawaii.jpg)";
					document.getElementById("caption").innerHTML='Never crowded';
				
					}
		if(id==17){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/waialaebeach/tropical_beauty.jpg)";
					document.getElementById("caption").innerHTML='Good spot for a picnic';
				
					}
		if(id==18){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/waialaebeach/tropical_kahala.jpg)";
					document.getElementById("caption").innerHTML='Scenic views';
				
					}					
					
					}

