with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
overflow="scroll";
style=mainStyle;
aI("text=Home;url=/index.php;");
aI("showmenu=Jigs;text=Jigs;");
aI("showmenu=SwimBaits;text=Soft Baits;");
aI("showmenu=Hooks;text=Hooks;");
aI("showmenu=Terminal;text=Terminal;");
aI("showmenu=staff;text=Pro Staff;");
aI("text=Custom;url=/custom.php;");
aI("text=Photos;url=/photos.php;");
aI("text=Dealers;url=/dealers.php;");
aI("text=About;url=/about.php;");
aI("text=Merchandise;url=/merchandise.php;");
}

drawMenus();
