function gallery(id)
	{
		if(id==1){
					document.getElementById("bigimage").style.background = "url(../images/home/picturesque_scenery.jpg)";
					
										}
		if(id==2){
					document.getElementById("bigimage").style.background = "url(../images/home/busy_waikiki_beach.jpg)";
					
					}
		if(id==3){
					document.getElementById("bigimage").style.background = "url(../images/home/amazing_sunset.jpg)";
					
					}
		if(id==4){
					document.getElementById("bigimage").style.background = "url(../images/home/tropical_kahala.jpg)";
					
					}
		if(id==5){
					document.getElementById("bigimage").style.background = "url(../images/home/scenic_drive.jpg)";
					
					}
		if(id==6){
					document.getElementById("bigimage").style.background = "url(../images/home/na_pali_coastline_kauai.jpg)";
				
					}
		if(id==7){
					document.getElementById("bigimage").style.background = "url(../images/home/lahaina_sunset_over_lanai.jpg)";
					
										}
		if(id==8){
					document.getElementById("bigimage").style.background = "url(../images/home/kalaupapa_lookout.jpg)";
					
					}
		if(id==9){
					document.getElementById("bigimage").style.background = "url(../images/home/hidden_beaches.jpg)";
					
					}
		if(id==10){
					document.getElementById("bigimage").style.background = "url(../images/home/hawaii_volcanoes_national_park_big_island.jpg)";
					
					}
		if(id==11){
					document.getElementById("bigimage").style.background = "url(../images/home/garden_of_the_gods.jpg)";
					
					}
		if(id==12){
					document.getElementById("bigimage").style.background = "url(../images/home/clear_day_at_haleakala.jpg)";
				
					}					
	}
	
	
