with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemheight=32;
orientation="horizontal";
style=background;
screenposition="center";

aI("image=/health-services/fruits-veggies/images/nav_carrot.jpg;overimage=/health-services/fruits-veggies/images/nav_carrot-on.jpg;text=Home;url=index.html");
aI("image=/health-services/fruits-veggies/images/nav_pear.jpg;overimage=/health-services/fruits-veggies/images/nav_pear-on.jpg;text=F & V Information;url=info.html");
aI("image=/health-services/fruits-veggies/images/nav_hat.jpg;overimage=/health-services/fruits-veggies/images/nav_hat-on.jpg;text=Recipes;url=recipes.html");
aI("image=/health-services/fruits-veggies/images/nav_cone.jpg;overimage=/health-services/fruits-veggies/images/nav_cone-on.jpg;text=Fun & Games;url=fun-games.html");
aI("image=/health-services/fruits-veggies/images/nav_croissant.jpg;overimage=/health-services/fruits-veggies/images/nav_croissant-on.jpg;text=Are you in the Loop?;url=loop.html");
aI("image=/health-services/fruits-veggies/images/nav_utensils.jpg;overimage=/health-services/fruits-veggies/images/nav_utensils-on.jpg;text=Nutrition;url=http://www.unh.edu/health-services/ohep/nutrition.html");
}


drawMenus();
