var FoodName = new Array("Spring Roll", "Beef with Brocoli", "Chicken Fried Rice", "Fried Rice in Beancurd", "Mu Shu Pork", "Salt and Pepper Squid", "Squid in Black Bean Sauce", "Sweet and Sour Pork", "Vegetables in Portguese Sauce", "Ginger Beef"); var FoodCategory = new Array("Vegetarian", "Beef", "Chicken", "Vegetarian", "Pork", "Seafood", "Seafood", "Pork", "Vegetarian", "Beef"); var FoodDescription = new Array("Traditional side dish - a venerable favorite", "Tender beef marinated and sauteed with fresh vegetables", "Fresh chicken and tasty rice blended with peas and oninons", "Our famous Fried Rice in Beancurd is a favorite vegetarian meal", "Pork and vegetables in a delicious sweet sauce. Served with thin pancakes", "A savory seafood treat", "A tasty sauteed mix of fresh squid and vegetables", "One of our most popular dishes", "Gorgeous medley of vegetables in an incredibly flavorful sauce", "Classic spicy beef dish (also available in milder versions)"); var FoodPrice = new Array(1.75, 8.75, 7.20, 6.80, 8.45, 8.90, 9.20, 8.35, 7.25, 8.35); var FoodFilename= new Array("SpringRoll.jpg", "BeefWBrocoli.jpg", "ChickenFriedRice.jpg", "BeanCurd.jpg", "MooshuPork.jpg", "SaltPepperSquid.jpg", "Squidinblackbeansauce.jpg", "sweetsourpork.jpg", "vegetablesportuguesesauce.jpg", "gingerbeef.jpg");