function gallery(id)
	{
		if(id==1){
					document.getElementById("bigimage").style.background = "url(../../images/mauihome/spectacular_napili_point.jpg)";
					
										}
		if(id==2){
					document.getElementById("bigimage").style.background = "url(../../images/mauihome/haipuaena_falls_maui.jpg)";
				
					}
		if(id==3){
					document.getElementById("bigimage").style.background = "url(../../images/mauihome/haleakala.jpg)";
					
					}
		if(id==4){
					document.getElementById("bigimage").style.background = "url(../../images/mauihome/iao_valley_state_park.jpg)";
				
					}
		if(id==5){
					document.getElementById("bigimage").style.background = "url(../../images/mauihome/kaanapali.jpg)";
				
					}
		if(id==6){
					document.getElementById("bigimage").style.background = "url(../../images/mauihome/keanae_peninsula.jpg)";
					
					}
					
					
		if(id==7){
					document.getElementById("bigimage").style.background = "url(../../images/mauihome/lahaina.jpg)";
					
										}
		if(id==8){
					document.getElementById("bigimage").style.background = "url(../../images/mauihome/napili_bay.jpg)";
				
					}
		if(id==9){
					document.getElementById("bigimage").style.background = "url(../../images/mauihome/road_to_hana.jpg)";
					
					}
		if(id==10){
					document.getElementById("bigimage").style.background = "url(../../images/mauihome/sunny_day_at_koki_beach.jpg)";
				
					}
		if(id==11){
					document.getElementById("bigimage").style.background = "url(../../images/mauihome/waianapanapa_black_sand_beach.jpg)";
					
					}
		if(id==12){
					document.getElementById("bigimage").style.background = "url(../../images/mauihome/wailea_shops.jpg)";
				
					}
		
					
	}
	
