var dir = "/diningservices/";
menuEntry("Welcome", dir + "index.html");
menuEntry("FAQ/Information", dir + "page/faq.html");
menuEntry("Dining at UW-P", dir + "page/dining.html");
menuEntry("This Week's Menu", "http://basil.ad.uwplatt.edu/foodpro_new/location.asp");
menuEntry("Meal Plans", dir + "page/mealplans.html");
menuEntry("<div style='font-size: 8pt; margin-left: 10px'>Traditional Meal Plans</div>","#traditional");
menuEntry("<div style='font-size: 8pt; margin-left: 10px'>Block Plans</div>","#block");
menuEntry("<div style='font-size: 8pt; margin-left: 10px'>Junior/Senior Block Plans</div>","#jsblock");
menuEntry("<div style='font-size: 8pt; margin-left: 10px'>Commuter Plans</div>","#comm");
menuEntry("<div style='font-size: 8pt; margin-left: 10px'>Meal Plan Rates</div>","#rates");
menuEntry("<div style='font-size: 8pt; margin-left: 10px'>Dining Dollars$$</div>","#diningdollars");
menuEntry("Catering Services", dir + "page/catering.html");
menuEntry("Employment", dir + "page/employment.html");
menuEntry("Contact Info/Hours", dir + "page/contact.html");
