function gallery(id)
	{
		if(id==1){
					document.getElementById("bigimage").style.background = "url(images/photos/maui/road_to_hana.jpg)";
					document.getElementById("caption").innerHTML='Road to Hana';
										}
		if(id==2){
					document.getElementById("bigimage").style.background = "url(images/photos/maui/west_maui_mountains.jpg)";
					document.getElementById("caption").innerHTML='West Maui Mountains';
					}
		if(id==3){
					document.getElementById("bigimage").style.background = "url(images/photos/maui/view_from_the_sugar_cane_train.jpg)";
					document.getElementById("caption").innerHTML='View from the Sugar Cane Train';
					}
		if(id==4){
					document.getElementById("bigimage").style.background = "url(images/photos/maui/view_from_the_road_to_haleakala.jpg)";
					document.getElementById("caption").innerHTML='View from the road to Haleakala';
					}
		if(id==5){
					document.getElementById("bigimage").style.background = "url(images/photos/maui/sunrise_over_lanai.jpg)";
					document.getElementById("caption").innerHTML='Sunset over Lanai';
					}
		if(id==6){
					document.getElementById("bigimage").style.background = "url(images/photos/maui/spectacular_napili_point.jpg)";
					document.getElementById("caption").innerHTML='Spectacular Napili Point';
					}
					
					
		if(id==7){
					document.getElementById("bigimage").style.background = "url(images/photos/maui/sea_cliffs.jpg)";
					document.getElementById("caption").innerHTML='Sea cliffs';
										}
		if(id==8){
					document.getElementById("bigimage").style.background = "url(images/photos/maui/scenic_drive.jpg)";
					document.getElementById("caption").innerHTML='Scenic drive';
					}
		if(id==9){
					document.getElementById("bigimage").style.background = "url(images/photos/maui/rock_sculptures_along_northern_maui_coast.jpg)";
					document.getElementById("caption").innerHTML='Rock sculptures along northern Maui coast';
					}
		if(id==10){
					document.getElementById("bigimage").style.background = "url(images/photos/maui/road_to_hana_lookout.jpg)";
					document.getElementById("caption").innerHTML='Road to Hana lookout';
					}
		if(id==11){
					document.getElementById("bigimage").style.background = "url(images/photos/maui/near_hana.jpg)";
					document.getElementById("caption").innerHTML='Near Hana';
					}
		if(id==12){
					document.getElementById("bigimage").style.background = "url(images/photos/maui/maui_from_helicopter.jpg)";
					document.getElementById("caption").innerHTML='View from helicopter';
					}
					
															
		if(id==13){
					document.getElementById("bigimage").style.background = "url(images/photos/maui/maui_coast.jpg)";
					document.getElementById("caption").innerHTML='Maui coast';
										}
		if(id==14){
					document.getElementById("bigimage").style.background = "url(images/photos/maui/lahaina_night.jpg)";
					document.getElementById("caption").innerHTML='Lahaina night';
					}
		if(id==15){
					document.getElementById("bigimage").style.background = "url(images/photos/maui/kukui_bay.jpg)";
					document.getElementById("caption").innerHTML='Kukui Bay';
					}
		if(id==16){
					document.getElementById("bigimage").style.background = "url(images/photos/maui/koki_beach.jpg)";
					document.getElementById("caption").innerHTML='Koki Beach';
					}
		if(id==17){
					document.getElementById("bigimage").style.background = "url(images/photos/maui/haleakala_observatories.jpg)";
					document.getElementById("caption").innerHTML='Haleakala observatories';
					}
		if(id==18){
					document.getElementById("bigimage").style.background = "url(images/photos/maui/haipuaena_falls.jpg)";
					document.getElementById("caption").innerHTML='Haipuaena Falls';
					}
		
		
		if(id==19){
					document.getElementById("bigimage").style.background = "url(images/photos/maui/garden_of_eden.jpg)";
					document.getElementById("caption").innerHTML='Garden of Eden';
										}
		if(id==20){
					document.getElementById("bigimage").style.background = "url(images/photos/maui/coastal_maui.jpg)";
					document.getElementById("caption").innerHTML='Coastal Maui';
					}
		if(id==21){
					document.getElementById("bigimage").style.background = "url(images/photos/maui/beach_in_makena_cove.jpg)";
					document.getElementById("caption").innerHTML='Beach in Makena Cove';
					}
		if(id==22){
					document.getElementById("bigimage").style.background = "url(images/photos/maui/clouds_rolling_into_haleakala.jpg)";
					document.getElementById("caption").innerHTML='Clouds rolling into Haleakala';
					}
		if(id==23){
					document.getElementById("bigimage").style.background = "url(images/photos/maui/canoes_on_a_beach.jpg)";
					document.getElementById("caption").innerHTML='Canoes on a beach';
					}
		if(id==24){
					document.getElementById("bigimage").style.background = "url(images/photos/maui/birds_eye_view.jpg)";
					document.getElementById("caption").innerHTML='Bird\'s eye view';
					}
					
	}
	

