function gallery(id)
	{
		if(id==1){
					document.getElementById("bigimage").style.background = "url(../../../maui/attractions/images/roadtohana/scenic_drive.jpg)";
					document.getElementById("caption").innerHTML='The Road to Hana';
					
										}

		if(id==2){
					document.getElementById("bigimage").style.background = "url(../../../maui/attractions/images/roadtohana/road_to_hana_lookout.jpg)";
					document.getElementById("caption").innerHTML='Popular lookout point';
					
										}
										
		if(id==3){
					document.getElementById("bigimage").style.background = "url(../../../maui/attractions/images/roadtohana/scenic_view.jpg)";
					document.getElementById("caption").innerHTML='Scenic view';
					
										}
										
		if(id==4){
					document.getElementById("bigimage").style.background = "url(../../../maui/attractions/images/roadtohana/view_from_kaumahina_state_wayside_park.jpg)";
					document.getElementById("caption").innerHTML='View from Kaumahina State Wayside Park';
					
										}
										
		if(id==5){
					document.getElementById("bigimage").style.background = "url(../../../maui/attractions/images/roadtohana/road_to_hana.jpg)";
					document.getElementById("caption").innerHTML='Scenery along the Hana Highway';
					
										}
		if(id==6){
					document.getElementById("bigimage").style.background = "url(../../../maui/attractions/images/roadtohana/road_scenery.jpg)";
					document.getElementById("caption").innerHTML='A cloudy day';
					
										}
		if(id==7){
					document.getElementById("bigimage").style.background = "url(../../../maui/attractions/images/roadtohana/scenic_road.jpg)";
					document.getElementById("caption").innerHTML='Dark clouds approaching';
					
										}										
										
		if(id==8){
					document.getElementById("bigimage").style.background = "url(../../../maui/attractions/images/roadtohana/paved_road.jpg)";
					document.getElementById("caption").innerHTML='Paved, but very curvy road';
					
										}		
										
		if(id==9){
					document.getElementById("bigimage").style.background = "url(../../../maui/attractions/images/roadtohana/narrow_road.jpg)";
					document.getElementById("caption").innerHTML='Narrow stretch along Hana Highway';
					
										}		
		if(id==10){
					document.getElementById("bigimage").style.background = "url(../../../maui/attractions/images/roadtohana/one_of_the_road_bridges.jpg)";
					document.getElementById("caption").innerHTML='One of the road\'s many bridges';
					
										}	
		if(id==11){
					document.getElementById("bigimage").style.background = "url(../../../maui/attractions/images/roadtohana/hanawi_falls.jpg)";
					document.getElementById("caption").innerHTML='Hanawi Falls';
					
										}		
		if(id==12){
					document.getElementById("bigimage").style.background = "url(../../../maui/attractions/images/roadtohana/garden_of_eden.jpg)";
					document.getElementById("caption").innerHTML='Maui Garden of Eden';
					
										}		
		if(id==13){
					document.getElementById("bigimage").style.background = "url(../../../maui/attractions/images/roadtohana/goats.jpg)";
					document.getElementById("caption").innerHTML='Wild goats';
					
										}		
		if(id==14){
					document.getElementById("bigimage").style.background = "url(../../../maui/attractions/images/roadtohana/wailea_falls.jpg)";
					document.getElementById("caption").innerHTML='Wailua Falls';
					
										}		
		if(id==15){
					document.getElementById("bigimage").style.background = "url(../../../maui/attractions/images/roadtohana/view_from_the_air.jpg)";
					document.getElementById("caption").innerHTML='View from the air';
					
										}		
		if(id==16){
					document.getElementById("bigimage").style.background = "url(../../../maui/attractions/images/roadtohana/honomanu_bay.jpg)";
					document.getElementById("caption").innerHTML='Honomanu Bay';
					
										}		
		if(id==17){
					document.getElementById("bigimage").style.background = "url(../../../maui/attractions/images/roadtohana/keanae_peninsula.jpg)";
					document.getElementById("caption").innerHTML='Keanae Peninsula';
					
										}		
		if(id==18){
					document.getElementById("bigimage").style.background = "url(../../../maui/attractions/images/roadtohana/near_hana.jpg)";
					document.getElementById("caption").innerHTML='Near Hana';
					
										}		
}
					
