<!--//
	// set the path to the qForms directory
	qFormAPI.setLibraryPath("../codes/");
	// this loads all the default libraries
	qFormAPI.include("*");

	// this is the default struct to use for the blank options to prefix
	// when populating a select box
	stcBlank = new Object();
	stcBlank[""] = " ";
	
	// create a structure to store all the team information in
	stcSearch = new Object();
	
	/**********************************************************
	 structure containing Deluxe
	**********************************************************/
	stcSearch["DE"] = new Object();
	stcSearch["DE"]["all"] = "Entire Brand";
	stcSearch["DE"]["VER"] = "Beverly Hills Hotel";
	stcSearch["DE"]["SUN"] = "Sandton Sun";
	stcSearch["DE"]["PAL"] = "The Palazzo Montecasino";

	
	// Entire Group
	stcSearch["DE,all"] = new Object();
	stcSearch["DE,all"]["all"] = "All Resources";
	stcSearch["DE,all"]["a"] = "Exterior";
	stcSearch["DE,all"]["b"] = "Aerial";
	stcSearch["DE,all"]["c"] = "Accommodation";
	stcSearch["DE,all"]["d"] = "Restaurants and Bars";
	stcSearch["DE,all"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["DE,all"]["f"] = "Entrance / Port Cochere";
	stcSearch["DE,all"]["g"] = "Pool";
	stcSearch["DE,all"]["h"] = "Gardens";
	stcSearch["DE,all"]["i"] = "Conference / Banquet";
	stcSearch["DE,all"]["j"] = "Facilities / Activities";
	stcSearch["DE,all"]["k"] = "Sport and Recreation";
	stcSearch["DE,all"]["l"] = "Entertainment";
	stcSearch["DE,all"]["m"] = "Childrens Entertainment";
	stcSearch["DE,all"]["n"] = "Health Spa / Gym";
	stcSearch["DE,all"]["o"] = "Shopping";
	stcSearch["DE,all"]["p"] = "Nearby Sightseeing";
	stcSearch["DE,all"]["q"] = "Safari and Wildlife";
	stcSearch["DE,all"]["r"] = "Weddings and Honeymoons";
	stcSearch["DE,all"]["x"] = "Miscellaneous";
	stcSearch["DE,all"]["y"] = "Logos";
	stcSearch["DE,all"]["z"] = "Print Material";
	
	// Beverly Hills
	stcSearch["DE,VER"] = new Object();
	stcSearch["DE,VER"]["all"] = "All Resources";
	stcSearch["DE,VER"]["a"] = "Exterior";
	stcSearch["DE,VER"]["b"] = "Aerial";
	stcSearch["DE,VER"]["c"] = "Accommodation";
	stcSearch["DE,VER"]["d"] = "Restaurants and Bars";
	stcSearch["DE,VER"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["DE,VER"]["f"] = "Entrance / Port Cochere";
	stcSearch["DE,VER"]["g"] = "Pool";
	stcSearch["DE,VER"]["h"] = "Gardens";
	stcSearch["DE,VER"]["i"] = "Conference / Banquet";
	stcSearch["DE,VER"]["j"] = "Facilities / Activities";
	stcSearch["DE,VER"]["k"] = "Sport and Recreation";
	stcSearch["DE,VER"]["l"] = "Entertainment";
	stcSearch["DE,VER"]["m"] = "Childrens Entertainment";
	stcSearch["DE,VER"]["n"] = "Health Spa / Gym";
	stcSearch["DE,VER"]["o"] = "Shopping";
	stcSearch["DE,VER"]["p"] = "Nearby Sightseeing";
	stcSearch["DE,VER"]["q"] = "Safari and Wildlife";
	stcSearch["DE,VER"]["r"] = "Weddings and Honeymoons";
	stcSearch["DE,VER"]["x"] = "Miscellaneous";
	stcSearch["DE,VER"]["y"] = "Logos";
	stcSearch["DE,VER"]["z"] = "Print Material";
	
	// Sandton Sun
	stcSearch["DE,SUN"] = new Object();
	stcSearch["DE,SUN"]["all"] = "All Resources";
	stcSearch["DE,SUN"]["a"] = "Exterior";
	stcSearch["DE,SUN"]["b"] = "Aerial";
	stcSearch["DE,SUN"]["c"] = "Accommodation";
	stcSearch["DE,SUN"]["d"] = "Restaurants and Bars";
	stcSearch["DE,SUN"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["DE,SUN"]["f"] = "Entrance / Port Cochere";
	stcSearch["DE,SUN"]["g"] = "Pool";
	stcSearch["DE,SUN"]["h"] = "Gardens";
	stcSearch["DE,SUN"]["i"] = "Conference / Banquet";
	stcSearch["DE,SUN"]["j"] = "Facilities / Activities";
	stcSearch["DE,SUN"]["k"] = "Sport and Recreation";
	stcSearch["DE,SUN"]["l"] = "Entertainment";
	stcSearch["DE,SUN"]["m"] = "Childrens Entertainment";
	stcSearch["DE,SUN"]["n"] = "Health Spa / Gym";
	stcSearch["DE,SUN"]["o"] = "Shopping";
	stcSearch["DE,SUN"]["p"] = "Nearby Sightseeing";
	stcSearch["DE,SUN"]["q"] = "Safari and Wildlife";
	stcSearch["DE,SUN"]["r"] = "Weddings and Honeymoons";
	stcSearch["DE,SUN"]["x"] = "Miscellaneous";
	stcSearch["DE,SUN"]["y"] = "Logos";
	stcSearch["DE,SUN"]["z"] = "Print Material";
	
	// Palazzo
	stcSearch["DE,PAL"] = new Object();
	stcSearch["DE,PAL"]["all"] = "All Resources";
	stcSearch["DE,PAL"]["a"] = "Exterior";
	stcSearch["DE,PAL"]["b"] = "Aerial";
	stcSearch["DE,PAL"]["c"] = "Accommodation";
	stcSearch["DE,PAL"]["d"] = "Restaurants and Bars";
	stcSearch["DE,PAL"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["DE,PAL"]["f"] = "Entrance / Port Cochere";
	stcSearch["DE,PAL"]["g"] = "Pool";
	stcSearch["DE,PAL"]["h"] = "Gardens";
	stcSearch["DE,PAL"]["i"] = "Conference / Banquet";
	stcSearch["DE,PAL"]["j"] = "Facilities / Activities";
	stcSearch["DE,PAL"]["k"] = "Sport and Recreation";
	stcSearch["DE,PAL"]["l"] = "Entertainment";
	stcSearch["DE,PAL"]["m"] = "Childrens Entertainment";
	stcSearch["DE,PAL"]["n"] = "Health Spa / Gym";
	stcSearch["DE,PAL"]["o"] = "Shopping";
	stcSearch["DE,PAL"]["p"] = "Nearby Sightseeing";
	stcSearch["DE,PAL"]["q"] = "Safari and Wildlife";
	stcSearch["DE,PAL"]["r"] = "Weddings and Honeymoons";
	stcSearch["DE,PAL"]["x"] = "Miscellaneous";
	stcSearch["DE,PAL"]["y"] = "Logos";
	stcSearch["DE,PAL"]["z"] = "Print Material";
	
	
	/**********************************************************
	 structure containing InterContinental
	**********************************************************/
	stcSearch["IC"] = new Object();
	stcSearch["IC"]["all"] = "Entire Brand";
	stcSearch["IC"]["AIR"] = "InterContinental JHB O.R.Tambo Intl Airport";
	stcSearch["IC"]["TOW"] = "InterContinental Sandton Towers Johannesburg";
	
	// Entire Group
	stcSearch["IC,all"] = new Object();
	stcSearch["IC,all"]["all"] = "All Resources";
	stcSearch["IC,all"]["a"] = "Exterior";
	stcSearch["IC,all"]["b"] = "Aerial";
	stcSearch["IC,all"]["c"] = "Accommodation";
	stcSearch["IC,all"]["d"] = "Restaurants and Bars";
	stcSearch["IC,all"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["IC,all"]["f"] = "Entrance / Port Cochere";
	stcSearch["IC,all"]["g"] = "Pool";
	stcSearch["IC,all"]["h"] = "Gardens";
	stcSearch["IC,all"]["i"] = "Conference / Banquet";
	stcSearch["IC,all"]["j"] = "Facilities / Activities";
	stcSearch["IC,all"]["k"] = "Sport and Recreation";
	stcSearch["IC,all"]["l"] = "Entertainment";
	stcSearch["IC,all"]["m"] = "Childrens Entertainment";
	stcSearch["IC,all"]["n"] = "Health Spa / Gym";
	stcSearch["IC,all"]["o"] = "Shopping";
	stcSearch["IC,all"]["p"] = "Nearby Sightseeing";
	stcSearch["IC,all"]["q"] = "Safari and Wildlife";
	stcSearch["IC,all"]["r"] = "Weddings and Honeymoons";
	stcSearch["IC,all"]["x"] = "Miscellaneous";
	stcSearch["IC,all"]["y"] = "Logos";
	stcSearch["IC,all"]["z"] = "Print Material";
	
	// Airport Sun
	stcSearch["IC,AIR"] = new Object();
	stcSearch["IC,AIR"]["all"] = "All Resources";
	stcSearch["IC,AIR"]["a"] = "Exterior";
	stcSearch["IC,AIR"]["b"] = "Aerial";
	stcSearch["IC,AIR"]["c"] = "Accommodation";
	stcSearch["IC,AIR"]["d"] = "Restaurants and Bars";
	stcSearch["IC,AIR"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["IC,AIR"]["f"] = "Entrance / Port Cochere";
	stcSearch["IC,AIR"]["g"] = "Pool";
	stcSearch["IC,AIR"]["h"] = "Gardens";
	stcSearch["IC,AIR"]["i"] = "Conference / Banquet";
	stcSearch["IC,AIR"]["j"] = "Facilities / Activities";
	stcSearch["IC,AIR"]["k"] = "Sport and Recreation";
	stcSearch["IC,AIR"]["l"] = "Entertainment";
	stcSearch["IC,AIR"]["m"] = "Childrens Entertainment";
	stcSearch["IC,AIR"]["n"] = "Health Spa / Gym";
	stcSearch["IC,AIR"]["o"] = "Shopping";
	stcSearch["IC,AIR"]["p"] = "Nearby Sightseeing";
	stcSearch["IC,AIR"]["q"] = "Safari and Wildlife";
	stcSearch["IC,AIR"]["r"] = "Weddings and Honeymoons";
	stcSearch["IC,AIR"]["x"] = "Miscellaneous";
	stcSearch["IC,AIR"]["y"] = "Logos";
	stcSearch["IC,AIR"]["z"] = "Print Material";
	
	// Sandton Towers
	stcSearch["IC,TOW"] = new Object();
	stcSearch["IC,TOW"]["all"] = "All Resources";
	stcSearch["IC,TOW"]["a"] = "Exterior";
	stcSearch["IC,TOW"]["b"] = "Aerial";
	stcSearch["IC,TOW"]["c"] = "Accommodation";
	stcSearch["IC,TOW"]["d"] = "Restaurants and Bars";
	stcSearch["IC,TOW"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["IC,TOW"]["f"] = "Entrance / Port Cochere";
	stcSearch["IC,TOW"]["g"] = "Pool";
	stcSearch["IC,TOW"]["h"] = "Gardens";
	stcSearch["IC,TOW"]["i"] = "Conference / Banquet";
	stcSearch["IC,TOW"]["j"] = "Facilities / Activities";
	stcSearch["IC,TOW"]["k"] = "Sport and Recreation";
	stcSearch["IC,TOW"]["l"] = "Entertainment";
	stcSearch["IC,TOW"]["m"] = "Childrens Entertainment";
	stcSearch["IC,TOW"]["n"] = "Health Spa / Gym";
	stcSearch["IC,TOW"]["o"] = "Shopping";
	stcSearch["IC,TOW"]["p"] = "Nearby Sightseeing";
	stcSearch["IC,TOW"]["q"] = "Safari and Wildlife";
	stcSearch["IC,TOW"]["r"] = "Weddings and Honeymoons";
	stcSearch["IC,TOW"]["x"] = "Miscellaneous";
	stcSearch["IC,TOW"]["y"] = "Logos";
	stcSearch["IC,TOW"]["z"] = "Print Material";
	
	/**********************************************************
	 structure containing Southern Sun
	**********************************************************/
	stcSearch["SS"] = new Object();
	stcSearch["SS"]["all"] = "Entire Brand";
	stcSearch["SS"]["PAR"] = "Paradise Sun, Praslin - Seychelles";
	stcSearch["SS"]["RIV"] = "Riverside Hotel & Conference Centre";
	stcSearch["SS"]["BLM"] = "Southern Sun Bloemfontein";
	stcSearch["SS"]["CTN"] = "Southern Sun Cape Sun";
	stcSearch["SS"]["CUL"] = "Southern Sun  The Cullinan";
	stcSearch["SS"]["ELA"] = "Southern Sun Elangeni";
	stcSearch["SS"]["EMN"] = "Emnotweni Sun Hotel";
	stcSearch["SS"]["HEM"] = "Hemingways Hotel";
	stcSearch["SS"]["KAT"] = "Southern Sun Katherine Street Sandton";
	stcSearch["SS"]["AIR"] = "Southern Sun O.R.Tambo International Airport";
	stcSearch["SS"]["MON"] = "Southern Sun Montecasino";
	stcSearch["SS"]["NEW"] = "Southern Sun Newlands";
	stcSearch["SS"]["NTH"] = "Southern Sun North Beach";
	stcSearch["SS"]["PRE"] = "Southern Sun Pretoria";
	stcSearch["SS"]["RID"] = "Ridge Hotel";
	stcSearch["SS"]["SAN"] = "Southern Sun Grayston";
	stcSearch["SS"]["WCT"] = "Southern Sun Waterfront Cape Town";
	stcSearch["SS"]["SHT"] = "Suncoast Hotel and Towers";
	stcSearch["SS"]["DAR"] = "Southern Sun Dar-es-Salaam";
	stcSearch["SS"]["MAP"] = "Southern Sun Maputo";
	stcSearch["SS"]["LUS"] = "Southern Sun Ridgeway Lusaka";
	stcSearch["SS"]["HYD"] = "Southern Sun Hyde Park";
	stcSearch["SS"]["IKO"] = "Southern Sun Ikoyi Lagos Nigeria";
	stcSearch["SS"]["NAI"] = "Southern Sun Nairobi";
		
	// Entire Group
	stcSearch["SS,all"] = new Object();
	stcSearch["SS,all"]["all"] = "All Resources";
	stcSearch["SS,all"]["a"] = "Exterior";
	stcSearch["SS,all"]["b"] = "Aerial";
	stcSearch["SS,all"]["c"] = "Accommodation";
	stcSearch["SS,all"]["d"] = "Restaurants and Bars";
	stcSearch["SS,all"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SS,all"]["f"] = "Entrance / Port Cochere";
	stcSearch["SS,all"]["g"] = "Pool";
	stcSearch["SS,all"]["h"] = "Gardens";
	stcSearch["SS,all"]["i"] = "Conference / Banquet";
	stcSearch["SS,all"]["j"] = "Facilities / Activities";
	stcSearch["SS,all"]["k"] = "Sport and Recreation";
	stcSearch["SS,all"]["l"] = "Entertainment";
	stcSearch["SS,all"]["m"] = "Childrens Entertainment";
	stcSearch["SS,all"]["n"] = "Health Spa / Gym";
	stcSearch["SS,all"]["o"] = "Shopping";
	stcSearch["SS,all"]["p"] = "Nearby Sightseeing";
	stcSearch["SS,all"]["q"] = "Safari and Wildlife";
	stcSearch["SS,all"]["r"] = "Weddings and Honeymoons";
	stcSearch["SS,all"]["x"] = "Miscellaneous";
	stcSearch["SS,all"]["y"] = "Logos";
	stcSearch["SS,all"]["z"] = "Print Material";
	
	
	// Paradise Sun
	stcSearch["SS,PAR"] = new Object();
	stcSearch["SS,PAR"]["all"] = "All Resources";
	stcSearch["SS,PAR"]["a"] = "Exterior";
	stcSearch["SS,PAR"]["b"] = "Aerial";
	stcSearch["SS,PAR"]["c"] = "Accommodation";
	stcSearch["SS,PAR"]["d"] = "Restaurants and Bars";
	stcSearch["SS,PAR"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SS,PAR"]["f"] = "Entrance / Port Cochere";
	stcSearch["SS,PAR"]["g"] = "Pool";
	stcSearch["SS,PAR"]["h"] = "Gardens";
	stcSearch["SS,PAR"]["i"] = "Conference / Banquet";
	stcSearch["SS,PAR"]["j"] = "Facilities / Activities";
	stcSearch["SS,PAR"]["k"] = "Sport and Recreation";
	stcSearch["SS,PAR"]["l"] = "Entertainment";
	stcSearch["SS,PAR"]["m"] = "Childrens Entertainment";
	stcSearch["SS,PAR"]["n"] = "Health Spa / Gym";
	stcSearch["SS,PAR"]["o"] = "Shopping";
	stcSearch["SS,PAR"]["p"] = "Nearby Sightseeing";
	stcSearch["SS,PAR"]["q"] = "Safari and Wildlife";
	stcSearch["SS,PAR"]["r"] = "Weddings and Honeymoons";
	stcSearch["SS,PAR"]["x"] = "Miscellaneous";
	stcSearch["SS,PAR"]["y"] = "Logos";
	stcSearch["SS,PAR"]["z"] = "Print Material";
	
	// Riverside
	stcSearch["SS,RIV"] = new Object();
	stcSearch["SS,RIV"]["all"] = "All Resources";
	stcSearch["SS,RIV"]["a"] = "Exterior";
	stcSearch["SS,RIV"]["b"] = "Aerial";
	stcSearch["SS,RIV"]["c"] = "Accommodation";
	stcSearch["SS,RIV"]["d"] = "Restaurants and Bars";
	stcSearch["SS,RIV"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SS,RIV"]["f"] = "Entrance / Port Cochere";
	stcSearch["SS,RIV"]["g"] = "Pool";
	stcSearch["SS,RIV"]["h"] = "Gardens";
	stcSearch["SS,RIV"]["i"] = "Conference / Banquet";
	stcSearch["SS,RIV"]["j"] = "Facilities / Activities";
	stcSearch["SS,RIV"]["k"] = "Sport and Recreation";
	stcSearch["SS,RIV"]["l"] = "Entertainment";
	stcSearch["SS,RIV"]["m"] = "Childrens Entertainment";
	stcSearch["SS,RIV"]["n"] = "Health Spa / Gym";
	stcSearch["SS,RIV"]["o"] = "Shopping";
	stcSearch["SS,RIV"]["p"] = "Nearby Sightseeing";
	stcSearch["SS,RIV"]["q"] = "Safari and Wildlife";
	stcSearch["SS,RIV"]["r"] = "Weddings and Honeymoons";
	stcSearch["SS,RIV"]["x"] = "Miscellaneous";
	stcSearch["SS,RIV"]["y"] = "Logos";
	stcSearch["SS,RIV"]["z"] = "Print Material";
	
	// Cape Town
	stcSearch["SS,CTN"] = new Object();
	stcSearch["SS,CTN"]["all"] = "All Resources";
	stcSearch["SS,CTN"]["a"] = "Exterior";
	stcSearch["SS,CTN"]["b"] = "Aerial";
	stcSearch["SS,CTN"]["c"] = "Accommodation";
	stcSearch["SS,CTN"]["d"] = "Restaurants and Bars";
	stcSearch["SS,CTN"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SS,CTN"]["f"] = "Entrance / Port Cochere";
	stcSearch["SS,CTN"]["g"] = "Pool";
	stcSearch["SS,CTN"]["h"] = "Gardens";
	stcSearch["SS,CTN"]["i"] = "Conference / Banquet";
	stcSearch["SS,CTN"]["j"] = "Facilities / Activities";
	stcSearch["SS,CTN"]["k"] = "Sport and Recreation";
	stcSearch["SS,CTN"]["l"] = "Entertainment";
	stcSearch["SS,CTN"]["m"] = "Childrens Entertainment";
	stcSearch["SS,CTN"]["n"] = "Health Spa / Gym";
	stcSearch["SS,CTN"]["o"] = "Shopping";
	stcSearch["SS,CTN"]["p"] = "Nearby Sightseeing";
	stcSearch["SS,CTN"]["q"] = "Safari and Wildlife";
	stcSearch["SS,CTN"]["r"] = "Weddings and Honeymoons";
	stcSearch["SS,CTN"]["x"] = "Miscellaneous";
	stcSearch["SS,CTN"]["y"] = "Logos";
	stcSearch["SS,CTN"]["z"] = "Print Material";
	
	// Cullinan
	stcSearch["SS,CUL"] = new Object();
	stcSearch["SS,CUL"]["all"] = "All Resources";
	stcSearch["SS,CUL"]["a"] = "Exterior";
	stcSearch["SS,CUL"]["b"] = "Aerial";
	stcSearch["SS,CUL"]["c"] = "Accommodation";
	stcSearch["SS,CUL"]["d"] = "Restaurants and Bars";
	stcSearch["SS,CUL"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SS,CUL"]["f"] = "Entrance / Port Cochere";
	stcSearch["SS,CUL"]["g"] = "Pool";
	stcSearch["SS,CUL"]["h"] = "Gardens";
	stcSearch["SS,CUL"]["i"] = "Conference / Banquet";
	stcSearch["SS,CUL"]["j"] = "Facilities / Activities";
	stcSearch["SS,CUL"]["k"] = "Sport and Recreation";
	stcSearch["SS,CUL"]["l"] = "Entertainment";
	stcSearch["SS,CUL"]["m"] = "Childrens Entertainment";
	stcSearch["SS,CUL"]["n"] = "Health Spa / Gym";
	stcSearch["SS,CUL"]["o"] = "Shopping";
	stcSearch["SS,CUL"]["p"] = "Nearby Sightseeing";
	stcSearch["SS,CUL"]["q"] = "Safari and Wildlife";
	stcSearch["SS,CUL"]["r"] = "Weddings and Honeymoons";
	stcSearch["SS,CUL"]["x"] = "Miscellaneous";
	stcSearch["SS,CUL"]["y"] = "Logos";
	stcSearch["SS,CUL"]["z"] = "Print Material";
	
	// Elangeni
	stcSearch["SS,ELA"] = new Object();
	stcSearch["SS,ELA"]["all"] = "All Resources";
	stcSearch["SS,ELA"]["a"] = "Exterior";
	stcSearch["SS,ELA"]["b"] = "Aerial";
	stcSearch["SS,ELA"]["c"] = "Accommodation";
	stcSearch["SS,ELA"]["d"] = "Restaurants and Bars";
	stcSearch["SS,ELA"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SS,ELA"]["f"] = "Entrance / Port Cochere";
	stcSearch["SS,ELA"]["g"] = "Pool";
	stcSearch["SS,ELA"]["h"] = "Gardens";
	stcSearch["SS,ELA"]["i"] = "Conference / Banquet";
	stcSearch["SS,ELA"]["j"] = "Facilities / Activities";
	stcSearch["SS,ELA"]["k"] = "Sport and Recreation";
	stcSearch["SS,ELA"]["l"] = "Entertainment";
	stcSearch["SS,ELA"]["m"] = "Childrens Entertainment";
	stcSearch["SS,ELA"]["n"] = "Health Spa / Gym";
	stcSearch["SS,ELA"]["o"] = "Shopping";
	stcSearch["SS,ELA"]["p"] = "Nearby Sightseeing";
	stcSearch["SS,ELA"]["q"] = "Safari and Wildlife";
	stcSearch["SS,ELA"]["r"] = "Weddings and Honeymoons";
	stcSearch["SS,ELA"]["x"] = "Miscellaneous";
	stcSearch["SS,ELA"]["y"] = "Logos";
	stcSearch["SS,ELA"]["z"] = "Print Material";
	
	// Emnotweni
	stcSearch["SS,EMN"] = new Object();
	stcSearch["SS,EMN"]["all"] = "All Resources";
	stcSearch["SS,EMN"]["a"] = "Exterior";
	stcSearch["SS,EMN"]["b"] = "Aerial";
	stcSearch["SS,EMN"]["c"] = "Accommodation";
	stcSearch["SS,EMN"]["d"] = "Restaurants and Bars";
	stcSearch["SS,EMN"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SS,EMN"]["f"] = "Entrance / Port Cochere";
	stcSearch["SS,EMN"]["g"] = "Pool";
	stcSearch["SS,EMN"]["h"] = "Gardens";
	stcSearch["SS,EMN"]["i"] = "Conference / Banquet";
	stcSearch["SS,EMN"]["j"] = "Facilities / Activities";
	stcSearch["SS,EMN"]["k"] = "Sport and Recreation";
	stcSearch["SS,EMN"]["l"] = "Entertainment";
	stcSearch["SS,EMN"]["m"] = "Childrens Entertainment";
	stcSearch["SS,EMN"]["n"] = "Health Spa / Gym";
	stcSearch["SS,EMN"]["o"] = "Shopping";
	stcSearch["SS,EMN"]["p"] = "Nearby Sightseeing";
	stcSearch["SS,EMN"]["q"] = "Safari and Wildlife";
	stcSearch["SS,EMN"]["r"] = "Weddings and Honeymoons";
	stcSearch["SS,EMN"]["x"] = "Miscellaneous";
	stcSearch["SS,EMN"]["y"] = "Logos";
	stcSearch["SS,EMN"]["z"] = "Print Material";
		
	// Hemingways
	stcSearch["SS,HEM"] = new Object();
	stcSearch["SS,HEM"]["all"] = "All Resources";
	stcSearch["SS,HEM"]["a"] = "Exterior";
	stcSearch["SS,HEM"]["b"] = "Aerial";
	stcSearch["SS,HEM"]["c"] = "Accommodation";
	stcSearch["SS,HEM"]["d"] = "Restaurants and Bars";
	stcSearch["SS,HEM"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SS,HEM"]["f"] = "Entrance / Port Cochere";
	stcSearch["SS,HEM"]["g"] = "Pool";
	stcSearch["SS,HEM"]["h"] = "Gardens";
	stcSearch["SS,HEM"]["i"] = "Conference / Banquet";
	stcSearch["SS,HEM"]["j"] = "Facilities / Activities";
	stcSearch["SS,HEM"]["k"] = "Sport and Recreation";
	stcSearch["SS,HEM"]["l"] = "Entertainment";
	stcSearch["SS,HEM"]["m"] = "Childrens Entertainment";
	stcSearch["SS,HEM"]["n"] = "Health Spa / Gym";
	stcSearch["SS,HEM"]["o"] = "Shopping";
	stcSearch["SS,HEM"]["p"] = "Nearby Sightseeing";
	stcSearch["SS,HEM"]["q"] = "Safari and Wildlife";
	stcSearch["SS,HEM"]["r"] = "Weddings and Honeymoons";
	stcSearch["SS,HEM"]["x"] = "Miscellaneous";
	stcSearch["SS,HEM"]["y"] = "Logos";
	stcSearch["SS,HEM"]["z"] = "Print Material";
	
	// Katherine Street Sandton
	stcSearch["SS,KAT"] = new Object();
	stcSearch["SS,KAT"]["all"] = "All Resources";
	stcSearch["SS,KAT"]["a"] = "Exterior";
	stcSearch["SS,KAT"]["b"] = "Aerial";
	stcSearch["SS,KAT"]["c"] = "Accommodation";
	stcSearch["SS,KAT"]["d"] = "Restaurants and Bars";
	stcSearch["SS,KAT"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SS,KAT"]["f"] = "Entrance / Port Cochere";
	stcSearch["SS,KAT"]["g"] = "Pool";
	stcSearch["SS,KAT"]["h"] = "Gardens";
	stcSearch["SS,KAT"]["i"] = "Conference / Banquet";
	stcSearch["SS,KAT"]["j"] = "Facilities / Activities";
	stcSearch["SS,KAT"]["k"] = "Sport and Recreation";
	stcSearch["SS,KAT"]["l"] = "Entertainment";
	stcSearch["SS,KAT"]["m"] = "Childrens Entertainment";
	stcSearch["SS,KAT"]["n"] = "Health Spa / Gym";
	stcSearch["SS,KAT"]["o"] = "Shopping";
	stcSearch["SS,KAT"]["p"] = "Nearby Sightseeing";
	stcSearch["SS,KAT"]["q"] = "Safari and Wildlife";
	stcSearch["SS,KAT"]["r"] = "Weddings and Honeymoons";
	stcSearch["SS,KAT"]["x"] = "Miscellaneous";
	stcSearch["SS,KAT"]["y"] = "Logos";
	stcSearch["SS,KAT"]["z"] = "Print Material";
	
	// Johannesburg International
	stcSearch["SS,AIR"] = new Object();
	stcSearch["SS,AIR"]["all"] = "All Resources";
	stcSearch["SS,AIR"]["a"] = "Exterior";
	stcSearch["SS,AIR"]["b"] = "Aerial";
	stcSearch["SS,AIR"]["c"] = "Accommodation";
	stcSearch["SS,AIR"]["d"] = "Restaurants and Bars";
	stcSearch["SS,AIR"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SS,AIR"]["f"] = "Entrance / Port Cochere";
	stcSearch["SS,AIR"]["g"] = "Pool";
	stcSearch["SS,AIR"]["h"] = "Gardens";
	stcSearch["SS,AIR"]["i"] = "Conference / Banquet";
	stcSearch["SS,AIR"]["j"] = "Facilities / Activities";
	stcSearch["SS,AIR"]["k"] = "Sport and Recreation";
	stcSearch["SS,AIR"]["l"] = "Entertainment";
	stcSearch["SS,AIR"]["m"] = "Childrens Entertainment";
	stcSearch["SS,AIR"]["n"] = "Health Spa / Gym";
	stcSearch["SS,AIR"]["o"] = "Shopping";
	stcSearch["SS,AIR"]["p"] = "Nearby Sightseeing";
	stcSearch["SS,AIR"]["q"] = "Safari and Wildlife";
	stcSearch["SS,AIR"]["r"] = "Weddings and Honeymoons";
	stcSearch["SS,AIR"]["x"] = "Miscellaneous";
	stcSearch["SS,AIR"]["y"] = "Logos";
	stcSearch["SS,AIR"]["z"] = "Print Material";
	
	// Montecasino
	stcSearch["SS,MON"] = new Object();
	stcSearch["SS,MON"]["all"] = "All Resources";
	stcSearch["SS,MON"]["a"] = "Exterior";
	stcSearch["SS,MON"]["b"] = "Aerial";
	stcSearch["SS,MON"]["c"] = "Accommodation";
	stcSearch["SS,MON"]["d"] = "Restaurants and Bars";
	stcSearch["SS,MON"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SS,MON"]["f"] = "Entrance / Port Cochere";
	stcSearch["SS,MON"]["g"] = "Pool";
	stcSearch["SS,MON"]["h"] = "Gardens";
	stcSearch["SS,MON"]["i"] = "Conference / Banquet";
	stcSearch["SS,MON"]["j"] = "Facilities / Activities";
	stcSearch["SS,MON"]["k"] = "Sport and Recreation";
	stcSearch["SS,MON"]["l"] = "Entertainment";
	stcSearch["SS,MON"]["m"] = "Childrens Entertainment";
	stcSearch["SS,MON"]["n"] = "Health Spa / Gym";
	stcSearch["SS,MON"]["o"] = "Shopping";
	stcSearch["SS,MON"]["p"] = "Nearby Sightseeing";
	stcSearch["SS,MON"]["q"] = "Safari and Wildlife";
	stcSearch["SS,MON"]["r"] = "Weddings and Honeymoons";
	stcSearch["SS,MON"]["x"] = "Miscellaneous";
	stcSearch["SS,MON"]["y"] = "Logos";
	stcSearch["SS,MON"]["z"] = "Print Material";
	
	// Newlands
	stcSearch["SS,NEW"] = new Object();
	stcSearch["SS,NEW"]["all"] = "All Resources";
	stcSearch["SS,NEW"]["a"] = "Exterior";
	stcSearch["SS,NEW"]["b"] = "Aerial";
	stcSearch["SS,NEW"]["c"] = "Accommodation";
	stcSearch["SS,NEW"]["d"] = "Restaurants and Bars";
	stcSearch["SS,NEW"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SS,NEW"]["f"] = "Entrance / Port Cochere";
	stcSearch["SS,NEW"]["g"] = "Pool";
	stcSearch["SS,NEW"]["h"] = "Gardens";
	stcSearch["SS,NEW"]["i"] = "Conference / Banquet";
	stcSearch["SS,NEW"]["j"] = "Facilities / Activities";
	stcSearch["SS,NEW"]["k"] = "Sport and Recreation";
	stcSearch["SS,NEW"]["l"] = "Entertainment";
	stcSearch["SS,NEW"]["m"] = "Childrens Entertainment";
	stcSearch["SS,NEW"]["n"] = "Health Spa / Gym";
	stcSearch["SS,NEW"]["o"] = "Shopping";
	stcSearch["SS,NEW"]["p"] = "Nearby Sightseeing";
	stcSearch["SS,NEW"]["q"] = "Safari and Wildlife";
	stcSearch["SS,NEW"]["r"] = "Weddings and Honeymoons";
	stcSearch["SS,NEW"]["x"] = "Miscellaneous";
	stcSearch["SS,NEW"]["y"] = "Logos";
	stcSearch["SS,NEW"]["z"] = "Print Material";
	
	// North Beach
	stcSearch["SS,NTH"] = new Object();
	stcSearch["SS,NTH"]["all"] = "All Resources";
	stcSearch["SS,NTH"]["a"] = "Exterior";
	stcSearch["SS,NTH"]["b"] = "Aerial";
	stcSearch["SS,NTH"]["c"] = "Accommodation";
	stcSearch["SS,NTH"]["d"] = "Restaurants and Bars";
	stcSearch["SS,NTH"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SS,NTH"]["f"] = "Entrance / Port Cochere";
	stcSearch["SS,NTH"]["g"] = "Pool";
	stcSearch["SS,NTH"]["h"] = "Gardens";
	stcSearch["SS,NTH"]["i"] = "Conference / Banquet";
	stcSearch["SS,NTH"]["j"] = "Facilities / Activities";
	stcSearch["SS,NTH"]["k"] = "Sport and Recreation";
	stcSearch["SS,NTH"]["l"] = "Entertainment";
	stcSearch["SS,NTH"]["m"] = "Childrens Entertainment";
	stcSearch["SS,NTH"]["n"] = "Health Spa / Gym";
	stcSearch["SS,NTH"]["o"] = "Shopping";
	stcSearch["SS,NTH"]["p"] = "Nearby Sightseeing";
	stcSearch["SS,NTH"]["q"] = "Safari and Wildlife";
	stcSearch["SS,NTH"]["r"] = "Weddings and Honeymoons";
	stcSearch["SS,NTH"]["x"] = "Miscellaneous";
	stcSearch["SS,NTH"]["y"] = "Logos";
	stcSearch["SS,NTH"]["z"] = "Print Material";
	
	// Southern Sun Pretoria
	stcSearch["SS,PRE"] = new Object();
	stcSearch["SS,PRE"]["all"] = "All Resources";
	stcSearch["SS,PRE"]["a"] = "Exterior";
	stcSearch["SS,PRE"]["b"] = "Aerial";
	stcSearch["SS,PRE"]["c"] = "Accommodation";
	stcSearch["SS,PRE"]["d"] = "Restaurants and Bars";
	stcSearch["SS,PRE"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SS,PRE"]["f"] = "Entrance / Port Cochere";
	stcSearch["SS,PRE"]["g"] = "Pool";
	stcSearch["SS,PRE"]["h"] = "Gardens";
	stcSearch["SS,PRE"]["i"] = "Conference / Banquet";
	stcSearch["SS,PRE"]["j"] = "Facilities / Activities";
	stcSearch["SS,PRE"]["k"] = "Sport and Recreation";
	stcSearch["SS,PRE"]["l"] = "Entertainment";
	stcSearch["SS,PRE"]["m"] = "Childrens Entertainment";
	stcSearch["SS,PRE"]["n"] = "Health Spa / Gym";
	stcSearch["SS,PRE"]["o"] = "Shopping";
	stcSearch["SS,PRE"]["p"] = "Nearby Sightseeing";
	stcSearch["SS,PRE"]["q"] = "Safari and Wildlife";
	stcSearch["SS,PRE"]["r"] = "Weddings and Honeymoons";
	stcSearch["SS,PRE"]["x"] = "Miscellaneous";
	stcSearch["SS,PRE"]["y"] = "Logos";
	stcSearch["SS,PRE"]["z"] = "Print Material";
	
	// Ridge
	stcSearch["SS,RID"] = new Object();
	stcSearch["SS,RID"]["all"] = "All Resources";
	stcSearch["SS,RID"]["a"] = "Exterior";
	stcSearch["SS,RID"]["b"] = "Aerial";
	stcSearch["SS,RID"]["c"] = "Accommodation";
	stcSearch["SS,RID"]["d"] = "Restaurants and Bars";
	stcSearch["SS,RID"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SS,RID"]["f"] = "Entrance / Port Cochere";
	stcSearch["SS,RID"]["g"] = "Pool";
	stcSearch["SS,RID"]["h"] = "Gardens";
	stcSearch["SS,RID"]["i"] = "Conference / Banquet";
	stcSearch["SS,RID"]["j"] = "Facilities / Activities";
	stcSearch["SS,RID"]["k"] = "Sport and Recreation";
	stcSearch["SS,RID"]["l"] = "Entertainment";
	stcSearch["SS,RID"]["m"] = "Childrens Entertainment";
	stcSearch["SS,RID"]["n"] = "Health Spa / Gym";
	stcSearch["SS,RID"]["o"] = "Shopping";
	stcSearch["SS,RID"]["p"] = "Nearby Sightseeing";
	stcSearch["SS,RID"]["q"] = "Safari and Wildlife";
	stcSearch["SS,RID"]["r"] = "Weddings and Honeymoons";
	stcSearch["SS,RID"]["x"] = "Miscellaneous";
	stcSearch["SS,RID"]["y"] = "Logos";
	stcSearch["SS,RID"]["z"] = "Print Material";
	
	// Grayston
	stcSearch["SS,SAN"] = new Object();
	stcSearch["SS,SAN"]["all"] = "All Resources";
	stcSearch["SS,SAN"]["a"] = "Exterior";
	stcSearch["SS,SAN"]["b"] = "Aerial";
	stcSearch["SS,SAN"]["c"] = "Accommodation";
	stcSearch["SS,SAN"]["d"] = "Restaurants and Bars";
	stcSearch["SS,SAN"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SS,SAN"]["f"] = "Entrance / Port Cochere";
	stcSearch["SS,SAN"]["g"] = "Pool";
	stcSearch["SS,SAN"]["h"] = "Gardens";
	stcSearch["SS,SAN"]["i"] = "Conference / Banquet";
	stcSearch["SS,SAN"]["j"] = "Facilities / Activities";
	stcSearch["SS,SAN"]["k"] = "Sport and Recreation";
	stcSearch["SS,SAN"]["l"] = "Entertainment";
	stcSearch["SS,SAN"]["m"] = "Childrens Entertainment";
	stcSearch["SS,SAN"]["n"] = "Health Spa / Gym";
	stcSearch["SS,SAN"]["o"] = "Shopping";
	stcSearch["SS,SAN"]["p"] = "Nearby Sightseeing";
	stcSearch["SS,SAN"]["q"] = "Safari and Wildlife";
	stcSearch["SS,SAN"]["r"] = "Weddings and Honeymoons";
	stcSearch["SS,SAN"]["x"] = "Miscellaneous";
	stcSearch["SS,SAN"]["y"] = "Logos";
	stcSearch["SS,SAN"]["z"] = "Print Material";
	
	// Bloemfontein
	stcSearch["SS,BLM"] = new Object();
	stcSearch["SS,BLM"]["all"] = "All Resources";
	stcSearch["SS,BLM"]["a"] = "Exterior";
	stcSearch["SS,BLM"]["b"] = "Aerial";
	stcSearch["SS,BLM"]["c"] = "Accommodation";
	stcSearch["SS,BLM"]["d"] = "Restaurants and Bars";
	stcSearch["SS,BLM"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SS,BLM"]["f"] = "Entrance / Port Cochere";
	stcSearch["SS,BLM"]["g"] = "Pool";
	stcSearch["SS,BLM"]["h"] = "Gardens";
	stcSearch["SS,BLM"]["i"] = "Conference / Banquet";
	stcSearch["SS,BLM"]["j"] = "Facilities / Activities";
	stcSearch["SS,BLM"]["k"] = "Sport and Recreation";
	stcSearch["SS,BLM"]["l"] = "Entertainment";
	stcSearch["SS,BLM"]["m"] = "Childrens Entertainment";
	stcSearch["SS,BLM"]["n"] = "Health Spa / Gym";
	stcSearch["SS,BLM"]["o"] = "Shopping";
	stcSearch["SS,BLM"]["p"] = "Nearby Sightseeing";
	stcSearch["SS,BLM"]["q"] = "Safari and Wildlife";
	stcSearch["SS,BLM"]["r"] = "Weddings and Honeymoons";
	stcSearch["SS,BLM"]["x"] = "Miscellaneous";
	stcSearch["SS,BLM"]["y"] = "Logos";
	stcSearch["SS,BLM"]["z"] = "Print Material";
	
	// Waterfront Cape Town
	stcSearch["SS,WCT"] = new Object();
	stcSearch["SS,WCT"]["all"] = "All Resources";
	stcSearch["SS,WCT"]["a"] = "Exterior";
	stcSearch["SS,WCT"]["b"] = "Aerial";
	stcSearch["SS,WCT"]["c"] = "Accommodation";
	stcSearch["SS,WCT"]["d"] = "Restaurants and Bars";
	stcSearch["SS,WCT"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SS,WCT"]["f"] = "Entrance / Port Cochere";
	stcSearch["SS,WCT"]["g"] = "Pool";
	stcSearch["SS,WCT"]["h"] = "Gardens";
	stcSearch["SS,WCT"]["i"] = "Conference / Banquet";
	stcSearch["SS,WCT"]["j"] = "Facilities / Activities";
	stcSearch["SS,WCT"]["k"] = "Sport and Recreation";
	stcSearch["SS,WCT"]["l"] = "Entertainment";
	stcSearch["SS,WCT"]["m"] = "Childrens Entertainment";
	stcSearch["SS,WCT"]["n"] = "Health Spa / Gym";
	stcSearch["SS,WCT"]["o"] = "Shopping";
	stcSearch["SS,WCT"]["p"] = "Nearby Sightseeing";
	stcSearch["SS,WCT"]["q"] = "Safari and Wildlife";
	stcSearch["SS,WCT"]["r"] = "Weddings and Honeymoons";
	stcSearch["SS,WCT"]["x"] = "Miscellaneous";
	stcSearch["SS,WCT"]["y"] = "Logos";
	stcSearch["SS,WCT"]["z"] = "Print Material";

	// Suncoast Hotel and Towers
	stcSearch["SS,SHT"] = new Object();
	stcSearch["SS,SHT"]["all"] = "All Resources";
	stcSearch["SS,SHT"]["a"] = "Exterior";
	stcSearch["SS,SHT"]["b"] = "Aerial";
	stcSearch["SS,SHT"]["c"] = "Accommodation";
	stcSearch["SS,SHT"]["d"] = "Restaurants and Bars";
	stcSearch["SS,SHT"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SS,SHT"]["f"] = "Entrance / Port Cochere";
	stcSearch["SS,SHT"]["g"] = "Pool";
	stcSearch["SS,SHT"]["h"] = "Gardens";
	stcSearch["SS,SHT"]["i"] = "Conference / Banquet";
	stcSearch["SS,SHT"]["j"] = "Facilities / Activities";
	stcSearch["SS,SHT"]["k"] = "Sport and Recreation";
	stcSearch["SS,SHT"]["l"] = "Entertainment";
	stcSearch["SS,SHT"]["m"] = "Childrens Entertainment";
	stcSearch["SS,SHT"]["n"] = "Health Spa / Gym";
	stcSearch["SS,SHT"]["o"] = "Shopping";
	stcSearch["SS,SHT"]["p"] = "Nearby Sightseeing";
	stcSearch["SS,SHT"]["q"] = "Safari and Wildlife";
	stcSearch["SS,SHT"]["r"] = "Weddings and Honeymoons";
	stcSearch["SS,SHT"]["x"] = "Miscellaneous";
	stcSearch["SS,SHT"]["y"] = "Logos";
	stcSearch["SS,SHT"]["z"] = "Print Material";
	
	// Dar-es-Salaam
	stcSearch["SS,DAR"] = new Object();
	stcSearch["SS,DAR"]["all"] = "All Resources";
	stcSearch["SS,DAR"]["a"] = "Exterior";
	stcSearch["SS,DAR"]["b"] = "Aerial";
	stcSearch["SS,DAR"]["c"] = "Accommodation";
	stcSearch["SS,DAR"]["d"] = "Restaurants and Bars";
	stcSearch["SS,DAR"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SS,DAR"]["f"] = "Entrance / Port Cochere";
	stcSearch["SS,DAR"]["g"] = "Pool";
	stcSearch["SS,DAR"]["h"] = "Gardens";
	stcSearch["SS,DAR"]["i"] = "Conference / Banquet";
	stcSearch["SS,DAR"]["j"] = "Facilities / Activities";
	stcSearch["SS,DAR"]["k"] = "Sport and Recreation";
	stcSearch["SS,DAR"]["l"] = "Entertainment";
	stcSearch["SS,DAR"]["m"] = "Childrens Entertainment";
	stcSearch["SS,DAR"]["n"] = "Health Spa / Gym";
	stcSearch["SS,DAR"]["o"] = "Shopping";
	stcSearch["SS,DAR"]["p"] = "Nearby Sightseeing";
	stcSearch["SS,DAR"]["q"] = "Safari and Wildlife";
	stcSearch["SS,DAR"]["r"] = "Weddings and Honeymoons";
	stcSearch["SS,DAR"]["z"] = "Miscellaneous";
	stcSearch["SS,DAR"]["y"] = "Logos";
	stcSearch["SS,DAR"]["z"] = "Print Material";
	
	// Maputo
	stcSearch["SS,MAP"] = new Object();
	stcSearch["SS,MAP"]["all"] = "All Resources";
	stcSearch["SS,MAP"]["a"] = "Exterior";
	stcSearch["SS,MAP"]["b"] = "Aerial";
	stcSearch["SS,MAP"]["c"] = "Accommodation";
	stcSearch["SS,MAP"]["d"] = "Restaurants and Bars";
	stcSearch["SS,MAP"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SS,MAP"]["f"] = "Entrance / Port Cochere";
	stcSearch["SS,MAP"]["g"] = "Pool";
	stcSearch["SS,MAP"]["h"] = "Gardens";
	stcSearch["SS,MAP"]["i"] = "Conference / Banquet";
	stcSearch["SS,MAP"]["j"] = "Facilities / Activities";
	stcSearch["SS,MAP"]["k"] = "Sport and Recreation";
	stcSearch["SS,MAP"]["l"] = "Entertainment";
	stcSearch["SS,MAP"]["m"] = "Childrens Entertainment";
	stcSearch["SS,MAP"]["n"] = "Health Spa / Gym";
	stcSearch["SS,MAP"]["o"] = "Shopping";
	stcSearch["SS,MAP"]["p"] = "Nearby Sightseeing";
	stcSearch["SS,MAP"]["q"] = "Safari and Wildlife";
	stcSearch["SS,MAP"]["r"] = "Weddings and Honeymoons";
	stcSearch["SS,MAP"]["x"] = "Miscellaneous";
	stcSearch["SS,MAP"]["y"] = "Logos";
	stcSearch["SS,MAP"]["z"] = "Print Material";
	
		// Lusaka
	stcSearch["SS,LUS"] = new Object();
	stcSearch["SS,LUS"]["all"] = "All Resources";
	stcSearch["SS,LUS"]["a"] = "Exterior";
	stcSearch["SS,LUS"]["b"] = "Aerial";
	stcSearch["SS,LUS"]["c"] = "Accommodation";
	stcSearch["SS,LUS"]["d"] = "Restaurants and Bars";
	stcSearch["SS,LUS"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SS,LUS"]["f"] = "Entrance / Port Cochere";
	stcSearch["SS,LUS"]["g"] = "Pool";
	stcSearch["SS,LUS"]["h"] = "Gardens";
	stcSearch["SS,LUS"]["i"] = "Conference / Banquet";
	stcSearch["SS,LUS"]["j"] = "Facilities / Activities";
	stcSearch["SS,LUS"]["k"] = "Sport and Recreation";
	stcSearch["SS,LUS"]["l"] = "Entertainment";
	stcSearch["SS,LUS"]["m"] = "Childrens Entertainment";
	stcSearch["SS,LUS"]["n"] = "Health Spa / Gym";
	stcSearch["SS,LUS"]["o"] = "Shopping";
	stcSearch["SS,LUS"]["p"] = "Nearby Sightseeing";
	stcSearch["SS,LUS"]["q"] = "Safari and Wildlife";
	stcSearch["SS,LUS"]["r"] = "Weddings and Honeymoons";
	stcSearch["SS,LUS"]["x"] = "Miscellaneous";
	stcSearch["SS,LUS"]["y"] = "Logos";
	stcSearch["SS,LUS"]["z"] = "Print Material";
	
		// Hyde Park
	stcSearch["SS,HYD"] = new Object();
	stcSearch["SS,HYD"]["all"] = "All Resources";
	stcSearch["SS,HYD"]["a"] = "Exterior";
	stcSearch["SS,HYD"]["b"] = "Aerial";
	stcSearch["SS,HYD"]["c"] = "Accommodation";
	stcSearch["SS,HYD"]["d"] = "Restaurants and Bars";
	stcSearch["SS,HYD"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SS,HYD"]["f"] = "Entrance / Port Cochere";
	stcSearch["SS,HYD"]["g"] = "Pool";
	stcSearch["SS,HYD"]["h"] = "Gardens";
	stcSearch["SS,HYD"]["i"] = "Conference / Banquet";
	stcSearch["SS,HYD"]["j"] = "Facilities / Activities";
	stcSearch["SS,HYD"]["k"] = "Sport and Recreation";
	stcSearch["SS,HYD"]["l"] = "Entertainment";
	stcSearch["SS,HYD"]["m"] = "Childrens Entertainment";
	stcSearch["SS,HYD"]["n"] = "Health Spa / Gym";
	stcSearch["SS,HYD"]["o"] = "Shopping";
	stcSearch["SS,HYD"]["p"] = "Nearby Sightseeing";
	stcSearch["SS,HYD"]["q"] = "Safari and Wildlife";
	stcSearch["SS,HYD"]["r"] = "Weddings and Honeymoons";
	stcSearch["SS,HYD"]["x"] = "Miscellaneous";
	stcSearch["SS,HYD"]["y"] = "Logos";
	stcSearch["SS,HYD"]["z"] = "Print Material";	
	
		// Ikoyi Lagos Nigeria
	stcSearch["SS,IKO"] = new Object();
	stcSearch["SS,IKO"]["all"] = "All Resources";
	stcSearch["SS,IKO"]["a"] = "Exterior";
	stcSearch["SS,IKO"]["b"] = "Aerial";
	stcSearch["SS,IKO"]["c"] = "Accommodation";
	stcSearch["SS,IKO"]["d"] = "Restaurants and Bars";
	stcSearch["SS,IKO"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SS,IKO"]["f"] = "Entrance / Port Cochere";
	stcSearch["SS,IKO"]["g"] = "Pool";
	stcSearch["SS,IKO"]["h"] = "Gardens";
	stcSearch["SS,IKO"]["i"] = "Conference / Banquet";
	stcSearch["SS,IKO"]["j"] = "Facilities / Activities";
	stcSearch["SS,IKO"]["k"] = "Sport and Recreation";
	stcSearch["SS,IKO"]["l"] = "Entertainment";
	stcSearch["SS,IKO"]["m"] = "Childrens Entertainment";
	stcSearch["SS,IKO"]["n"] = "Health Spa / Gym";
	stcSearch["SS,IKO"]["o"] = "Shopping";
	stcSearch["SS,IKO"]["p"] = "Nearby Sightseeing";
	stcSearch["SS,IKO"]["q"] = "Safari and Wildlife";
	stcSearch["SS,IKO"]["r"] = "Weddings and Honeymoons";
	stcSearch["SS,IKO"]["x"] = "Miscellaneous";
	stcSearch["SS,IKO"]["y"] = "Logos";
	stcSearch["SS,IKO"]["z"] = "Print Material";		
	
	
		// Nairobi
	stcSearch["SS,NAI"] = new Object();
	stcSearch["SS,NAI"]["all"] = "All Resources";
	stcSearch["SS,NAI"]["a"] = "Exterior";
	stcSearch["SS,NAI"]["b"] = "Aerial";
	stcSearch["SS,NAI"]["c"] = "Accommodation";
	stcSearch["SS,NAI"]["d"] = "Restaurants and Bars";
	stcSearch["SS,NAI"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SS,NAI"]["f"] = "Entrance / Port Cochere";
	stcSearch["SS,NAI"]["g"] = "Pool";
	stcSearch["SS,NAI"]["h"] = "Gardens";
	stcSearch["SS,NAI"]["i"] = "Conference / Banquet";
	stcSearch["SS,NAI"]["j"] = "Facilities / Activities";
	stcSearch["SS,NAI"]["k"] = "Sport and Recreation";
	stcSearch["SS,NAI"]["l"] = "Entertainment";
	stcSearch["SS,NAI"]["m"] = "Childrens Entertainment";
	stcSearch["SS,NAI"]["n"] = "Health Spa / Gym";
	stcSearch["SS,NAI"]["o"] = "Shopping";
	stcSearch["SS,NAI"]["p"] = "Nearby Sightseeing";
	stcSearch["SS,NAI"]["q"] = "Safari and Wildlife";
	stcSearch["SS,NAI"]["r"] = "Weddings and Honeymoons";
	stcSearch["SS,NAI"]["x"] = "Miscellaneous";
	stcSearch["SS,NAI"]["y"] = "Logos";
	stcSearch["SS,NAI"]["z"] = "Print Material";		
		
		
	/**********************************************************
	 structure containing Holiday Inn
	**********************************************************/
	stcSearch["HI"] = new Object();
	stcSearch["HI"]["all"] = "Entire Brand";
	stcSearch["HI"]["NAI"] = "Holiday Inn Nairobi - Kenya";
	
	// Entire Group
	stcSearch["HI,all"] = new Object();
	stcSearch["HI,all"]["all"] = "All Resources";
	stcSearch["HI,all"]["a"] = "Exterior";
	stcSearch["HI,all"]["b"] = "Aerial";
	stcSearch["HI,all"]["c"] = "Accommodation";
	stcSearch["HI,all"]["d"] = "Restaurants and Bars";
	stcSearch["HI,all"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["HI,all"]["f"] = "Entrance / Port Cochere";
	stcSearch["HI,all"]["g"] = "Pool";
	stcSearch["HI,all"]["h"] = "Gardens";
	stcSearch["HI,all"]["i"] = "Conference / Banquet";
	stcSearch["HI,all"]["j"] = "Facilities / Activities";
	stcSearch["HI,all"]["k"] = "Sport and Recreation";
	stcSearch["HI,all"]["l"] = "Entertainment";
	stcSearch["HI,all"]["m"] = "Childrens Entertainment";
	stcSearch["HI,all"]["n"] = "Health Spa / Gym";
	stcSearch["HI,all"]["o"] = "Shopping";
	stcSearch["HI,all"]["p"] = "Nearby Sightseeing";
	stcSearch["HI,all"]["q"] = "Safari and Wildlife";
	stcSearch["HI,all"]["r"] = "Weddings and Honeymoons";
	stcSearch["HI,all"]["x"] = "Miscellaneous";
	stcSearch["HI,all"]["y"] = "Logos";
	stcSearch["HI,all"]["z"] = "Print Material";
	

	// Nairobi
	stcSearch["HI,NAI"] = new Object();
	stcSearch["HI,NAI"]["all"] = "All Resources";
	stcSearch["HI,NAI"]["a"] = "Exterior";
	stcSearch["HI,NAI"]["b"] = "Aerial";
	stcSearch["HI,NAI"]["c"] = "Accommodation";
	stcSearch["HI,NAI"]["d"] = "Restaurants and Bars";
	stcSearch["HI,NAI"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["HI,NAI"]["f"] = "Entrance / Port Cochere";
	stcSearch["HI,NAI"]["g"] = "Pool";
	stcSearch["HI,NAI"]["h"] = "Gardens";
	stcSearch["HI,NAI"]["i"] = "Conference / Banquet";
	stcSearch["HI,NAI"]["j"] = "Facilities / Activities";
	stcSearch["HI,NAI"]["k"] = "Sport and Recreation";
	stcSearch["HI,NAI"]["l"] = "Entertainment";
	stcSearch["HI,NAI"]["m"] = "Childrens Entertainment";
	stcSearch["HI,NAI"]["n"] = "Health Spa / Gym";
	stcSearch["HI,NAI"]["o"] = "Shopping";
	stcSearch["HI,NAI"]["p"] = "Nearby Sightseeing";
	stcSearch["HI,NAI"]["q"] = "Safari and Wildlife";
	stcSearch["HI,NAI"]["r"] = "Weddings and Honeymoons";
	stcSearch["HI,NAI"]["x"] = "Miscellaneous";
	stcSearch["HI,NAI"]["y"] = "Logos";
	stcSearch["HI,NAI"]["z"] = "Print Material";
	
	
	/**********************************************************
	 structure containing Sun Square
	**********************************************************/
	stcSearch["SQ"] = new Object();
	stcSearch["SQ"]["all"] = "Entire Brand";
	stcSearch["SQ"]["111"] = "SunSquare Montecasino";
	
	// Entire Group
	stcSearch["SQ,all"] = new Object();
	stcSearch["SQ,all"]["all"] = "All Resources";
	stcSearch["SQ,all"]["a"] = "Exterior";
	stcSearch["SQ,all"]["b"] = "Aerial";
	stcSearch["SQ,all"]["c"] = "Accommodation";
	stcSearch["SQ,all"]["d"] = "Restaurants and Bars";
	stcSearch["SQ,all"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SQ,all"]["f"] = "Entrance / Port Cochere";
	stcSearch["SQ,all"]["g"] = "Pool";
	stcSearch["SQ,all"]["h"] = "Gardens";
	stcSearch["SQ,all"]["i"] = "Conference / Banquet";
	stcSearch["SQ,all"]["j"] = "Facilities / Activities";
	stcSearch["SQ,all"]["k"] = "Sport and Recreation";
	stcSearch["SQ,all"]["l"] = "Entertainment";
	stcSearch["SQ,all"]["m"] = "Childrens Entertainment";
	stcSearch["SQ,all"]["n"] = "Health Spa / Gym";
	stcSearch["SQ,all"]["o"] = "Shopping";
	stcSearch["SQ,all"]["p"] = "Nearby Sightseeing";
	stcSearch["SQ,all"]["q"] = "Safari and Wildlife";
	stcSearch["SQ,all"]["r"] = "Weddings and Honeymoons";
	stcSearch["SQ,all"]["x"] = "Miscellaneous";
	stcSearch["SQ,all"]["y"] = "Logos";
	stcSearch["SQ,all"]["z"] = "Print Material";
	
	// Sun Square
	stcSearch["SQ,111"] = new Object();
	stcSearch["SQ,111"]["all"] = "All Resources";
	stcSearch["SQ,111"]["a"] = "Exterior";
	stcSearch["SQ,111"]["b"] = "Aerial";
	stcSearch["SQ,111"]["c"] = "Accommodation";
	stcSearch["SQ,111"]["d"] = "Restaurants and Bars";
	stcSearch["SQ,111"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SQ,111"]["f"] = "Entrance / Port Cochere";
	stcSearch["SQ,111"]["g"] = "Pool";
	stcSearch["SQ,111"]["h"] = "Gardens";
	stcSearch["SQ,111"]["i"] = "Conference / Banquet";
	stcSearch["SQ,111"]["j"] = "Facilities / Activities";
	stcSearch["SQ,111"]["k"] = "Sport and Recreation";
	stcSearch["SQ,111"]["l"] = "Entertainment";
	stcSearch["SQ,111"]["m"] = "Childrens Entertainment";
	stcSearch["SQ,111"]["n"] = "Health Spa / Gym";
	stcSearch["SQ,111"]["o"] = "Shopping";
	stcSearch["SQ,111"]["p"] = "Nearby Sightseeing";
	stcSearch["SQ,111"]["q"] = "Safari and Wildlife";
	stcSearch["SQ,111"]["r"] = "Weddings and Honeymoons";
	stcSearch["SQ,111"]["x"] = "Miscellaneous";
	stcSearch["SQ,111"]["y"] = "Logos";
	stcSearch["SQ,111"]["z"] = "Print Material";
	
	// Sun Square
	stcSearch["SQ,222"] = new Object();
	stcSearch["SQ,222"]["all"] = "All Resources";
	stcSearch["SQ,222"]["a"] = "Exterior";
	stcSearch["SQ,222"]["b"] = "Aerial";
	stcSearch["SQ,222"]["c"] = "Accommodation";
	stcSearch["SQ,222"]["d"] = "Restaurants and Bars";
	stcSearch["SQ,222"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SQ,222"]["f"] = "Entrance / Port Cochere";
	stcSearch["SQ,222"]["g"] = "Pool";
	stcSearch["SQ,222"]["h"] = "Gardens";
	stcSearch["SQ,222"]["i"] = "Conference / Banquet";
	stcSearch["SQ,222"]["j"] = "Facilities / Activities";
	stcSearch["SQ,222"]["k"] = "Sport and Recreation";
	stcSearch["SQ,222"]["l"] = "Entertainment";
	stcSearch["SQ,222"]["m"] = "Childrens Entertainment";
	stcSearch["SQ,222"]["n"] = "Health Spa / Gym";
	stcSearch["SQ,222"]["o"] = "Shopping";
	stcSearch["SQ,222"]["p"] = "Nearby Sightseeing";
	stcSearch["SQ,222"]["q"] = "Safari and Wildlife";
	stcSearch["SQ,222"]["r"] = "Weddings and Honeymoons";
	stcSearch["SQ,222"]["x"] = "Miscellaneous";
	stcSearch["SQ,222"]["u"] = "Logos";
	stcSearch["SQ,222"]["z"] = "Print Material";
	
	// Sun Square
	stcSearch["SQ,333"] = new Object();
	stcSearch["SQ,333"]["all"] = "All Resources";
	stcSearch["SQ,333"]["a"] = "Exterior";
	stcSearch["SQ,333"]["b"] = "Aerial";
	stcSearch["SQ,333"]["c"] = "Accommodation";
	stcSearch["SQ,333"]["d"] = "Restaurants and Bars";
	stcSearch["SQ,333"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SQ,333"]["f"] = "Entrance / Port Cochere";
	stcSearch["SQ,333"]["g"] = "Pool";
	stcSearch["SQ,333"]["h"] = "Gardens";
	stcSearch["SQ,333"]["i"] = "Conference / Banquet";
	stcSearch["SQ,333"]["j"] = "Facilities / Activities";
	stcSearch["SQ,333"]["k"] = "Sport and Recreation";
	stcSearch["SQ,333"]["l"] = "Entertainment";
	stcSearch["SQ,333"]["m"] = "Childrens Entertainment";
	stcSearch["SQ,333"]["n"] = "Health Spa / Gym";
	stcSearch["SQ,333"]["o"] = "Shopping";
	stcSearch["SQ,333"]["p"] = "Nearby Sightseeing";
	stcSearch["SQ,333"]["q"] = "Safari and Wildlife";
	stcSearch["SQ,333"]["r"] = "Weddings and Honeymoons";
	stcSearch["SQ,333"]["x"] = "Miscellaneous";
	stcSearch["SQ,333"]["y"] = "Logos";
	stcSearch["SQ,333"]["z"] = "Print Material";
	
	// Sun Square
	stcSearch["SQ,444"] = new Object();
	stcSearch["SQ,444"]["all"] = "All Resources";
	stcSearch["SQ,444"]["a"] = "Exterior";
	stcSearch["SQ,444"]["b"] = "Aerial";
	stcSearch["SQ,444"]["c"] = "Accommodation";
	stcSearch["SQ,444"]["d"] = "Restaurants and Bars";
	stcSearch["SQ,444"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SQ,444"]["f"] = "Entrance / Port Cochere";
	stcSearch["SQ,444"]["g"] = "Pool";
	stcSearch["SQ,444"]["h"] = "Gardens";
	stcSearch["SQ,444"]["i"] = "Conference / Banquet";
	stcSearch["SQ,444"]["j"] = "Facilities / Activities";
	stcSearch["SQ,444"]["k"] = "Sport and Recreation";
	stcSearch["SQ,444"]["l"] = "Entertainment";
	stcSearch["SQ,444"]["m"] = "Childrens Entertainment";
	stcSearch["SQ,444"]["n"] = "Health Spa / Gym";
	stcSearch["SQ,444"]["o"] = "Shopping";
	stcSearch["SQ,444"]["p"] = "Nearby Sightseeing";
	stcSearch["SQ,444"]["q"] = "Safari and Wildlife";
	stcSearch["SQ,444"]["r"] = "Weddings and Honeymoons";
	stcSearch["SQ,444"]["x"] = "Miscellaneous";
	stcSearch["SQ,444"]["y"] = "Logos";
	stcSearch["SQ,444"]["z"] = "Print Material";
	
	// Sun Square
	stcSearch["SQ,555"] = new Object();
	stcSearch["SQ,555"]["all"] = "All Resources";
	stcSearch["SQ,555"]["a"] = "Exterior";
	stcSearch["SQ,555"]["b"] = "Aerial";
	stcSearch["SQ,555"]["c"] = "Accommodation";
	stcSearch["SQ,555"]["d"] = "Restaurants and Bars";
	stcSearch["SQ,555"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SQ,555"]["f"] = "Entrance / Port Cochere";
	stcSearch["SQ,555"]["g"] = "Pool";
	stcSearch["SQ,555"]["h"] = "Gardens";
	stcSearch["SQ,555"]["i"] = "Conference / Banquet";
	stcSearch["SQ,555"]["j"] = "Facilities / Activities";
	stcSearch["SQ,555"]["k"] = "Sport and Recreation";
	stcSearch["SQ,555"]["l"] = "Entertainment";
	stcSearch["SQ,555"]["m"] = "Childrens Entertainment";
	stcSearch["SQ,555"]["n"] = "Health Spa / Gym";
	stcSearch["SQ,555"]["o"] = "Shopping";
	stcSearch["SQ,555"]["p"] = "Nearby Sightseeing";
	stcSearch["SQ,555"]["q"] = "Safari and Wildlife";
	stcSearch["SQ,555"]["r"] = "Weddings and Honeymoons";
	stcSearch["SQ,555"]["x"] = "Miscellaneous";
	stcSearch["SQ,555"]["y"] = "Logos";
	stcSearch["SQ,555"]["z"] = "Print Material";
	

	
	/**********************************************************
	 structure containing Garden Court
	**********************************************************/
	stcSearch["GC"] = new Object();
	stcSearch["GC"]["all"] = "Entire Brand";
	stcSearch["GC"]["DEW"] = "Garden Court De Waal";
	stcSearch["GC"]["EBO"] = "Garden Court Eastern Boulevard";
	stcSearch["GC"]["EGA"] = "Garden Court Eastgate";
	stcSearch["GC"]["ELO"] = "Garden Court East London";
	stcSearch["GC"]["HAT"] = "Garden Court Hatfield";
	stcSearch["GC"]["AIR"] = "Garden Court O.R.Tambo International Airport";
	stcSearch["GC"]["KIM"] = "Garden Court Kimberley";
	stcSearch["GC"]["KIN"] = "Garden Court King's Beach";
	stcSearch["GC"]["MAR"] = "Garden Court Marine Parade";
	stcSearch["GC"]["MIL"] = "Garden Court Milpark";
	stcSearch["GC"]["MNG"] = "Garden Court Morningside";
	stcSearch["GC"]["SAN"] = "Garden Court Sandton";
	stcSearch["GC"]["SCT"] = "Garden Court Sandton City";
	stcSearch["GC"]["STH"] = "Garden Court South Beach";
	stcSearch["GC"]["ULU"] = "Garden Court Ulundi";
	stcSearch["GC"]["UMT"] = "Garden Court Mthatha";
	stcSearch["GC"]["POL"] = "Garden Court Polokwane";
	stcSearch["GC"]["UML"] = "Garden Court Umhlanga";
			
	// Entire Group
	stcSearch["GC,all"] = new Object();
	stcSearch["GC,all"]["all"] = "All Resources";
	stcSearch["GC,all"]["a"] = "Exterior";
	stcSearch["GC,all"]["b"] = "Aerial";
	stcSearch["GC,all"]["c"] = "Accommodation";
	stcSearch["GC,all"]["d"] = "Restaurants and Bars";
	stcSearch["GC,all"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["GC,all"]["f"] = "Entrance / Port Cochere";
	stcSearch["GC,all"]["g"] = "Pool";
	stcSearch["GC,all"]["h"] = "Gardens";
	stcSearch["GC,all"]["i"] = "Conference / Banquet";
	stcSearch["GC,all"]["j"] = "Facilities / Activities";
	stcSearch["GC,all"]["k"] = "Sport and Recreation";
	stcSearch["GC,all"]["l"] = "Entertainment";
	stcSearch["GC,all"]["m"] = "Childrens Entertainment";
	stcSearch["GC,all"]["n"] = "Health Spa / Gym";
	stcSearch["GC,all"]["o"] = "Shopping";
	stcSearch["GC,all"]["p"] = "Nearby Sightseeing";
	stcSearch["GC,all"]["q"] = "Safari and Wildlife";
	stcSearch["GC,all"]["r"] = "Weddings and Honeymoons";
	stcSearch["GC,all"]["x"] = "Miscellaneous";
	stcSearch["GC,all"]["y"] = "Logos";
	stcSearch["GC,all"]["z"] = "Print Material";
	
	// De Waal
	stcSearch["GC,DEW"] = new Object();
	stcSearch["GC,DEW"]["all"] = "All Resources";
	stcSearch["GC,DEW"]["a"] = "Exterior";
	stcSearch["GC,DEW"]["b"] = "Aerial";
	stcSearch["GC,DEW"]["c"] = "Accommodation";
	stcSearch["GC,DEW"]["d"] = "Restaurants and Bars";
	stcSearch["GC,DEW"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["GC,DEW"]["f"] = "Entrance / Port Cochere";
	stcSearch["GC,DEW"]["g"] = "Pool";
	stcSearch["GC,DEW"]["h"] = "Gardens";
	stcSearch["GC,DEW"]["i"] = "Conference / Banquet";
	stcSearch["GC,DEW"]["j"] = "Facilities / Activities";
	stcSearch["GC,DEW"]["k"] = "Sport and Recreation";
	stcSearch["GC,DEW"]["l"] = "Entertainment";
	stcSearch["GC,DEW"]["m"] = "Childrens Entertainment";
	stcSearch["GC,DEW"]["n"] = "Health Spa / Gym";
	stcSearch["GC,DEW"]["o"] = "Shopping";
	stcSearch["GC,DEW"]["p"] = "Nearby Sightseeing";
	stcSearch["GC,DEW"]["q"] = "Safari and Wildlife";
	stcSearch["GC,DEW"]["r"] = "Weddings and Honeymoons";
	stcSearch["GC,DEW"]["x"] = "Miscellaneous";
	stcSearch["GC,DEW"]["y"] = "Logos";
	stcSearch["GC,DEW"]["z"] = "Print Material";
	
	// Eastern Boulevard
	stcSearch["GC,EBO"] = new Object();
	stcSearch["GC,EBO"]["all"] = "All Resources";
	stcSearch["GC,EBO"]["a"] = "Exterior";
	stcSearch["GC,EBO"]["b"] = "Aerial";
	stcSearch["GC,EBO"]["c"] = "Accommodation";
	stcSearch["GC,EBO"]["d"] = "Restaurants and Bars";
	stcSearch["GC,EBO"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["GC,EBO"]["f"] = "Entrance / Port Cochere";
	stcSearch["GC,EBO"]["g"] = "Pool";
	stcSearch["GC,EBO"]["h"] = "Gardens";
	stcSearch["GC,EBO"]["i"] = "Conference / Banquet";
	stcSearch["GC,EBO"]["j"] = "Facilities / Activities";
	stcSearch["GC,EBO"]["k"] = "Sport and Recreation";
	stcSearch["GC,EBO"]["l"] = "Entertainment";
	stcSearch["GC,EBO"]["m"] = "Childrens Entertainment";
	stcSearch["GC,EBO"]["n"] = "Health Spa / Gym";
	stcSearch["GC,EBO"]["o"] = "Shopping";
	stcSearch["GC,EBO"]["p"] = "Nearby Sightseeing";
	stcSearch["GC,EBO"]["q"] = "Safari and Wildlife";
	stcSearch["GC,EBO"]["r"] = "Weddings and Honeymoons";
	stcSearch["GC,EBO"]["x"] = "Miscellaneous";
	stcSearch["GC,EBO"]["y"] = "Logos";
	stcSearch["GC,EBO"]["z"] = "Print Material";
	
	// Eastgate
	stcSearch["GC,EGA"] = new Object();
	stcSearch["GC,EGA"]["all"] = "All Resources";
	stcSearch["GC,EGA"]["a"] = "Exterior";
	stcSearch["GC,EGA"]["b"] = "Aerial";
	stcSearch["GC,EGA"]["c"] = "Accommodation";
	stcSearch["GC,EGA"]["d"] = "Restaurants and Bars";
	stcSearch["GC,EGA"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["GC,EGA"]["f"] = "Entrance / Port Cochere";
	stcSearch["GC,EGA"]["g"] = "Pool";
	stcSearch["GC,EGA"]["h"] = "Gardens";
	stcSearch["GC,EGA"]["i"] = "Conference / Banquet";
	stcSearch["GC,EGA"]["j"] = "Facilities / Activities";
	stcSearch["GC,EGA"]["k"] = "Sport and Recreation";
	stcSearch["GC,EGA"]["l"] = "Entertainment";
	stcSearch["GC,EGA"]["m"] = "Childrens Entertainment";
	stcSearch["GC,EGA"]["n"] = "Health Spa / Gym";
	stcSearch["GC,EGA"]["o"] = "Shopping";
	stcSearch["GC,EGA"]["p"] = "Nearby Sightseeing";
	stcSearch["GC,EGA"]["q"] = "Safari and Wildlife";
	stcSearch["GC,EGA"]["r"] = "Weddings and Honeymoons";
	stcSearch["GC,EGA"]["x"] = "Miscellaneous";
	stcSearch["GC,EGA"]["y"] = "Logos";
	stcSearch["GC,EGA"]["z"] = "Print Material";
	
	// East London
	stcSearch["GC,ELO"] = new Object();
	stcSearch["GC,ELO"]["all"] = "All Resources";
	stcSearch["GC,ELO"]["a"] = "Exterior";
	stcSearch["GC,ELO"]["b"] = "Aerial";
	stcSearch["GC,ELO"]["c"] = "Accommodation";
	stcSearch["GC,ELO"]["d"] = "Restaurants and Bars";
	stcSearch["GC,ELO"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["GC,ELO"]["f"] = "Entrance / Port Cochere";
	stcSearch["GC,ELO"]["g"] = "Pool";
	stcSearch["GC,ELO"]["h"] = "Gardens";
	stcSearch["GC,ELO"]["i"] = "Conference / Banquet";
	stcSearch["GC,ELO"]["j"] = "Facilities / Activities";
	stcSearch["GC,ELO"]["k"] = "Sport and Recreation";
	stcSearch["GC,ELO"]["l"] = "Entertainment";
	stcSearch["GC,ELO"]["m"] = "Childrens Entertainment";
	stcSearch["GC,ELO"]["n"] = "Health Spa / Gym";
	stcSearch["GC,ELO"]["o"] = "Shopping";
	stcSearch["GC,ELO"]["p"] = "Nearby Sightseeing";
	stcSearch["GC,ELO"]["q"] = "Safari and Wildlife";
	stcSearch["GC,ELO"]["r"] = "Weddings and Honeymoons";
	stcSearch["GC,ELO"]["x"] = "Miscellaneous";
	stcSearch["GC,ELO"]["y"] = "Logos";
	stcSearch["GC,ELO"]["z"] = "Print Material";
	
	// Hatfield
	stcSearch["GC,HAT"] = new Object();
	stcSearch["GC,HAT"]["all"] = "All Resources";
	stcSearch["GC,HAT"]["a"] = "Exterior";
	stcSearch["GC,HAT"]["b"] = "Aerial";
	stcSearch["GC,HAT"]["c"] = "Accommodation";
	stcSearch["GC,HAT"]["d"] = "Restaurants and Bars";
	stcSearch["GC,HAT"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["GC,HAT"]["f"] = "Entrance / Port Cochere";
	stcSearch["GC,HAT"]["g"] = "Pool";
	stcSearch["GC,HAT"]["h"] = "Gardens";
	stcSearch["GC,HAT"]["i"] = "Conference / Banquet";
	stcSearch["GC,HAT"]["j"] = "Facilities / Activities";
	stcSearch["GC,HAT"]["k"] = "Sport and Recreation";
	stcSearch["GC,HAT"]["l"] = "Entertainment";
	stcSearch["GC,HAT"]["m"] = "Childrens Entertainment";
	stcSearch["GC,HAT"]["n"] = "Health Spa / Gym";
	stcSearch["GC,HAT"]["o"] = "Shopping";
	stcSearch["GC,HAT"]["p"] = "Nearby Sightseeing";
	stcSearch["GC,HAT"]["q"] = "Safari and Wildlife";
	stcSearch["GC,HAT"]["r"] = "Weddings and Honeymoons";
	stcSearch["GC,HAT"]["x"] = "Miscellaneous";
	stcSearch["GC,HAT"]["y"] = "Logos";
	stcSearch["GC,HAT"]["z"] = "Print Material";
	
	// Johannesburg International Airport
	stcSearch["GC,AIR"] = new Object();
	stcSearch["GC,AIR"]["all"] = "All Resources";
	stcSearch["GC,AIR"]["a"] = "Exterior";
	stcSearch["GC,AIR"]["b"] = "Aerial";
	stcSearch["GC,AIR"]["c"] = "Accommodation";
	stcSearch["GC,AIR"]["d"] = "Restaurants and Bars";
	stcSearch["GC,AIR"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["GC,AIR"]["f"] = "Entrance / Port Cochere";
	stcSearch["GC,AIR"]["g"] = "Pool";
	stcSearch["GC,AIR"]["h"] = "Gardens";
	stcSearch["GC,AIR"]["i"] = "Conference / Banquet";
	stcSearch["GC,AIR"]["j"] = "Facilities / Activities";
	stcSearch["GC,AIR"]["k"] = "Sport and Recreation";
	stcSearch["GC,AIR"]["l"] = "Entertainment";
	stcSearch["GC,AIR"]["m"] = "Childrens Entertainment";
	stcSearch["GC,AIR"]["n"] = "Health Spa / Gym";
	stcSearch["GC,AIR"]["o"] = "Shopping";
	stcSearch["GC,AIR"]["p"] = "Nearby Sightseeing";
	stcSearch["GC,AIR"]["q"] = "Safari and Wildlife";
	stcSearch["GC,AIR"]["r"] = "Weddings and Honeymoons";
	stcSearch["GC,AIR"]["x"] = "Miscellaneous";
	stcSearch["GC,AIR"]["y"] = "Logos";
	stcSearch["GC,AIR"]["z"] = "Print Material";
	
	// Sandton City
	stcSearch["GC,SCT"] = new Object();
	stcSearch["GC,SCT"]["all"] = "All Resources";
	stcSearch["GC,SCT"]["a"] = "Exterior";
	stcSearch["GC,SCT"]["b"] = "Aerial";
	stcSearch["GC,SCT"]["c"] = "Accommodation";
	stcSearch["GC,SCT"]["d"] = "Restaurants and Bars";
	stcSearch["GC,SCT"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["GC,SCT"]["f"] = "Entrance / Port Cochere";
	stcSearch["GC,SCT"]["g"] = "Pool";
	stcSearch["GC,SCT"]["h"] = "Gardens";
	stcSearch["GC,SCT"]["i"] = "Conference / Banquet";
	stcSearch["GC,SCT"]["j"] = "Facilities / Activities";
	stcSearch["GC,SCT"]["k"] = "Sport and Recreation";
	stcSearch["GC,SCT"]["l"] = "Entertainment";
	stcSearch["GC,SCT"]["m"] = "Childrens Entertainment";
	stcSearch["GC,SCT"]["n"] = "Health Spa / Gym";
	stcSearch["GC,SCT"]["o"] = "Shopping";
	stcSearch["GC,SCT"]["p"] = "Nearby Sightseeing";
	stcSearch["GC,SCT"]["q"] = "Safari and Wildlife";
	stcSearch["GC,SCT"]["r"] = "Weddings and Honeymoons";
	stcSearch["GC,SCT"]["x"] = "Miscellaneous";
	stcSearch["GC,SCT"]["y"] = "Logos";
	stcSearch["GC,SCT"]["z"] = "Print Material";
	
	// Kimberley
	stcSearch["GC,KIM"] = new Object();
	stcSearch["GC,KIM"]["all"] = "All Resources";
	stcSearch["GC,KIM"]["a"] = "Exterior";
	stcSearch["GC,KIM"]["b"] = "Aerial";
	stcSearch["GC,KIM"]["c"] = "Accommodation";
	stcSearch["GC,KIM"]["d"] = "Restaurants and Bars";
	stcSearch["GC,KIM"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["GC,KIM"]["f"] = "Entrance / Port Cochere";
	stcSearch["GC,KIM"]["g"] = "Pool";
	stcSearch["GC,KIM"]["h"] = "Gardens";
	stcSearch["GC,KIM"]["i"] = "Conference / Banquet";
	stcSearch["GC,KIM"]["j"] = "Facilities / Activities";
	stcSearch["GC,KIM"]["k"] = "Sport and Recreation";
	stcSearch["GC,KIM"]["l"] = "Entertainment";
	stcSearch["GC,KIM"]["m"] = "Childrens Entertainment";
	stcSearch["GC,KIM"]["n"] = "Health Spa / Gym";
	stcSearch["GC,KIM"]["o"] = "Shopping";
	stcSearch["GC,KIM"]["p"] = "Nearby Sightseeing";
	stcSearch["GC,KIM"]["q"] = "Safari and Wildlife";
	stcSearch["GC,KIM"]["r"] = "Weddings and Honeymoons";
	stcSearch["GC,KIM"]["x"] = "Miscellaneous";
	stcSearch["GC,KIM"]["y"] = "Logos";
	stcSearch["GC,KIM"]["z"] = "Print Material";
	
	// King's Beach
	stcSearch["GC,KIN"] = new Object();
	stcSearch["GC,KIN"]["all"] = "All Resources";
	stcSearch["GC,KIN"]["a"] = "Exterior";
	stcSearch["GC,KIN"]["b"] = "Aerial";
	stcSearch["GC,KIN"]["c"] = "Accommodation";
	stcSearch["GC,KIN"]["d"] = "Restaurants and Bars";
	stcSearch["GC,KIN"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["GC,KIN"]["f"] = "Entrance / Port Cochere";
	stcSearch["GC,KIN"]["g"] = "Pool";
	stcSearch["GC,KIN"]["h"] = "Gardens";
	stcSearch["GC,KIN"]["i"] = "Conference / Banquet";
	stcSearch["GC,KIN"]["j"] = "Facilities / Activities";
	stcSearch["GC,KIN"]["k"] = "Sport and Recreation";
	stcSearch["GC,KIN"]["l"] = "Entertainment";
	stcSearch["GC,KIN"]["m"] = "Childrens Entertainment";
	stcSearch["GC,KIN"]["n"] = "Health Spa / Gym";
	stcSearch["GC,KIN"]["o"] = "Shopping";
	stcSearch["GC,KIN"]["p"] = "Nearby Sightseeing";
	stcSearch["GC,KIN"]["q"] = "Safari and Wildlife";
	stcSearch["GC,KIN"]["r"] = "Weddings and Honeymoons";
	stcSearch["GC,KIN"]["x"] = "Miscellaneous";
	stcSearch["GC,KIN"]["y"] = "Logos";
	stcSearch["GC,KIN"]["z"] = "Print Material";
	
	// Marine Parade
	stcSearch["GC,MAR"] = new Object();
	stcSearch["GC,MAR"]["all"] = "All Resources";
	stcSearch["GC,MAR"]["a"] = "Exterior";
	stcSearch["GC,MAR"]["b"] = "Aerial";
	stcSearch["GC,MAR"]["c"] = "Accommodation";
	stcSearch["GC,MAR"]["d"] = "Restaurants and Bars";
	stcSearch["GC,MAR"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["GC,MAR"]["f"] = "Entrance / Port Cochere";
	stcSearch["GC,MAR"]["g"] = "Pool";
	stcSearch["GC,MAR"]["h"] = "Gardens";
	stcSearch["GC,MAR"]["i"] = "Conference / Banquet";
	stcSearch["GC,MAR"]["j"] = "Facilities / Activities";
	stcSearch["GC,MAR"]["k"] = "Sport and Recreation";
	stcSearch["GC,MAR"]["l"] = "Entertainment";
	stcSearch["GC,MAR"]["m"] = "Childrens Entertainment";
	stcSearch["GC,MAR"]["n"] = "Health Spa / Gym";
	stcSearch["GC,MAR"]["o"] = "Shopping";
	stcSearch["GC,MAR"]["p"] = "Nearby Sightseeing";
	stcSearch["GC,MAR"]["q"] = "Safari and Wildlife";
	stcSearch["GC,MAR"]["r"] = "Weddings and Honeymoons";
	stcSearch["GC,MAR"]["x"] = "Miscellaneous";
	stcSearch["GC,MAR"]["y"] = "Logos";
	stcSearch["GC,MAR"]["z"] = "Print Material";
	
	// Milpark
	stcSearch["GC,MIL"] = new Object();
	stcSearch["GC,MIL"]["all"] = "All Resources";
	stcSearch["GC,MIL"]["a"] = "Exterior";
	stcSearch["GC,MIL"]["b"] = "Aerial";
	stcSearch["GC,MIL"]["c"] = "Accommodation";
	stcSearch["GC,MIL"]["d"] = "Restaurants and Bars";
	stcSearch["GC,MIL"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["GC,MIL"]["f"] = "Entrance / Port Cochere";
	stcSearch["GC,MIL"]["g"] = "Pool";
	stcSearch["GC,MIL"]["h"] = "Gardens";
	stcSearch["GC,MIL"]["i"] = "Conference / Banquet";
	stcSearch["GC,MIL"]["j"] = "Facilities / Activities";
	stcSearch["GC,MIL"]["k"] = "Sport and Recreation";
	stcSearch["GC,MIL"]["l"] = "Entertainment";
	stcSearch["GC,MIL"]["m"] = "Childrens Entertainment";
	stcSearch["GC,MIL"]["n"] = "Health Spa / Gym";
	stcSearch["GC,MIL"]["o"] = "Shopping";
	stcSearch["GC,MIL"]["p"] = "Nearby Sightseeing";
	stcSearch["GC,MIL"]["q"] = "Safari and Wildlife";
	stcSearch["GC,MIL"]["r"] = "Weddings and Honeymoons";
	stcSearch["GC,MIL"]["x"] = "Miscellaneous";
	stcSearch["GC,MIL"]["y"] = "Logos";
	stcSearch["GC,MIL"]["z"] = "Print Material";
	
	// Morningside
	stcSearch["GC,MNG"] = new Object();
	stcSearch["GC,MNG"]["all"] = "All Resources";
	stcSearch["GC,MNG"]["a"] = "Exterior";
	stcSearch["GC,MNG"]["b"] = "Aerial";
	stcSearch["GC,MNG"]["c"] = "Accommodation";
	stcSearch["GC,MNG"]["d"] = "Restaurants and Bars";
	stcSearch["GC,MNG"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["GC,MNG"]["f"] = "Entrance / Port Cochere";
	stcSearch["GC,MNG"]["g"] = "Pool";
	stcSearch["GC,MNG"]["h"] = "Gardens";
	stcSearch["GC,MNG"]["i"] = "Conference / Banquet";
	stcSearch["GC,MNG"]["j"] = "Facilities / Activities";
	stcSearch["GC,MNG"]["k"] = "Sport and Recreation";
	stcSearch["GC,MNG"]["l"] = "Entertainment";
	stcSearch["GC,MNG"]["m"] = "Childrens Entertainment";
	stcSearch["GC,MNG"]["n"] = "Health Spa / Gym";
	stcSearch["GC,MNG"]["o"] = "Shopping";
	stcSearch["GC,MNG"]["p"] = "Nearby Sightseeing";
	stcSearch["GC,MNG"]["q"] = "Safari and Wildlife";
	stcSearch["GC,MNG"]["r"] = "Weddings and Honeymoons";
	stcSearch["GC,MNG"]["x"] = "Miscellaneous";
	stcSearch["GC,MNG"]["y"] = "Logos";
	stcSearch["GC,MNG"]["z"] = "Print Material";
	
	// Polokwane
	stcSearch["GC,POL"] = new Object();
	stcSearch["GC,POL"]["all"] = "All Resources";
	stcSearch["GC,POL"]["a"] = "Exterior";
	stcSearch["GC,POL"]["b"] = "Aerial";
	stcSearch["GC,POL"]["c"] = "Accommodation";
	stcSearch["GC,POL"]["d"] = "Restaurants and Bars";
	stcSearch["GC,POL"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["GC,POL"]["f"] = "Entrance / Port Cochere";
	stcSearch["GC,POL"]["g"] = "Pool";
	stcSearch["GC,POL"]["h"] = "Gardens";
	stcSearch["GC,POL"]["i"] = "Conference / Banquet";
	stcSearch["GC,POL"]["j"] = "Facilities / Activities";
	stcSearch["GC,POL"]["k"] = "Sport and Recreation";
	stcSearch["GC,POL"]["l"] = "Entertainment";
	stcSearch["GC,POL"]["m"] = "Childrens Entertainment";
	stcSearch["GC,POL"]["n"] = "Health Spa / Gym";
	stcSearch["GC,POL"]["o"] = "Shopping";
	stcSearch["GC,POL"]["p"] = "Nearby Sightseeing";
	stcSearch["GC,POL"]["q"] = "Safari and Wildlife";
	stcSearch["GC,POL"]["r"] = "Weddings and Honeymoons";
	stcSearch["GC,POL"]["x"] = "Miscellaneous";
	stcSearch["GC,POL"]["y"] = "Logos";
	stcSearch["GC,POL"]["z"] = "Print Material";
	
	// Sandton
	stcSearch["GC,SAN"] = new Object();
	stcSearch["GC,SAN"]["all"] = "All Resources";
	stcSearch["GC,SAN"]["a"] = "Exterior";
	stcSearch["GC,SAN"]["b"] = "Aerial";
	stcSearch["GC,SAN"]["c"] = "Accommodation";
	stcSearch["GC,SAN"]["d"] = "Restaurants and Bars";
	stcSearch["GC,SAN"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["GC,SAN"]["f"] = "Entrance / Port Cochere";
	stcSearch["GC,SAN"]["g"] = "Pool";
	stcSearch["GC,SAN"]["h"] = "Gardens";
	stcSearch["GC,SAN"]["i"] = "Conference / Banquet";
	stcSearch["GC,SAN"]["j"] = "Facilities / Activities";
	stcSearch["GC,SAN"]["k"] = "Sport and Recreation";
	stcSearch["GC,SAN"]["l"] = "Entertainment";
	stcSearch["GC,SAN"]["m"] = "Childrens Entertainment";
	stcSearch["GC,SAN"]["n"] = "Health Spa / Gym";
	stcSearch["GC,SAN"]["o"] = "Shopping";
	stcSearch["GC,SAN"]["p"] = "Nearby Sightseeing";
	stcSearch["GC,SAN"]["q"] = "Safari and Wildlife";
	stcSearch["GC,SAN"]["r"] = "Weddings and Honeymoons";
	stcSearch["GC,SAN"]["x"] = "Miscellaneous";
	stcSearch["GC,SAN"]["y"] = "Logos";
	stcSearch["GC,SAN"]["z"] = "Print Material";
	
	// South Beach
	stcSearch["GC,STH"] = new Object();
	stcSearch["GC,STH"]["all"] = "All Resources";
	stcSearch["GC,STH"]["a"] = "Exterior";
	stcSearch["GC,STH"]["b"] = "Aerial";
	stcSearch["GC,STH"]["c"] = "Accommodation";
	stcSearch["GC,STH"]["d"] = "Restaurants and Bars";
	stcSearch["GC,STH"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["GC,STH"]["f"] = "Entrance / Port Cochere";
	stcSearch["GC,STH"]["g"] = "Pool";
	stcSearch["GC,STH"]["h"] = "Gardens";
	stcSearch["GC,STH"]["i"] = "Conference / Banquet";
	stcSearch["GC,STH"]["j"] = "Facilities / Activities";
	stcSearch["GC,STH"]["k"] = "Sport and Recreation";
	stcSearch["GC,STH"]["l"] = "Entertainment";
	stcSearch["GC,STH"]["m"] = "Childrens Entertainment";
	stcSearch["GC,STH"]["n"] = "Health Spa / Gym";
	stcSearch["GC,STH"]["o"] = "Shopping";
	stcSearch["GC,STH"]["p"] = "Nearby Sightseeing";
	stcSearch["GC,STH"]["q"] = "Safari and Wildlife";
	stcSearch["GC,STH"]["r"] = "Weddings and Honeymoons";
	stcSearch["GC,STH"]["x"] = "Miscellaneous";
	stcSearch["GC,STH"]["y"] = "Logos";
	stcSearch["GC,STH"]["z"] = "Print Material";
	
	// Ulundi
	stcSearch["GC,ULU"] = new Object();
	stcSearch["GC,ULU"]["all"] = "All Resources";
	stcSearch["GC,ULU"]["a"] = "Exterior";
	stcSearch["GC,ULU"]["b"] = "Aerial";
	stcSearch["GC,ULU"]["c"] = "Accommodation";
	stcSearch["GC,ULU"]["d"] = "Restaurants and Bars";
	stcSearch["GC,ULU"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["GC,ULU"]["f"] = "Entrance / Port Cochere";
	stcSearch["GC,ULU"]["g"] = "Pool";
	stcSearch["GC,ULU"]["h"] = "Gardens";
	stcSearch["GC,ULU"]["i"] = "Conference / Banquet";
	stcSearch["GC,ULU"]["j"] = "Facilities / Activities";
	stcSearch["GC,ULU"]["k"] = "Sport and Recreation";
	stcSearch["GC,ULU"]["l"] = "Entertainment";
	stcSearch["GC,ULU"]["m"] = "Childrens Entertainment";
	stcSearch["GC,ULU"]["n"] = "Health Spa / Gym";
	stcSearch["GC,ULU"]["o"] = "Shopping";
	stcSearch["GC,ULU"]["p"] = "Nearby Sightseeing";
	stcSearch["GC,ULU"]["q"] = "Safari and Wildlife";
	stcSearch["GC,ULU"]["r"] = "Weddings and Honeymoons";
	stcSearch["GC,ULU"]["x"] = "Miscellaneous";
	stcSearch["GC,ULU"]["y"] = "Logos";
	stcSearch["GC,ULU"]["z"] = "Print Material";
	
	// Mthatha
	stcSearch["GC,UMT"] = new Object();
	stcSearch["GC,UMT"]["all"] = "All Resources";
	stcSearch["GC,UMT"]["a"] = "Exterior";
	stcSearch["GC,UMT"]["b"] = "Aerial";
	stcSearch["GC,UMT"]["c"] = "Accommodation";
	stcSearch["GC,UMT"]["d"] = "Restaurants and Bars";
	stcSearch["GC,UMT"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["GC,UMT"]["f"] = "Entrance / Port Cochere";
	stcSearch["GC,UMT"]["g"] = "Pool";
	stcSearch["GC,UMT"]["h"] = "Gardens";
	stcSearch["GC,UMT"]["i"] = "Conference / Banquet";
	stcSearch["GC,UMT"]["j"] = "Facilities / Activities";
	stcSearch["GC,UMT"]["k"] = "Sport and Recreation";
	stcSearch["GC,UMT"]["l"] = "Entertainment";
	stcSearch["GC,UMT"]["m"] = "Childrens Entertainment";
	stcSearch["GC,UMT"]["n"] = "Health Spa / Gym";
	stcSearch["GC,UMT"]["o"] = "Shopping";
	stcSearch["GC,UMT"]["p"] = "Nearby Sightseeing";
	stcSearch["GC,UMT"]["q"] = "Safari and Wildlife";
	stcSearch["GC,UMT"]["r"] = "Weddings and Honeymoons";
	stcSearch["GC,UMT"]["x"] = "Miscellaneous";
	stcSearch["GC,UMT"]["y"] = "Logos";
	stcSearch["GC,UMT"]["z"] = "Print Material";
	
	// Umhlanga
	stcSearch["GC,UML"] = new Object();
	stcSearch["GC,UML"]["all"] = "All Resources";
	stcSearch["GC,UML"]["a"] = "Exterior";
	stcSearch["GC,UML"]["b"] = "Aerial";
	stcSearch["GC,UML"]["c"] = "Accommodation";
	stcSearch["GC,UML"]["d"] = "Restaurants and Bars";
	stcSearch["GC,UML"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["GC,UML"]["f"] = "Entrance / Port Cochere";
	stcSearch["GC,UML"]["g"] = "Pool";
	stcSearch["GC,UML"]["h"] = "Gardens";
	stcSearch["GC,UML"]["i"] = "Conference / Banquet";
	stcSearch["GC,UML"]["j"] = "Facilities / Activities";
	stcSearch["GC,UML"]["k"] = "Sport and Recreation";
	stcSearch["GC,UML"]["l"] = "Entertainment";
	stcSearch["GC,UML"]["m"] = "Childrens Entertainment";
	stcSearch["GC,UML"]["n"] = "Health Spa / Gym";
	stcSearch["GC,UML"]["o"] = "Shopping";
	stcSearch["GC,UML"]["p"] = "Nearby Sightseeing";
	stcSearch["GC,UML"]["q"] = "Safari and Wildlife";
	stcSearch["GC,UML"]["r"] = "Weddings and Honeymoons";
	stcSearch["GC,UML"]["x"] = "Miscellaneous";
	stcSearch["GC,UML"]["y"] = "Logos";
	stcSearch["GC,UML"]["z"] = "Print Material";
	
	/**********************************************************
	 structure containing StayEasy
	**********************************************************/
	stcSearch["SE"] = new Object();
	stcSearch["SE"]["all"] = "Entire Brand";
	stcSearch["SE"]["CTC"] = "StayEasy Century City";
	stcSearch["SE"]["EGA"] = "StayEasy Eastgate";
	stcSearch["SE"]["NEL"] = "StayEasy Emnotweni (Nelspruit)";
	stcSearch["SE"]["PRE"] = "StayEasy Pretoria";
	stcSearch["SE"]["RUS"] = "StayEasy Rustenberg";
	stcSearch["SE"]["EMH"] = "StayEasy Emalahleni (Witbank)";
	stcSearch["SE"]["PIE"] = "StayEasy Pietermaritzburg";

			
	// Entire Group
	stcSearch["SE,all"] = new Object();
	stcSearch["SE,all"]["all"] = "All Resources";
	stcSearch["SE,all"]["a"] = "Exterior";
	stcSearch["SE,all"]["b"] = "Aerial";
	stcSearch["SE,all"]["c"] = "Accommodation";
	stcSearch["SE,all"]["d"] = "Restaurants and Bars";
	stcSearch["SE,all"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SE,all"]["f"] = "Entrance / Port Cochere";
	stcSearch["SE,all"]["g"] = "Pool";
	stcSearch["SE,all"]["h"] = "Gardens";
	stcSearch["SE,all"]["i"] = "Conference / Banquet";
	stcSearch["SE,all"]["j"] = "Facilities / Activities";
	stcSearch["SE,all"]["k"] = "Sport and Recreation";
	stcSearch["SE,all"]["l"] = "Entertainment";
	stcSearch["SE,all"]["m"] = "Childrens Entertainment";
	stcSearch["SE,all"]["n"] = "Health Spa / Gym";
	stcSearch["SE,all"]["o"] = "Shopping";
	stcSearch["SE,all"]["p"] = "Nearby Sightseeing";
	stcSearch["SE,all"]["q"] = "Safari and Wildlife";
	stcSearch["SE,all"]["r"] = "Weddings and Honeymoons";
	stcSearch["SE,all"]["x"] = "Miscellaneous";
	stcSearch["SE,all"]["y"] = "Logos";
	stcSearch["SE,all"]["z"] = "Print Material";
	
	// Eastgate
	stcSearch["SE,EGA"] = new Object();
	stcSearch["SE,EGA"]["all"] = "All Resources";
	stcSearch["SE,EGA"]["a"] = "Exterior";
	stcSearch["SE,EGA"]["b"] = "Aerial";
	stcSearch["SE,EGA"]["c"] = "Accommodation";
	stcSearch["SE,EGA"]["d"] = "Restaurants and Bars";
	stcSearch["SE,EGA"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SE,EGA"]["f"] = "Entrance / Port Cochere";
	stcSearch["SE,EGA"]["g"] = "Pool";
	stcSearch["SE,EGA"]["h"] = "Gardens";
	stcSearch["SE,EGA"]["i"] = "Conference / Banquet";
	stcSearch["SE,EGA"]["j"] = "Facilities / Activities";
	stcSearch["SE,EGA"]["k"] = "Sport and Recreation";
	stcSearch["SE,EGA"]["l"] = "Entertainment";
	stcSearch["SE,EGA"]["m"] = "Childrens Entertainment";
	stcSearch["SE,EGA"]["n"] = "Health Spa / Gym";
	stcSearch["SE,EGA"]["o"] = "Shopping";
	stcSearch["SE,EGA"]["p"] = "Nearby Sightseeing";
	stcSearch["SE,EGA"]["q"] = "Safari and Wildlife";
	stcSearch["SE,EGA"]["r"] = "Weddings and Honeymoons";
	stcSearch["SE,EGA"]["x"] = "Miscellaneous";
	stcSearch["SE,EGA"]["y"] = "Logos";
	stcSearch["SE,EGA"]["z"] = "Print Material";
	
	// Century City
	stcSearch["SE,CTC"] = new Object();
	stcSearch["SE,CTC"]["all"] = "All Resources";
	stcSearch["SE,CTC"]["a"] = "Exterior";
	stcSearch["SE,CTC"]["b"] = "Aerial";
	stcSearch["SE,CTC"]["c"] = "Accommodation";
	stcSearch["SE,CTC"]["d"] = "Restaurants and Bars";
	stcSearch["SE,CTC"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SE,CTC"]["f"] = "Entrance / Port Cochere";
	stcSearch["SE,CTC"]["g"] = "Pool";
	stcSearch["SE,CTC"]["h"] = "Gardens";
	stcSearch["SE,CTC"]["i"] = "Conference / Banquet";
	stcSearch["SE,CTC"]["j"] = "Facilities / Activities";
	stcSearch["SE,CTC"]["k"] = "Sport and Recreation";
	stcSearch["SE,CTC"]["l"] = "Entertainment";
	stcSearch["SE,CTC"]["m"] = "Childrens Entertainment";
	stcSearch["SE,CTC"]["n"] = "Health Spa / Gym";
	stcSearch["SE,CTC"]["o"] = "Shopping";
	stcSearch["SE,CTC"]["p"] = "Nearby Sightseeing";
	stcSearch["SE,CTC"]["q"] = "Safari and Wildlife";
	stcSearch["SE,CTC"]["r"] = "Weddings and Honeymoons";
	stcSearch["SE,CTC"]["x"] = "Miscellaneous";
	stcSearch["SE,CTC"]["y"] = "Logos";
	stcSearch["SE,CTC"]["z"] = "Print Material";
	
	// Nelspruit
	stcSearch["SE,NEL"] = new Object();
	stcSearch["SE,NEL"]["all"] = "All Resources";
	stcSearch["SE,NEL"]["a"] = "Exterior";
	stcSearch["SE,NEL"]["b"] = "Aerial";
	stcSearch["SE,NEL"]["c"] = "Accommodation";
	stcSearch["SE,NEL"]["d"] = "Restaurants and Bars";
	stcSearch["SE,NEL"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SE,NEL"]["f"] = "Entrance / Port Cochere";
	stcSearch["SE,NEL"]["g"] = "Pool";
	stcSearch["SE,NEL"]["h"] = "Gardens";
	stcSearch["SE,NEL"]["i"] = "Conference / Banquet";
	stcSearch["SE,NEL"]["j"] = "Facilities / Activities";
	stcSearch["SE,NEL"]["k"] = "Sport and Recreation";
	stcSearch["SE,NEL"]["l"] = "Entertainment";
	stcSearch["SE,NEL"]["m"] = "Childrens Entertainment";
	stcSearch["SE,NEL"]["n"] = "Health Spa / Gym";
	stcSearch["SE,NEL"]["o"] = "Shopping";
	stcSearch["SE,NEL"]["p"] = "Nearby Sightseeing";
	stcSearch["SE,NEL"]["q"] = "Safari and Wildlife";
	stcSearch["SE,NEL"]["r"] = "Weddings and Honeymoons";
	stcSearch["SE,NEL"]["x"] = "Miscellaneous";
	stcSearch["SE,NEL"]["y"] = "Logos";
	stcSearch["SE,NEL"]["z"] = "Print Material";
	
	// Pretoria
	stcSearch["SE,PRE"] = new Object();
	stcSearch["SE,PRE"]["all"] = "All Resources";
	stcSearch["SE,PRE"]["a"] = "Exterior";
	stcSearch["SE,PRE"]["b"] = "Aerial";
	stcSearch["SE,PRE"]["c"] = "Accommodation";
	stcSearch["SE,PRE"]["d"] = "Restaurants and Bars";
	stcSearch["SE,PRE"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SE,PRE"]["f"] = "Entrance / Port Cochere";
	stcSearch["SE,PRE"]["g"] = "Pool";
	stcSearch["SE,PRE"]["h"] = "Gardens";
	stcSearch["SE,PRE"]["i"] = "Conference / Banquet";
	stcSearch["SE,PRE"]["j"] = "Facilities / Activities";
	stcSearch["SE,PRE"]["k"] = "Sport and Recreation";
	stcSearch["SE,PRE"]["l"] = "Entertainment";
	stcSearch["SE,PRE"]["m"] = "Childrens Entertainment";
	stcSearch["SE,PRE"]["n"] = "Health Spa / Gym";
	stcSearch["SE,PRE"]["o"] = "Shopping";
	stcSearch["SE,PRE"]["p"] = "Nearby Sightseeing";
	stcSearch["SE,PRE"]["q"] = "Safari and Wildlife";
	stcSearch["SE,PRE"]["r"] = "Weddings and Honeymoons";
	stcSearch["SE,PRE"]["x"] = "Miscellaneous";
	stcSearch["SE,PRE"]["y"] = "Logos";
	stcSearch["SE,PRE"]["z"] = "Print Material";
	
	// Rustenberg
	stcSearch["SE,RUS"] = new Object();
	stcSearch["SE,RUS"]["all"] = "All Resources";
	stcSearch["SE,RUS"]["a"] = "Exterior";
	stcSearch["SE,RUS"]["b"] = "Aerial";
	stcSearch["SE,RUS"]["c"] = "Accommodation";
	stcSearch["SE,RUS"]["d"] = "Restaurants and Bars";
	stcSearch["SE,RUS"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SE,RUS"]["f"] = "Entrance / Port Cochere";
	stcSearch["SE,RUS"]["g"] = "Pool";
	stcSearch["SE,RUS"]["h"] = "Gardens";
	stcSearch["SE,RUS"]["i"] = "Conference / Banquet";
	stcSearch["SE,RUS"]["j"] = "Facilities / Activities";
	stcSearch["SE,RUS"]["k"] = "Sport and Recreation";
	stcSearch["SE,RUS"]["l"] = "Entertainment";
	stcSearch["SE,RUS"]["m"] = "Childrens Entertainment";
	stcSearch["SE,RUS"]["n"] = "Health Spa / Gym";
	stcSearch["SE,RUS"]["o"] = "Shopping";
	stcSearch["SE,RUS"]["p"] = "Nearby Sightseeing";
	stcSearch["SE,RUS"]["q"] = "Safari and Wildlife";
	stcSearch["SE,RUS"]["r"] = "Weddings and Honeymoons";
	stcSearch["SE,RUS"]["x"] = "Miscellaneous";
	stcSearch["SE,RUS"]["y"] = "Logos";
	stcSearch["SE,RUS"]["z"] = "Print Material";
	
	// Emalahleni Witbank
	stcSearch["SE,EMH"] = new Object();
	stcSearch["SE,EMH"]["all"] = "All Resources";
	stcSearch["SE,EMH"]["a"] = "Exterior";
	stcSearch["SE,EMH"]["b"] = "Aerial";
	stcSearch["SE,EMH"]["c"] = "Accommodation";
	stcSearch["SE,EMH"]["d"] = "Restaurants and Bars";
	stcSearch["SE,EMH"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SE,EMH"]["f"] = "Entrance / Port Cochere";
	stcSearch["SE,EMH"]["g"] = "Pool";
	stcSearch["SE,EMH"]["h"] = "Gardens";
	stcSearch["SE,EMH"]["i"] = "Conference / Banquet";
	stcSearch["SE,EMH"]["j"] = "Facilities / Activities";
	stcSearch["SE,EMH"]["k"] = "Sport and Recreation";
	stcSearch["SE,EMH"]["l"] = "Entertainment";
	stcSearch["SE,EMH"]["m"] = "Childrens Entertainment";
	stcSearch["SE,EMH"]["n"] = "Health Spa / Gym";
	stcSearch["SE,EMH"]["o"] = "Shopping";
	stcSearch["SE,EMH"]["p"] = "Nearby Sightseeing";
	stcSearch["SE,EMH"]["q"] = "Safari and Wildlife";
	stcSearch["SE,EMH"]["r"] = "Weddings and Honeymoons";
	stcSearch["SE,EMH"]["x"] = "Miscellaneous";
	stcSearch["SE,EMH"]["y"] = "Logos";
	stcSearch["SE,EMH"]["z"] = "Print Material";	
	
	// Pietermaritzburg
	stcSearch["SE,PIE"] = new Object();
	stcSearch["SE,PIE"]["all"] = "All Resources";
	stcSearch["SE,PIE"]["a"] = "Exterior";
	stcSearch["SE,PIE"]["b"] = "Aerial";
	stcSearch["SE,PIE"]["c"] = "Accommodation";
	stcSearch["SE,PIE"]["d"] = "Restaurants and Bars";
	stcSearch["SE,PIE"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SE,PIE"]["f"] = "Entrance / Port Cochere";
	stcSearch["SE,PIE"]["g"] = "Pool";
	stcSearch["SE,PIE"]["h"] = "Gardens";
	stcSearch["SE,PIE"]["i"] = "Conference / Banquet";
	stcSearch["SE,PIE"]["j"] = "Facilities / Activities";
	stcSearch["SE,PIE"]["k"] = "Sport and Recreation";
	stcSearch["SE,PIE"]["l"] = "Entertainment";
	stcSearch["SE,PIE"]["m"] = "Childrens Entertainment";
	stcSearch["SE,PIE"]["n"] = "Health Spa / Gym";
	stcSearch["SE,PIE"]["o"] = "Shopping";
	stcSearch["SE,PIE"]["p"] = "Nearby Sightseeing";
	stcSearch["SE,PIE"]["q"] = "Safari and Wildlife";
	stcSearch["SE,PIE"]["r"] = "Weddings and Honeymoons";
	stcSearch["SE,PIE"]["x"] = "Miscellaneous";
	stcSearch["SE,PIE"]["y"] = "Logos";
	stcSearch["SE,PIE"]["z"] = "Print Material";	
	
	/**********************************************************
	 structure containing Lifestyle
	**********************************************************/
	stcSearch["TS"] = new Object();
	stcSearch["TS"]["all"] = "Entire Brand";
	stcSearch["TS"]["BEA"] = "Beacon Island";
	stcSearch["TS"]["CAB"] = "Cabana Beach";
	stcSearch["TS"]["DRA"] = "Drakensberg Sun";
	stcSearch["TS"]["SAB"] = "Sabi River Sun";
	stcSearch["TS"]["UMH"] = "Umhlanga Sands";
	stcSearch["TS"]["PIL"] = "Pine Lake";
		
	// Entire Group
	stcSearch["TS,all"] = new Object();
	stcSearch["TS,all"]["all"] = "All Resources";
	stcSearch["TS,all"]["a"] = "Exterior";
	stcSearch["TS,all"]["b"] = "Aerial";
	stcSearch["TS,all"]["c"] = "Accommodation";
	stcSearch["TS,all"]["d"] = "Restaurants and Bars";
	stcSearch["TS,all"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["TS,all"]["f"] = "Entrance / Port Cochere";
	stcSearch["TS,all"]["g"] = "Pool";
	stcSearch["TS,all"]["h"] = "Gardens";
	stcSearch["TS,all"]["i"] = "Conference / Banquet";
	stcSearch["TS,all"]["j"] = "Facilities / Activities";
	stcSearch["TS,all"]["k"] = "Sport and Recreation";
	stcSearch["TS,all"]["l"] = "Entertainment";
	stcSearch["TS,all"]["m"] = "Childrens Entertainment";
	stcSearch["TS,all"]["n"] = "Health Spa / Gym";
	stcSearch["TS,all"]["o"] = "Shopping";
	stcSearch["TS,all"]["p"] = "Nearby Sightseeing";
	stcSearch["TS,all"]["q"] = "Safari and Wildlife";
	stcSearch["TS,all"]["r"] = "Weddings and Honeymoons";
	stcSearch["TS,all"]["x"] = "Miscellaneous";
	stcSearch["TS,all"]["y"] = "Logos";
	stcSearch["TS,all"]["z"] = "Print Material";
	
	// Beacon Island
	stcSearch["TS,BEA"] = new Object();
	stcSearch["TS,BEA"]["all"] = "All Resources";
	stcSearch["TS,BEA"]["a"] = "Exterior";
	stcSearch["TS,BEA"]["b"] = "Aerial";
	stcSearch["TS,BEA"]["c"] = "Accommodation";
	stcSearch["TS,BEA"]["d"] = "Restaurants and Bars";
	stcSearch["TS,BEA"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["TS,BEA"]["f"] = "Entrance / Port Cochere";
	stcSearch["TS,BEA"]["g"] = "Pool";
	stcSearch["TS,BEA"]["h"] = "Gardens";
	stcSearch["TS,BEA"]["i"] = "Conference / Banquet";
	stcSearch["TS,BEA"]["j"] = "Facilities / Activities";
	stcSearch["TS,BEA"]["k"] = "Sport and Recreation";
	stcSearch["TS,BEA"]["l"] = "Entertainment";
	stcSearch["TS,BEA"]["m"] = "Childrens Entertainment";
	stcSearch["TS,BEA"]["n"] = "Health Spa / Gym";
	stcSearch["TS,BEA"]["o"] = "Shopping";
	stcSearch["TS,BEA"]["p"] = "Nearby Sightseeing";
	stcSearch["TS,BEA"]["q"] = "Safari and Wildlife";
	stcSearch["TS,BEA"]["r"] = "Weddings and Honeymoons";
	stcSearch["TS,BEA"]["x"] = "Miscellaneous";
	stcSearch["TS,BEA"]["y"] = "Logos";
	stcSearch["TS,BEA"]["z"] = "Print Material";
	
	// Cabana Beach
	stcSearch["TS,CAB"] = new Object();
	stcSearch["TS,CAB"]["all"] = "All Resources";
	stcSearch["TS,CAB"]["a"] = "Exterior";
	stcSearch["TS,CAB"]["b"] = "Aerial";
	stcSearch["TS,CAB"]["c"] = "Accommodation";
	stcSearch["TS,CAB"]["d"] = "Restaurants and Bars";
	stcSearch["TS,CAB"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["TS,CAB"]["f"] = "Entrance / Port Cochere";
	stcSearch["TS,CAB"]["g"] = "Pool";
	stcSearch["TS,CAB"]["h"] = "Gardens";
	stcSearch["TS,CAB"]["i"] = "Conference / Banquet";
	stcSearch["TS,CAB"]["j"] = "Facilities / Activities";
	stcSearch["TS,CAB"]["k"] = "Sport and Recreation";
	stcSearch["TS,CAB"]["l"] = "Entertainment";
	stcSearch["TS,CAB"]["m"] = "Childrens Entertainment";
	stcSearch["TS,CAB"]["n"] = "Health Spa / Gym";
	stcSearch["TS,CAB"]["o"] = "Shopping";
	stcSearch["TS,CAB"]["p"] = "Nearby Sightseeing";
	stcSearch["TS,CAB"]["q"] = "Safari and Wildlife";
	stcSearch["TS,CAB"]["r"] = "Weddings and Honeymoons";
	stcSearch["TS,CAB"]["x"] = "Miscellaneous";
	stcSearch["TS,CAB"]["y"] = "Logos";
	stcSearch["TS,CAB"]["z"] = "Print Material";
	
	// Drakensberg Sun
	stcSearch["TS,DRA"] = new Object();
	stcSearch["TS,DRA"]["all"] = "All Resources";
	stcSearch["TS,DRA"]["a"] = "Exterior";
	stcSearch["TS,DRA"]["b"] = "Aerial";
	stcSearch["TS,DRA"]["c"] = "Accommodation";
	stcSearch["TS,DRA"]["d"] = "Restaurants and Bars";
	stcSearch["TS,DRA"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["TS,DRA"]["f"] = "Entrance / Port Cochere";
	stcSearch["TS,DRA"]["g"] = "Pool";
	stcSearch["TS,DRA"]["h"] = "Gardens";
	stcSearch["TS,DRA"]["i"] = "Conference / Banquet";
	stcSearch["TS,DRA"]["j"] = "Facilities / Activities";
	stcSearch["TS,DRA"]["k"] = "Sport and Recreation";
	stcSearch["TS,DRA"]["l"] = "Entertainment";
	stcSearch["TS,DRA"]["m"] = "Childrens Entertainment";
	stcSearch["TS,DRA"]["n"] = "Health Spa / Gym";
	stcSearch["TS,DRA"]["o"] = "Shopping";
	stcSearch["TS,DRA"]["p"] = "Nearby Sightseeing";
	stcSearch["TS,DRA"]["q"] = "Safari and Wildlife";
	stcSearch["TS,DRA"]["r"] = "Weddings and Honeymoons";
	stcSearch["TS,DRA"]["x"] = "Miscellaneous";
	stcSearch["TS,DRA"]["y"] = "Logos";
	stcSearch["TS,DRA"]["z"] = "Print Material";
	
	// Sabi River Sun
	stcSearch["TS,SAB"] = new Object();
	stcSearch["TS,SAB"]["all"] = "All Resources";
	stcSearch["TS,SAB"]["a"] = "Exterior";
	stcSearch["TS,SAB"]["b"] = "Aerial";
	stcSearch["TS,SAB"]["c"] = "Accommodation";
	stcSearch["TS,SAB"]["d"] = "Restaurants and Bars";
	stcSearch["TS,SAB"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["TS,SAB"]["f"] = "Entrance / Port Cochere";
	stcSearch["TS,SAB"]["g"] = "Pool";
	stcSearch["TS,SAB"]["h"] = "Gardens";
	stcSearch["TS,SAB"]["i"] = "Conference / Banquet";
	stcSearch["TS,SAB"]["j"] = "Facilities / Activities";
	stcSearch["TS,SAB"]["k"] = "Sport and Recreation";
	stcSearch["TS,SAB"]["l"] = "Entertainment";
	stcSearch["TS,SAB"]["m"] = "Childrens Entertainment";
	stcSearch["TS,SAB"]["n"] = "Health Spa / Gym";
	stcSearch["TS,SAB"]["o"] = "Shopping";
	stcSearch["TS,SAB"]["p"] = "Nearby Sightseeing";
	stcSearch["TS,SAB"]["q"] = "Safari and Wildlife";
	stcSearch["TS,SAB"]["r"] = "Weddings and Honeymoons";
	stcSearch["TS,SAB"]["x"] = "Miscellaneous";
	stcSearch["TS,SAB"]["y"] = "Logos";
	stcSearch["TS,SAB"]["z"] = "Print Material";
	
	// Umhlanga Sands
	stcSearch["TS,UMH"] = new Object();
	stcSearch["TS,UMH"]["all"] = "All Resources";
	stcSearch["TS,UMH"]["a"] = "Exterior";
	stcSearch["TS,UMH"]["b"] = "Aerial";
	stcSearch["TS,UMH"]["c"] = "Accommodation";
	stcSearch["TS,UMH"]["d"] = "Restaurants and Bars";
	stcSearch["TS,UMH"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["TS,UMH"]["f"] = "Entrance / Port Cochere";
	stcSearch["TS,UMH"]["g"] = "Pool";
	stcSearch["TS,UMH"]["h"] = "Gardens";
	stcSearch["TS,UMH"]["i"] = "Conference / Banquet";
	stcSearch["TS,UMH"]["j"] = "Facilities / Activities";
	stcSearch["TS,UMH"]["k"] = "Sport and Recreation";
	stcSearch["TS,UMH"]["l"] = "Entertainment";
	stcSearch["TS,UMH"]["m"] = "Childrens Entertainment";
	stcSearch["TS,UMH"]["n"] = "Health Spa / Gym";
	stcSearch["TS,UMH"]["o"] = "Shopping";
	stcSearch["TS,UMH"]["p"] = "Nearby Sightseeing";
	stcSearch["TS,UMH"]["q"] = "Safari and Wildlife";
	stcSearch["TS,UMH"]["r"] = "Weddings and Honeymoons";
	stcSearch["TS,UMH"]["x"] = "Miscellaneous";
	stcSearch["TS,UMH"]["y"] = "Logos";
	stcSearch["TS,UMH"]["z"] = "Print Material";

	// Pine lake
	stcSearch["TS,PIL"] = new Object();
	stcSearch["TS,PIL"]["all"] = "All Resources";
	stcSearch["TS,PIL"]["a"] = "Exterior";
	stcSearch["TS,PIL"]["b"] = "Aerial";
	stcSearch["TS,PIL"]["c"] = "Accommodation";
	stcSearch["TS,PIL"]["d"] = "Restaurants and Bars";
	stcSearch["TS,PIL"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["TS,PIL"]["f"] = "Entrance / Port Cochere";
	stcSearch["TS,PIL"]["g"] = "Pool";
	stcSearch["TS,PIL"]["h"] = "Gardens";
	stcSearch["TS,PIL"]["i"] = "Conference / Banquet";
	stcSearch["TS,PIL"]["j"] = "Facilities / Activities";
	stcSearch["TS,PIL"]["k"] = "Sport and Recreation";
	stcSearch["TS,PIL"]["l"] = "Entertainment";
	stcSearch["TS,PIL"]["m"] = "Childrens Entertainment";
	stcSearch["TS,PIL"]["n"] = "Health Spa / Gym";
	stcSearch["TS,PIL"]["o"] = "Shopping";
	stcSearch["TS,PIL"]["p"] = "Nearby Sightseeing";
	stcSearch["TS,PIL"]["q"] = "Safari and Wildlife";
	stcSearch["TS,PIL"]["r"] = "Weddings and Honeymoons";
	stcSearch["TS,PIL"]["x"] = "Miscellaneous";
	stcSearch["TS,PIL"]["y"] = "Logos";
	stcSearch["TS,PIL"]["z"] = "Print Material";
	
	/**********************************************************
	 structure containing Sandton Convention Centre
	**********************************************************/
	stcSearch["SC"] = new Object();
	stcSearch["SC"]["all"] = "Entire Group Resources";

	// Entire Group
	stcSearch["SC,all"] = new Object();
	stcSearch["SC,all"]["all"] = "All Resources";
	stcSearch["SC,all"]["a"] = "Exterior";
	stcSearch["SC,all"]["e"] = "Reception / Lobby / Interiors";
	stcSearch["SC,all"]["i"] = "Conference / Banquet";
	stcSearch["SC,all"]["j"] = "Facilities / Activities";
	stcSearch["SC,all"]["v"] = "Celebrities";
	stcSearch["SC,all"]["w"] = "Staff";
	stcSearch["SC,all"]["x"] = "Miscellaneous";
	stcSearch["SC,all"]["y"] = "Logos";
	stcSearch["SC,all"]["z"] = "Print Material";
	
	
	/**********************************************************
	 structure containing Group
	**********************************************************/
	stcSearch["GR"] = new Object();
	stcSearch["GR"]["all"] = "Entire Group Resources";

	// Entire Group
	stcSearch["GR,all"] = new Object();
	stcSearch["GR,all"]["all"] = "All Resources";
	stcSearch["GR,all"]["x"] = "Miscellaneous";
	stcSearch["GR,all"]["y"] = "Logos";
	stcSearch["GR,all"]["z"] = "Print Material";
	
	/**********************************************************
	 structure containing In-house
	**********************************************************/
	stcSearch["IN"] = new Object();
	stcSearch["IN"]["all"] = "Entire In-house Resources";

	// Entire Group
	stcSearch["IN,all"] = new Object();
	stcSearch["IN,all"]["all"] = "All Resources";
	stcSearch["IN,all"]["s"] = "Food Cameos";
	stcSearch["IN,all"]["t"] = "Drink Cameos";
	stcSearch["IN,all"]["u"] = "Other Cameos";
	stcSearch["IN,all"]["v"] = "Celebrities";
	stcSearch["IN,all"]["x"] = "Miscellaneous";
	stcSearch["IN,all"]["w"] = "Staff";
	stcSearch["IN,all"]["z"] = "Print Material";
	

	function init(){
		// initialize the qForm object
		objForm = new qForm("browse");
		
		// make these fields required
		objForm.required("Group,Sub,Category");
	}
	
	// this example shows how you could pre-populate the form
	function setDefault(){
		objForm.Group.setValue("DE");
		objForm.Sub.setValue("all");
		objForm.Category.setValue("all");
	}
	//-->