function gallery(id)
	{
		if(id==1){
					document.getElementById("bigimage").style.background = "url(../../images/molokaihome/aerial_view_of_the_kalaupapa_peninsula.jpg)";
					
										}
		if(id==2){
					document.getElementById("bigimage").style.background = "url(../../images/molokaihome/beach_and_palms.jpg)";
				
					}
		if(id==3){
					document.getElementById("bigimage").style.background = "url(../../images/molokaihome/kalaupapa_mule_riding_tour.jpg)";
					
					}
		if(id==4){
					document.getElementById("bigimage").style.background = "url(../../images/molokaihome/looking_east_along_the_north_shore.jpg)";
				
					}
		if(id==5){
					document.getElementById("bigimage").style.background = "url(../../images/molokaihome/molokai_vista.jpg)";
				
					}
		if(id==6){
					document.getElementById("bigimage").style.background = "url(../../images/molokaihome/hotel_molokai.jpg)";
					
					}
					
					
		if(id==7){
					document.getElementById("bigimage").style.background = "url(../../images/molokaihome/molokai_cliffs.jpg)";
					
										}
		if(id==8){
					document.getElementById("bigimage").style.background = "url(../../images/molokaihome/molokai_coastline.jpg)";
				
					}
		if(id==9){
					document.getElementById("bigimage").style.background = "url(../../images/molokaihome/murphys_beach.jpg)";
					
					}
		if(id==10){
					document.getElementById("bigimage").style.background = "url(../../images/molokaihome/halawa_beach.jpg)";
				
					}
		if(id==11){
					document.getElementById("bigimage").style.background = "url(../../images/molokaihome/palaau_state_park.jpg)";
					
					}
		if(id==12){
					document.getElementById("bigimage").style.background = "url(../../images/molokaihome/purdys_natural_macadamia_nut_farm.jpg)";
				
					}
		
					
	}
	
