function gallery(id)
	{
		if(id==1){
					document.getElementById("bigimage").style.background = "url(../../images/bigislandhome/kilauea_volcano.jpg)";
					
										}
		if(id==2){
					document.getElementById("bigimage").style.background = "url(../../images/bigislandhome/akaka_falls.jpg)";
				
					}
		if(id==3){
					document.getElementById("bigimage").style.background = "url(../../images/bigislandhome/anaehoomalu_beach.jpg)";
					
					}
		if(id==4){
					document.getElementById("bigimage").style.background = "url(../../images/bigislandhome/green_sand_beach.jpg)";
				
					}
		if(id==5){
					document.getElementById("bigimage").style.background = "url(../../images/bigislandhome/hakalau_bay.jpg)";
				
					}
		if(id==6){
					document.getElementById("bigimage").style.background = "url(../../images/bigislandhome/kamuela_country_side.jpg)";
					
					}
					
					
		if(id==7){
					document.getElementById("bigimage").style.background = "url(../../images/bigislandhome/mauna_kea.jpg)";
					
										}
		if(id==8){
					document.getElementById("bigimage").style.background = "url(../../images/bigislandhome/mauna_kea_beach.jpg)";
				
					}
		if(id==9){
					document.getElementById("bigimage").style.background = "url(../../images/bigislandhome/pololu_valley_beach.jpg)";
					
					}
		if(id==10){
					document.getElementById("bigimage").style.background = "url(../../images/bigislandhome/puuhonua_o_honaunau_big_island.jpg)";
				
					}
		if(id==11){
					document.getElementById("bigimage").style.background = "url(../../images/bigislandhome/rainbow_falls.jpg)";
					
					}
		if(id==12){
					document.getElementById("bigimage").style.background = "url(../../images/bigislandhome/waipio_valley.jpg)";
				
					}
		
					
	}
	
