function gallery(id)
	{
		if(id==1){
					document.getElementById("bigimage").style.background = "url(../images/lanaihome/puu_pehe_sweetheart_rock.jpg)";
					document.getElementById("caption").innerHTML='Pu\'u Pehe (Sweetheart Rock)';
					
										}
		if(id==2){
					document.getElementById("bigimage").style.background = "url(../images/lanaihome/beautiful_koele_grounds.jpg)";
					document.getElementById("caption").innerHTML='Beautiful Koele Lodge grounds';
				
					}
		if(id==3){
					document.getElementById("bigimage").style.background = "url(../images/lanaihome/dole_park.jpg)";
					document.getElementById("caption").innerHTML='Dole Park, Lanai City';
					
					}
		if(id==4){
					document.getElementById("bigimage").style.background = "url(../images/lanaihome/four_seasons_at_manele_bay.jpg)";
					document.getElementById("caption").innerHTML='Four Seasons Resort at Manele Bay';
				
					}
		if(id==5){
					document.getElementById("bigimage").style.background = "url(../images/lanaihome/garden_of_the_gods.jpg)";
					document.getElementById("caption").innerHTML='Garden of the Gods';
				
					}
		if(id==6){
					document.getElementById("bigimage").style.background = "url(../images/lanaihome/hulopoe_bay_beach.jpg)";
					document.getElementById("caption").innerHTML='Hulopo\'e Bay Beach';
					
					}
					
					
		if(id==7){
					document.getElementById("bigimage").style.background = "url(../images/lanaihome/lanai_city.jpg)";
					document.getElementById("caption").innerHTML='Lanai City';
					
										}
		if(id==8){
					document.getElementById("bigimage").style.background = "url(../images/lanaihome/manele_resort_pool.jpg)";
					document.getElementById("caption").innerHTML='Manele Resort pool';
				
					}
		if(id==9){
					document.getElementById("bigimage").style.background = "url(../images/lanaihome/munro_trail_lookout.jpg)";
					document.getElementById("caption").innerHTML='Munro Trail lookout';
					
					}
		if(id==10){
					document.getElementById("bigimage").style.background = "url(../images/lanaihome/shipwreck_beach.jpg)";
					document.getElementById("caption").innerHTML='Shipwreck Beach';
				
					}
		if(id==11){
					document.getElementById("bigimage").style.background = "url(../images/lanaihome/waterfall_garden.jpg)";
					document.getElementById("caption").innerHTML='Waterfall garden';
					
					}
		if(id==12){
					document.getElementById("bigimage").style.background = "url(../images/lanaihome/koele_lodge.jpg)";
					document.getElementById("caption").innerHTML='Koele Lodge';
				
					}
		
					
	}
	

