
var menudiscover = new WebFXMenu();
menudiscover.add(new WebFXMenuItem("Our Philosophy", "discover-philosophy.php", "Our Philosophy"));
menudiscover.add(new WebFXMenuItem("About Stephanie Shepherd", "discover-stephanie.php", "About Stephanie Shepherd"));
menudiscover.add(new WebFXMenuItem("Welcome to Stephanies Urban Spa", "discover-bulimba.php", "Welcome to Stephanies Urban Spa"));
document.write(menudiscover);

var menuspalife = new WebFXMenu();
menuspalife.add(new WebFXMenuItem("Spa Basics", "spalife-basics.php", "Spa Basics"));
menuspalife.add(new WebFXMenuItem("Spa Cuisine", "spalife-cuisine.php", "Spa Cuisine"));
menuspalife.add(new WebFXMenuItem("Spa Survey", "spa-survey.php", "Spa Survey"));
document.write(menuspalife);

var menuspa = new WebFXMenu();
menuspa.add(new WebFXMenuItem("Seasonal Promotions", "menu-spaspecials.php", "Seasonal Promotions"));
menuspa.add(new WebFXMenuItem("Spa Retreats", "menu-sparetreats.php", "Spa Retreats"));
menuspa.add(new WebFXMenuItem("Signature Treatments", "menu-treatments.php", "Signature Treatments"));
menuspa.add(new WebFXMenuItem("Body Therapy", "menu-body.php", "Body Therapy"));
menuspa.add(new WebFXMenuItem("Skin Therapy", "menu-skin.php", "Skin Therapy"));
menuspa.add(new WebFXMenuItem("Microdermabrasion", "menu-microdermabrasion.php", "Microdermabrasion"));
menuspa.add(new WebFXMenuItem("Hand and Foot Therapy", "menu-handfoot.php", "Hand and Foot Therapy"));
menuspa.add(new WebFXMenuItem("Spray Tanning", "menu-tanning.php", "Spray Tanning"));
menuspa.add(new WebFXMenuItem("Waxing", "menu-waxing.php", "Waxing"));
menuspa.add(new WebFXMenuItem("Mens Spa Solutions", "menu-mens.php", "Mens Spa Solutions"));
document.write(menuspa);

var menucorp = new WebFXMenu();
menucorp.add(new WebFXMenuItem("Corporate packages &amp; memberships", "corporate-packages.php", "Corporate packages &amp; memberships"));
menucorp.add(new WebFXMenuItem("Gift Cards", "corporate-giftcards.php", "Gift Cards"));
menucorp.add(new WebFXMenuItem("Conferencing", "corporate-conferencing.php", "Conferencing"));
menucorp.add(new WebFXMenuItem("Private Spa Parties", "corporate-privateparty.php", "Private Spa Parties"));
document.write(menucorp);

var menubridal = new WebFXMenu();
menubridal.add(new WebFXMenuItem("Discover Bridal at Stephanies", "bridal-discover.php", "Discover Bridal at Stephanies"));
menubridal.add(new WebFXMenuItem("'I Do' Spa <br>Bridal Registry ", "bridal-registry.php", "Bridal Registry 'I do Spa'"));
menubridal.add(new WebFXMenuItem("Special Offers", "bridal-offers.php", "Special Offers"));
menubridal.add(new WebFXMenuItem("Enquire Now", "https://secure.stephanies.com.au/bridal-enquiry.php", "Enquire Now"));
document.write(menubridal);


			function displayMenu(showThisMenu, here)
			{	
				// Hide them all first

menudiscover.hide();
menuspalife.hide();
menuspa.hide();
menucorp.hide();
menubridal.hide();



				// Show the one we want		
				webFXMenuHandler.showMenu(showThisMenu, here);
			}<!-- 4 Queries. Render Time: 0.0024290084838867 Seconds. // --> 