function gallery(id)
	{
		if(id==1){
					document.getElementById("bigimage").style.background = "url(images/home/pupukea_beach_park.jpg)";
					document.getElementById("caption").innerHTML='North Shore, Oahu';
										}
		if(id==2){
					document.getElementById("bigimage").style.background = "url(images/home/upper_puohokamoa_falls.jpg)";
					document.getElementById("caption").innerHTML='Puohokamoa Falls, Maui';
					}
		if(id==3){
					document.getElementById("bigimage").style.background = "url(images/home/molokai_on_the_horizon.jpg)";
					document.getElementById("caption").innerHTML='Garden of the Gods, Lanai';
					}
		if(id==4){
					document.getElementById("bigimage").style.background = "url(images/home/picturesque_scenery.jpg)";
					document.getElementById("caption").innerHTML='Waimanalo Beach, Oahu';
					}
		if(id==5){
					document.getElementById("bigimage").style.background = "url(images/home/hawaii_volcanoes_national_park_big_island.jpg)";
					document.getElementById("caption").innerHTML='Hawaii Volcanoes National Park, Big Island';
					}
		if(id==6){
					document.getElementById("bigimage").style.background = "url(images/home/na_pali_coastline_kauai.jpg)";
					document.getElementById("caption").innerHTML='Na Pali Coast, Kauai';
					}
		
					
	}
	
	

