function gallery(id)
	{
		if(id==1){
					document.getElementById("bigimage").style.background = "url(../../images/oahuhome/relax_in_waikiki.jpg)";
					document.getElementById("caption").innerHTML='Relax in Waikiki';
					
										}
		if(id==2){
					document.getElementById("bigimage").style.background = "url(../../images/oahuhome/alamoanabeachpark_4.jpg)";
					document.getElementById("caption").innerHTML='Ala Moana Beach Park';
				
					}
		if(id==3){
					document.getElementById("bigimage").style.background = "url(../../images/oahuhome/dole_plantation_entrance.jpg)";
					document.getElementById("caption").innerHTML='Dole Pineapple Plantation';
					
					}
		if(id==4){
					document.getElementById("bigimage").style.background = "url(../../images/oahuhome/royal_hawaiian_palace.jpg)";
					document.getElementById("caption").innerHTML='Iolani Palace';
				
					}
		if(id==5){
					document.getElementById("bigimage").style.background = "url(../../images/oahuhome/pali_lookout.jpg)";
					document.getElementById("caption").innerHTML='Pali Lookout';
				
					}
		if(id==6){
					document.getElementById("bigimage").style.background = "url(../../images/oahuhome/another_dramatic_sunrise.jpg)";
					document.getElementById("caption").innerHTML='Sunrise over the North Shore';
					
					}
					
					
		if(id==7){
					document.getElementById("bigimage").style.background = "url(../../images/oahuhome/picturesque_location.jpg)";
					document.getElementById("caption").innerHTML='Waterfalls cascading down the mountains';
					
										}
		if(id==8){
					document.getElementById("bigimage").style.background = "url(../../images/oahuhome/view_from_uss_missouri.jpg)";
					document.getElementById("caption").innerHTML='Pearl Harbor';
				
					}
					
		if(id==9){
					document.getElementById("bigimage").style.background = "url(../../images/oahuhome/scenic_oahu_bay.jpg)";
					document.getElementById("caption").innerHTML='Kahana Bay';
				
					}
		if(id==10){
					document.getElementById("bigimage").style.background = "url(../../images/oahuhome/waimea_falls.jpg)";
					document.getElementById("caption").innerHTML='Waimea Falls';
					
					}
		if(id==11){
					document.getElementById("bigimage").style.background = "url(../../images/oahuhome/walkway_to_the_temple.jpg)";
					document.getElementById("caption").innerHTML='Byodo-In Temple';
				
					}
		if(id==12){
					document.getElementById("bigimage").style.background = "url(../../images/oahuhome/welcome_to_africa.jpg)";
					document.getElementById("caption").innerHTML='Honolulu Zoo';
					
					}

		
					
	}
	

