function gallery(id)
	{
		if(id==1){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/makahabeach/beach_canoe.jpg)";
					
										}
		if(id==2){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/makahabeach/beachfront_houses.jpg)";
				
					}
		if(id==3){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/makahabeach/facilities.jpg)";
					
					}
		if(id==4){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/makahabeach/lifeguards_surfboard.jpg)";
				
					}
		if(id==5){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/makahabeach/makaha_beach.jpg)";
				
					}
		if(id==6){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/makahabeach/popular_bodysurfing_beach.jpg)";
					
					}
					
					
		if(id==7){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/makahabeach/restrooms.jpg)";
					
										}
		if(id==8){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/makahabeach/river_pond.jpg)";
				
					}
		if(id==9){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/makahabeach/shade_under_the_palm_trees.jpg)";
					
					}
		if(id==10){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/makahabeach/west_oahu_mountain.jpg)";
				
					}
		if(id==11){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/makahabeach/tropical_vegetation.jpg)";
					
					}
		if(id==12){
					document.getElementById("bigimage").style.background = "url(../../../oahu/beaches/images/makahabeach/hotel_on_makaha_beach.jpg)";
				
					}
		
		
		

					
	}
	
