
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemheight=28;
orientation="horizontal";
style=background;

aI("image=graphics/menuLE.png;itemwidth=13;");
aI("bgimage=graphics/menuOff_02.png;overbgimage=graphics/menuOn_02.png;itemwidth=89;text=HOME;url=index.php;");
aI("bgimage=graphics/menuOff_03.png;overbgimage=graphics/menuOn_03.png;itemwidth=88;text=CATEGORIES;showmenu=categories;");
aI("bgimage=graphics/menuOff_04.png;overbgimage=graphics/menuOn_04.png;itemwidth=88;text=AWARDS;showmenu=awards;");
aI("bgimage=graphics/menuOff_05.png;overbgimage=graphics/menuOn_05.png;itemwidth=88;text=MEDIA;showmenu=media;");
aI("bgimage=graphics/menuOff_06.png;overbgimage=graphics/menuOn_06.png;itemwidth=88;text=WINNERS;showmenu=winners;");
aI("bgimage=graphics/menuOff_07.png;overbgimage=graphics/menuOn_07.png;itemwidth=88;text=SPONSOR;showmenu=sponsor;");
aI("bgimage=graphics/menuOff_08.png;overbgimage=graphics/menuOn_08.png;itemwidth=88;text=SHOP;url=shop2011.php;");
aI("bgimage=graphics/menuOff_09.png;overbgimage=graphics/menuOn_09.png;itemwidth=88;text=CONTACT;url=contact2011.php;");
aI("image=graphics/menuRE.png;itemwidth=12;");

}

drawMenus();
