function gallery(id)
	{
		if(id==1){
					document.getElementById("bigimage").style.background = "url(../../../oahu/shopping/images/alohatowermarketplace/aloha_tower.jpg)";
					document.getElementById("caption").innerHTML='Aloha Tower';
					
										}

		if(id==2){
					document.getElementById("bigimage").style.background = "url(../../../oahu/shopping/images/alohatowermarketplace/aloha_tower_base.jpg)";
					document.getElementById("caption").innerHTML='Aloha Tower base';
					
										}
										
		if(id==3){
					document.getElementById("bigimage").style.background = "url(../../../oahu/shopping/images/alohatowermarketplace/aloha_tower_marketplace.jpg)";
					document.getElementById("caption").innerHTML='Aloha Tower Marketplace';
					
										}
										
		if(id==4){
					document.getElementById("bigimage").style.background = "url(../../../oahu/shopping/images/alohatowermarketplace/marketplace_sign.jpg)";
					document.getElementById("caption").innerHTML='Sign';
					
										}
		if(id==5){
					document.getElementById("bigimage").style.background = "url(../../../oahu/shopping/images/alohatowermarketplace/cruise_ship_docked_at_aloha_tower_pier.jpg)";
					document.getElementById("caption").innerHTML='Cruise ship docked at Aloha Tower pier';
					
										}
										
		if(id==6){
					document.getElementById("bigimage").style.background = "url(../../../oahu/shopping/images/alohatowermarketplace/food_court.jpg)";
					document.getElementById("caption").innerHTML='Food court';
					
										}
										
		if(id==7){
					document.getElementById("bigimage").style.background = "url(../../../oahu/shopping/images/alohatowermarketplace/gifts_and_souvenirs.jpg)";
					document.getElementById("caption").innerHTML='Gifts and souvenirs';
					
										}
										
		if(id==8){
					document.getElementById("bigimage").style.background = "url(../../../oahu/shopping/images/alohatowermarketplace/gordon_biersch.jpg)";
					document.getElementById("caption").innerHTML='Gordon Biersch restaurant';
					
										}
										
		if(id==9){
					document.getElementById("bigimage").style.background = "url(../../../oahu/shopping/images/alohatowermarketplace/sitting_area_near_the_stage.jpg)";
					document.getElementById("caption").innerHTML='Sitting area near the stage';
					
										}
										
		if(id==10){
					document.getElementById("bigimage").style.background = "url(../../../oahu/shopping/images/alohatowermarketplace/stairs_to_level2.jpg)";
					document.getElementById("caption").innerHTML='Stairs to level 2';
					
										}	
		if(id==11){
					document.getElementById("bigimage").style.background = "url(../../../oahu/shopping/images/alohatowermarketplace/view_from_level2.jpg)";
					document.getElementById("caption").innerHTML='View from level 2';
					
										}
		if(id==12){
					document.getElementById("bigimage").style.background = "url(../../../oahu/shopping/images/alohatowermarketplace/welcoming_hula_statue.jpg)";
					document.getElementById("caption").innerHTML='Welcoming hula statue at the entrance';
					
										}
										
		if(id==13){
					document.getElementById("bigimage").style.background = "url(../../../oahu/shopping/images/alohatowermarketplace/matson.jpg)";
					document.getElementById("caption").innerHTML='Matson ship with supplies';
					
										}
										
		if(id==14){
					document.getElementById("bigimage").style.background = "url(../../../oahu/shopping/images/alohatowermarketplace/ncl_cruise_ship.jpg)";
					document.getElementById("caption").innerHTML='NCL cruise ship';
					
										}
										
		if(id==15){
					document.getElementById("bigimage").style.background = "url(../../../oahu/shopping/images/alohatowermarketplace/star_of_honolulu.jpg)";
					document.getElementById("caption").innerHTML='Star of Honolulu dinner cruise ship';
					
										}
										
		if(id==16){
					document.getElementById("bigimage").style.background = "url(../../../oahu/shopping/images/alohatowermarketplace/tropical_fish_watching.jpg)";
					document.getElementById("caption").innerHTML='Tropical fish watching';
					
										}
										
		if(id==17){
					document.getElementById("bigimage").style.background = "url(../../../oahu/shopping/images/alohatowermarketplace/honolulu_harbor_fishies.jpg)";
					document.getElementById("caption").innerHTML='Honolulu Harbor fishies';
					
										}		
		if(id==18){
					document.getElementById("bigimage").style.background = "url(../../../oahu/shopping/images/alohatowermarketplace/tropical_fish.jpg)";
					document.getElementById("caption").innerHTML='Tropical fish';
					
										}		
										
										}

