function gallery(id)
	{
		if(id==1){
					document.getElementById("bigimage").style.background = "url(../../images/oahuhome/relax_in_waikiki.jpg)";
					
										}
		if(id==2){
					document.getElementById("bigimage").style.background = "url(../../images/oahuhome/alamoanabeachpark_4.jpg)";
				
					}
		if(id==3){
					document.getElementById("bigimage").style.background = "url(../../images/oahuhome/dole_plantation_entrance.jpg)";
					
					}
		if(id==4){
					document.getElementById("bigimage").style.background = "url(../../images/oahuhome/royal_hawaiian_palace.jpg)";
				
					}
		if(id==5){
					document.getElementById("bigimage").style.background = "url(../../images/oahuhome/pali_lookout.jpg)";
				
					}
		if(id==6){
					document.getElementById("bigimage").style.background = "url(../../images/oahuhome/another_dramatic_sunrise.jpg)";
					
					}
					
					
		if(id==7){
					document.getElementById("bigimage").style.background = "url(../../images/oahuhome/picturesque_location.jpg)";
					
										}
		if(id==8){
					document.getElementById("bigimage").style.background = "url(../../images/oahuhome/view_from_uss_missouri.jpg)";
				
					}
		if(id==9){
					document.getElementById("bigimage").style.background = "url(../../images/oahuhome/scenic_oahu_bay.jpg)";
					
					}
		if(id==10){
					document.getElementById("bigimage").style.background = "url(../../images/oahuhome/waimea_falls.jpg)";
				
					}
		if(id==11){
					document.getElementById("bigimage").style.background = "url(../../images/oahuhome/walkway_to_the_temple.jpg)";
					
					}
		if(id==12){
					document.getElementById("bigimage").style.background = "url(../../images/oahuhome/welcome_to_africa.jpg)";
				
					}
		
					
	}
	
