var gallery=new Array()

function initGallery(show){
	if(show=='gallery'){
		gallery[0]=["images/gallery/External1.jpg","images/gallery/External1Lg.jpg",""] 
		gallery[1]=["images/gallery/orange6.jpg","images/gallery/orange6Lg.jpg",""] 
		gallery[2]=["images/gallery/EntranceSign.jpg","images/gallery/EntranceSignLg.jpg",""] 
		gallery[3]=["images/gallery/SwingSign.jpg","images/gallery/SwingSignLg.jpg",""] 
		gallery[4]=["images/gallery/entryway.png","images/gallery/entrywayLg.png",""] 
		gallery[5]=["images/gallery/orange4.png","images/gallery/orange4Lg.png",""] 
		gallery[6]=["images/gallery/orange3.jpg","images/gallery/orange3Lg.jpg",""] 
		gallery[7]=["images/gallery/SuperfoodSalad2.jpg","images/gallery/SuperfoodSalad2Lg.jpg",""] 
		gallery[8]=["images/gallery/PottedDuck.jpg","images/gallery/PottedDuckLg.jpg",""] 
		gallery[9]=["images/gallery/coffee.png","images/gallery/coffeeLg.png",""] 
		gallery[10]=["images/gallery/eggs.png","images/gallery/eggsLg.png",""] 
		gallery[11]=["images/gallery/pastry.png","images/gallery/pastryLg.png",""] 
		gallery[12]=["images/gallery/orange_promo-2687.png","images/gallery/orange_promo-2687Lg.png",""] 
		gallery[13]=["images/gallery/HotelBedroom.jpg","images/gallery/HotelBedroomLg.jpg",""] 
		gallery[14]=["images/gallery/HotelBedroom2.png","images/gallery/HotelBedroom2Lg.png",""] 
		gallery[15]=["images/gallery/bedsidetable.png","images/gallery/bedsidetableLg.png",""] 
		gallery[16]=["images/gallery/doorway.png","images/gallery/doorwayLg.png",""] 
		gallery[17]=["images/gallery/sink.png","images/gallery/sinkLg.png",""] 
		gallery[18]=["images/gallery/shower.png","images/gallery/showerLg.png",""] 
		gallery[19]=["images/gallery/desk.png","images/gallery/deskLg.png",""] 
		gallery[20]=["images/gallery/orange22.png","images/gallery/orange22Lg.png",""] 
		gallery[21]=["images/gallery/FirstFloorBar.jpg","images/gallery/FirstFloorBarLg.jpg",""] 
		gallery[22]=["images/gallery/GroundFloorBar.jpg","images/gallery/GroundFloorBarLg.jpg",""] 
		gallery[23]=["images/gallery/henry_guest.png","images/gallery/henry_guestLg.png",""] 
		gallery[24]=["images/gallery/orange9.png","images/gallery/orange9Lg.png",""] 
		gallery[25]=["images/gallery/orange17.png","images/gallery/orange17Lg.png",""] 
		gallery[26]=["images/gallery/orange44.png","images/gallery/orange44Lg.png",""] 
	}else if(show=='home'){
		gallery[0]=["images/gallery/entryway.png","images/gallery/entrywayLg.png",""] 
		gallery[1]=["images/gallery/orange3.jpg","images/gallery/orange3Lg.jpg",""] 
		gallery[2]=["images/gallery/orange17.png","images/gallery/orange17Lg.png",""] 
		gallery[3]=["images/gallery/SuperfoodSalad2.jpg","images/gallery/SuperfoodSalad2Lg.jpg",""] 
	}else if(show=='eating'){
		gallery[0]=["images/gallery/orange3.jpg","images/gallery/orange3Lg.jpg",""] 
		gallery[1]=["images/gallery/SuperfoodSalad2.jpg","images/gallery/SuperfoodSalad2Lg.jpg",""] 
		gallery[2]=["images/gallery/PottedDuck.jpg","images/gallery/PottedDuckLg.jpg",""] 
		gallery[3]=["images/gallery/henry_guest.png","images/gallery/henry_guestLg.png",""] 
		gallery[4]=["images/gallery/orange_promo-2687.png","images/gallery/orange_promo-2687Lg.png",""] 
	}else if(show=='hire'){
		gallery[0]=["images/gallery/FirstFloorBar.jpg","images/gallery/FirstFloorBarLg.jpg",""] 
		gallery[1]=["images/gallery/orange9.png","images/gallery/orange9Lg.png",""] 
		gallery[2]=["images/gallery/orange17.png","images/gallery/orange17Lg.png",""] 
		gallery[3]=["images/gallery/orange44.png","images/gallery/orange44Lg.png",""] 
		gallery[4]=["images/gallery/henryguesttable.png","images/gallery/henryguesttableLg.png",""] 
	}else if(show=='sleep'){
		gallery[0]=["images/gallery/HotelBedroom.jpg","images/gallery/HotelBedroomLg.jpg",""] 
		gallery[1]=["images/gallery/HotelBedroom2.png","images/gallery/HotelBedroom2Lg.png",""] 
		gallery[2]=["images/gallery/bedsidetable.png","images/gallery/bedsidetableLg.png",""] 
		gallery[3]=["images/gallery/doorway.png","images/gallery/doorwayLg.png",""] 
		gallery[4]=["images/gallery/sink.png","images/gallery/sinkLg.png",""] 
		gallery[5]=["images/gallery/shower.png","images/gallery/showerLg.png",""] 
		gallery[6]=["images/gallery/desk.png","images/gallery/deskLg.png",""] 
		gallery[7]=["images/gallery/orange22.png","images/gallery/orange22Lg.png",""] 
	}else if(show=='menus'){
		gallery[0]=["images/gallery/orange6.jpg","images/gallery/orange6Lg.jpg",""] 
		gallery[1]=["images/gallery/menus2.png","images/gallery/menus2Lg.png",""] 
	}
	
	addSlides('lyrSlides', gallery);
	slideShowInit('gallery');
}