var menuhome = new WebFXMenu();
menuhome.add(new WebFXMenuItem("Stephanies Spa Retreat, Sofitel Brisbane", "http://www.stephaniessparetreat.com.au", "Stephanies Spa Retreat, Sofitel Brisbane"));
menuhome.add(new WebFXMenuItem("Stephanies Urban Spa, Bulimba", "http://www.stephanies.com.au/index.php", "Stephanies Urban Spa, Bulimba"));
menuhome.add(new WebFXMenuItem("Stephanies Mountain Spa, Clear Mountain", "http://sms.stephanies.com.au/", "Stephanies Mountain Spa, Clear Mountain"));
document.write(menuhome);

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 Ocean Spa", "discover-oceanspa.php", "Welcome to Stephanies Ocean Spa"));
menudiscover.add(new WebFXMenuItem("Media", "discover-media.php", "Media"));
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", "spalife-survey.php", "Spa Survey"));
menuspalife.add(new WebFXMenuItem("Media", "discover-media.php", "Media"));
document.write(menuspalife);

var menuspa = new WebFXMenu();
menuspa.add(new WebFXMenuItem("Seasonal Promotions", "menu-spaspecials.php", "Seasonal Promotions"));
menuspa.add(new WebFXMenuItem("Nature Retreats", "menu-retreats.php", "Nature Retreats"));
menuspa.add(new WebFXMenuItem("Immersion Therapy", "menu-therapy.php", "Immersion Therapy"));
menuspa.add(new WebFXMenuItem("Mineral Floatation <br>Colour Therapy", "mineraltherapy.php", "Mineral Floatation Colour Therapy"));
menuspa.add(new WebFXMenuItem("Rain Therapy", "menu-raintherapy.php", "Rain Therapy"));
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("Sole Suite", "menu-suite.php", "Sole Suite"));
//menuspa.add(new WebFXMenuItem("Men's Therapy", "menu-mens.php", "Men's Therapy"));
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("Conferencing", "conferencing.php", "Conferencing"));
menubridal.add(new WebFXMenuItem("'I Do' Spa <br>Bridal Registry ", "bridal-registry.php", "Bridal Registry 'I do Spa'"));
menubridal.add(new WebFXMenuItem("Bridal showers &amp; hen’s parties", "bridal-showers.php", "Bridal showers &amp; hen’s parties"));
menubridal.add(new WebFXMenuItem("Private Spa Parties", "spa-parties.php", "Private Spa Parties"));
menubridal.add(new WebFXMenuItem("Enquire Now", "bridal-enquiry.php", "Enquire Now"));
document.write(menubridal);

var menurewards = new WebFXMenu();
menurewards.add(new WebFXMenuItem("Spa Memberships", "memberships.php", "Spa Memberships"));
document.write(menurewards);



			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. // --> 
