function gallery(id)
	{
		
		if(id==1){
					document.getElementById("bigimage").style.background = "url(../../images/molokaihome/aerial_view_of_the_kalaupapa_peninsula.jpg)";
					document.getElementById("caption").innerHTML='Kalaupapa Peninsula';
				
					}
		if(id==2){
					document.getElementById("bigimage").style.background = "url(../../images/molokaihome/beach_and_palms.jpg)";
					document.getElementById("caption").innerHTML='Steep Molokai sea cliffs';
				
					}

		if(id==3){
					document.getElementById("bigimage").style.background = "url(../../images/molokaihome/kalaupapa_mule_riding_tour.jpg)";
					document.getElementById("caption").innerHTML='Kalaupapa mule riding tour';
				
					}


		if(id==4){
					document.getElementById("bigimage").style.background = "url(../../images/molokaihome/looking_east_along_the_north_shore.jpg)";
					document.getElementById("caption").innerHTML='Kalaupapa shoreline';
				
					}

		if(id==5){
					document.getElementById("bigimage").style.background = "url(../../images/molokaihome/molokai_vista.jpg)";
					document.getElementById("caption").innerHTML='Molokai vista';
					
										}
		if(id==6){
					document.getElementById("bigimage").style.background = "url(../../images/molokaihome/hotel_molokai.jpg)";
					document.getElementById("caption").innerHTML='Hotel Molokai';
					
					}

		if(id==7){
					document.getElementById("bigimage").style.background = "url(../../images/molokaihome/molokai_cliffs.jpg)";
					document.getElementById("caption").innerHTML='Molokai cliffs';
					
					}
					
		if(id==8){
					document.getElementById("bigimage").style.background = "url(../../images/molokaihome/molokai_coastline.jpg)";
					document.getElementById("caption").innerHTML='Molokai coastline';
					
										}
		if(id==9){
					document.getElementById("bigimage").style.background = "url(../../images/molokaihome/murphys_beach.jpg)";
					document.getElementById("caption").innerHTML='Murphy\'s Beach';
					
					}
					
		if(id==10){
					document.getElementById("bigimage").style.background = "url(../../images/molokaihome/halawa_beach.jpg)";
					document.getElementById("caption").innerHTML='Halawa Bay';
					
					}					
		if(id==11){
					document.getElementById("bigimage").style.background = "url(../../images/molokaihome/palaau_state_park.jpg)";
					document.getElementById("caption").innerHTML='Pala\'au State Park';
				
					}
					
		if(id==12){
					document.getElementById("bigimage").style.background = "url(../../images/molokaihome/purdys_natural_macadamia_nut_farm.jpg)";
					document.getElementById("caption").innerHTML='Purdy\'s Natural Macadamia Nut Farm';
				
					}
		
					
	}
	

