// Menus menuItemArray = new Array(); menuItemArray[menuItemArray.length] = new dhtmlMenuItem("Lunch Menu","http://www.thepubatcrown.com.au/Content.aspx?topicID=277",false); menuItemArray[menuItemArray.length] = new dhtmlMenuItem("Dinner Menu","http://www.thepubatcrown.com.au/Content.aspx?topicID=278",false); menuItemArray[menuItemArray.length] = new dhtmlMenuItem("Dessert Menu","http://www.thepubatcrown.com.au/Content.aspx?topicID=1222",false); menuItemArray[menuItemArray.length] = new dhtmlMenuItem("Set Menu Options ","http://www.thepubatcrown.com.au/Content.aspx?topicID=395",false); menuItemArray[menuItemArray.length] = new dhtmlMenuItem("Christmas Day Menu","http://www.thepubatcrown.com.au/Content.aspx?topicID=634",false); new dhtmlMenu("nav_menus",5,24,menuItemArray); // Functions menuItemArray = new Array(); // Promotions menuItemArray = new Array(); menuItemArray[menuItemArray.length] = new dhtmlMenuItem("Early Bird Special Monday - Thursday","http://www.thepubatcrown.com.au/Content.aspx?topicID=275",false); menuItemArray[menuItemArray.length] = new dhtmlMenuItem("Mondays at The Pub","http://www.thepubatcrown.com.au/Content.aspx?topicID=372",false); menuItemArray[menuItemArray.length] = new dhtmlMenuItem("Tuesdays at The Pub","http://www.thepubatcrown.com.au/Content.aspx?topicID=548",false); menuItemArray[menuItemArray.length] = new dhtmlMenuItem("Wednesdays at The Pub","http://www.thepubatcrown.com.au/Content.aspx?topicID=1201",false); menuItemArray[menuItemArray.length] = new dhtmlMenuItem("Thursdays at The Pub","http://www.thepubatcrown.com.au/Content.aspx?topicID=1270",false); menuItemArray[menuItemArray.length] = new dhtmlMenuItem("Fridays at The Pub ","http://www.thepubatcrown.com.au/Content.aspx?topicID=276",false); menuItemArray[menuItemArray.length] = new dhtmlMenuItem("Weekends at The Pub","http://www.thepubatcrown.com.au/Content.aspx?topicID=549",false); new dhtmlMenu("nav_promotions",5,24,menuItemArray); // Media menuItemArray = new Array(); menuItemArray[menuItemArray.length] = new dhtmlMenuItem("Artichoke Magazine","http://www.thepubatcrown.com.au/Content.aspx?topicID=238",false); menuItemArray[menuItemArray.length] = new dhtmlMenuItem("Herald Sun","http://www.thepubatcrown.com.au/Content.aspx?topicID=239",false); menuItemArray[menuItemArray.length] = new dhtmlMenuItem("Crown Media Release","http://www.thepubatcrown.com.au/Content.aspx?topicID=240",false); new dhtmlMenu("nav_media",5,24,menuItemArray); // Recipe Box menuItemArray = new Array(); menuItemArray[menuItemArray.length] = new dhtmlMenuItem("Chargrilled Beef Burger ","http://www.thepubatcrown.com.au/Content.aspx?topicID=244",false); menuItemArray[menuItemArray.length] = new dhtmlMenuItem("Chargrilled calamari","http://www.thepubatcrown.com.au/Content.aspx?topicID=243",false); menuItemArray[menuItemArray.length] = new dhtmlMenuItem("Chicken Parmigiana","http://www.thepubatcrown.com.au/Content.aspx?topicID=245",false); menuItemArray[menuItemArray.length] = new dhtmlMenuItem("Garlic Prawns","http://www.thepubatcrown.com.au/Content.aspx?topicID=246",false); new dhtmlMenu("nav_recipe_box",5,24,menuItemArray); // Pub Team menuItemArray = new Array(); document.write(menuHTML); pageLoaded = true;