function gallery(id)
	{
		if(id==1){
					document.getElementById("bigimage").style.background = "url(../images/fromair/oahus_south_shore.jpg)";
					
										}
		if(id==2){
					document.getElementById("bigimage").style.background = "url(../images/fromair/maui_coastline.jpg)";
					
					}
		if(id==3){
					document.getElementById("bigimage").style.background = "url(../images/fromair/coastal_golf_course_on_big_island.jpg)";
		
					}
		if(id==4){
					document.getElementById("bigimage").style.background = "url(../images/fromair/clouds_over_lanai.jpg)";
				
					}

			
					
	}
	
	
