

_menuCloseDelay=250           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5              // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset



with(menuStyle=new mm_style()){
align="center"
bgimage='bgimage.jpg';
//onbgcolor="#524241";
oncolor="#cd3301";
//offbgcolor="#ffffcc";
offcolor="#ffff00";
separatorcolor="#ffcc00";
separatorsize=1;
separatorheight="40";
padding=5;
fontweight="bold";
fontsize="80%";
fontstyle="normal";
fontfamily="Arial,verdana,tahoma";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#ffffcc', Direction=135, Strength=0)";
outfilter="Blinds( Bands=1,direction=up, duration=0.5)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";
screenposition="center";
top="offset=215";
menuwidth="758";
menuheight="40";
aI("text=HOME;url=index.htm;status=Back To Home Page;");
aI("text=ABOUT;showmenu=about;status=About George Anderson's 5-a-day initiative;");
aI("text=FRUIT & VEG;showmenu=fruit&veg;status=About George Anderson's 5-a-day initiative;");
aI("text=GROWN UPS;showmenu=grownups;status=All about fresh fruit and vegetables;");
aI("text=KID'S CORNER;showmenu=kidscorner;status=Fun and games!;");
aI("text=EVENTS & PROMOS;showmenu=events;status=What's on;");
aI("text=BACK TO ANDERSON;url=../index.htm;status=Back To George'Anderson's Home Page;");
}

with(milonic=new menuname("fruit&veg")){
style=menuStyle;
overflow="scroll";
aI("text=FRUIT;url=fruit.htm;status=All about fruit;");
aI("text=VEGETABLES;url=veg.htm;status=All about vegetables;");
}

with(milonic=new menuname("about")){
style=menuStyle;
overflow="scroll";
aI("text=ABOUT 5-A-DAY;url=about_5-a-day.htm;status=All about 5-a-day;");
aI("text=USEFUL LINKS;url=useful_links.htm;status=Useful links to other 5-d-ay sites;");
//aI("text=CONTACT;url=../contact.htm;status=Contact George Anderson for more information;");
}


with(milonic=new menuname("grownups")){
style=menuStyle;
overflow="scroll";
aI("text=RECIPES;url=recipes.htm;status=Cook up some healthy grub!;");
aI("text=CLASSROOM SIGNS;url=class_signs.htm;status=Classroom signs;");
aI("text=HEALTHY LUNCH-BOX IDEAS;url=lunchbox.htm;status=Lunch box advice and ideas;");
}


with(milonic=new menuname("kidscorner")){
style=menuStyle;
overflow="scroll";
aI("text=ACTIVITY SHEETS;url=activity_sheets.htm;status=Activities to give young pupils;");
aI("text=COLOURING SHEETS;url=colour_sheets.htm;status=Print off and colour in;");
aI("text=ANIMAL COLOURING SHEETS;url=animal_colour_sheets.htm;status=Print off and colour in;");
//aI("text=SHORT STORIES*;url=stories.htm;status=Some stories for you to read;");
aI("text=JOKES;url=jokes.htm;status=These will make you chuckle!;");
}

with(milonic=new menuname("events")){
style=menuStyle;
overflow="scroll";
aI("text=COMPETITION;url=competition.htm;status=Our competition to win a great prize!;");
}

drawMenus();


