function gallery(id)
	{
		if(id==1){
					document.getElementById("bigimage").style.background = "url(../../../maui/beaches/images/polobeach/polo_beach.jpg)";
					document.getElementById("caption").innerHTML='Polo Beach';
					
										}
		if(id==2){
					document.getElementById("bigimage").style.background = "url(../../../maui/beaches/images/polobeach/walkway_to_polo_beach.jpg)";
					document.getElementById("caption").innerHTML='Walkway to Polo Beach';
				
					}
		if(id==3){
					document.getElementById("bigimage").style.background = "url(../../../maui/beaches/images/polobeach/beach_signs.jpg)";
					document.getElementById("caption").innerHTML='Warning sign';
					
					}
		if(id==4){
					document.getElementById("bigimage").style.background = "url(../../../maui/beaches/images/polobeach/molokini.jpg)";
					document.getElementById("caption").innerHTML='View to Molokini Island'; 
				
					}
		if(id==5){
					document.getElementById("bigimage").style.background = "url(../../../maui/beaches/images/polobeach/hawaiian_canoes.jpg)";
					document.getElementById("caption").innerHTML='Outrigger canoes';
				
					}
		if(id==6){
					document.getElementById("bigimage").style.background = "url(../../../maui/beaches/images/polobeach/noni_tree.jpg)";
					document.getElementById("caption").innerHTML='Noni tree';
				
					}
		if(id==7){
					document.getElementById("bigimage").style.background = "url(../../../maui/beaches/images/polobeach/honu_sign_at_polo_beach.jpg)";
					document.getElementById("caption").innerHTML='Honu sign at Polo Beach';
				
					}
		if(id==8){
					document.getElementById("bigimage").style.background = "url(../../../maui/beaches/images/polobeach/ovelooking_wailea_point_villas.jpg)";
					document.getElementById("caption").innerHTML='Ovelooking Wailea Point villas';
				
					}
					
		if(id==9){
					document.getElementById("bigimage").style.background = "url(../../../maui/beaches/images/polobeach/romantic_beach_walk.jpg)";
					document.getElementById("caption").innerHTML='Romantic beach walk';
				
					}
		if(id==10){
					document.getElementById("bigimage").style.background = "url(../../../maui/beaches/images/polobeach/lava_rocks_on_polo.jpg)";
					document.getElementById("caption").innerHTML='Lava rocks on Polo Beach';
				
					}
		if(id==11){
					document.getElementById("bigimage").style.background = "url(../../../maui/beaches/images/polobeach/overlooking_kahoolawe_island.jpg)";
					document.getElementById("caption").innerHTML='Overlooking Kahoolawe Island';
				
					}
		if(id==12){
					document.getElementById("bigimage").style.background = "url(../../../maui/beaches/images/polobeach/surfer_enters_the_water.jpg)";
					document.getElementById("caption").innerHTML='Surfer entering the water';
				
					}
		if(id==13){
					document.getElementById("bigimage").style.background = "url(../../../maui/beaches/images/polobeach/luxury_hotels_nearby.jpg)";
					document.getElementById("caption").innerHTML='Luxury hotels nearby';
				
					}
					
		if(id==14){
					document.getElementById("bigimage").style.background = "url(../../../maui/beaches/images/polobeach/people_relaxing_on_polo_beach.jpg)";
					document.getElementById("caption").innerHTML='People relaxing on Polo Beach';
				
					}
		if(id==15){
					document.getElementById("bigimage").style.background = "url(../../../maui/beaches/images/polobeach/villas_on_the_beach.jpg)";
					document.getElementById("caption").innerHTML='Oceanfront villas';
				
					}					
					}

