function gallery(id)
	{
		if(id==1){
					document.getElementById("bigimage").style.background = "url(../../../maui/shopping/images/theshopsat505/the_shops_at_505.jpg)";
					document.getElementById("caption").innerHTML='The Shops at 505';
					
										}

		if(id==2){
					document.getElementById("bigimage").style.background = "url(../../../maui/shopping/images/theshopsat505/front_street_entrance.jpg)";
					document.getElementById("caption").innerHTML='Front Street entrance';
					
										}
										
		if(id==3){
					document.getElementById("bigimage").style.background = "url(../../../maui/shopping/images/theshopsat505/lahaina_shopping_mall.jpg)";
					document.getElementById("caption").innerHTML='Lahaina shopping mall';
					
										}
										
		if(id==4){
					document.getElementById("bigimage").style.background = "url(../../../maui/shopping/images/theshopsat505/evening.jpg)";
					document.getElementById("caption").innerHTML='Evening';
					
										}
		if(id==5){
					document.getElementById("bigimage").style.background = "url(../../../maui/shopping/images/theshopsat505/pacifico_beachfront_restaurant.jpg)";
					document.getElementById("caption").innerHTML='Pacific\'O beachfront restaurant';
					
										}
		if(id==6){
					document.getElementById("bigimage").style.background = "url(../../../maui/shopping/images/theshopsat505/view_from_the_pacifico.jpg)";
					document.getElementById("caption").innerHTML='View from Pacific\'O';
					
										}
								
					}

