function gallery(id)
	{
		if(id==1){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/alamoanabeach/ala_moana_beach.jpg)";
					document.getElementById("caption").innerHTML='Ala Moana Beach';
					
										}
		if(id==2){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/alamoanabeach/beach_park.jpg)";
					document.getElementById("caption").innerHTML='Beach park';
				
					}
		if(id==3){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/alamoanabeach/biking_in_the_park.jpg)";
					document.getElementById("caption").innerHTML='Biking in the park';
					
					}
		if(id==4){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/alamoanabeach/calm_waters.jpg)";
					document.getElementById("caption").innerHTML='Calm water'; 
				
					}
		if(id==5){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/alamoanabeach/located_in_the_heart_of_the_city.jpg)";
					document.getElementById("caption").innerHTML='Located in the heart of Honolulu';
				
					}
		if(id==6){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/alamoanabeach/long_sandy_beach.jpg)";
					document.getElementById("caption").innerHTML='Long sandy beach';
				
					}
		if(id==7){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/alamoanabeach/magic_island.jpg)";
					document.getElementById("caption").innerHTML='Magic Island';
				
					}
		if(id==8){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/alamoanabeach/magic_island_from_the_air.jpg)";
					document.getElementById("caption").innerHTML='Magic Island from the air';
				
					}
					
		if(id==9){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/alamoanabeach/magic_island_park.jpg)";
					document.getElementById("caption").innerHTML='Magic Island park';
				
					}
		if(id==10){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/alamoanabeach/magic_island_sunset.jpg)";
					document.getElementById("caption").innerHTML='Sunset on Magic Island';
				
					}
		if(id==11){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/alamoanabeach/picnic_tables.jpg)";
					document.getElementById("caption").innerHTML='Picnic tables';
				
					}
		if(id==12){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/alamoanabeach/picnic_on_the_beach.jpg)";
					document.getElementById("caption").innerHTML='Picnic on the beach';
				
					}
		if(id==13){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/alamoanabeach/memorial_day.jpg)";
					document.getElementById("caption").innerHTML='Lantern ceremony on Memorial Day';
				
					}
					
		if(id==14){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/alamoanabeach/romantic_sunset_watching.jpg)";
					document.getElementById("caption").innerHTML='Romantic sunset watching';
				
					}
		if(id==15){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/alamoanabeach/stand_up_paddlers_at_sunset.jpg)";
					document.getElementById("caption").innerHTML='Stand up paddlers at sunset';
				
					}
		if(id==16){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/alamoanabeach/sunset_light.jpg)";
					document.getElementById("caption").innerHTML='Sunset light';
				
					}
		if(id==17){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/alamoanabeach/view_to_diamond_head.jpg)";
					document.getElementById("caption").innerHTML='View to Diamond Head';
				
					}
		if(id==18){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/alamoanabeach/view_to_waikiki.jpg)";
					document.getElementById("caption").innerHTML='View to Waikiki';
				
					}					
					
					}

