
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemheight=39;
itemwidth=150;
left=0;
orientation="horizontal";
style=background;
top=0;

aI("text=about me;url=about.htm;");
aI("text=view gallery;url=photoGall/main.php;");
aI("text=pricing;url=prices.htm;");
aI("text=order form;url=order.htm;");
aI("itemwidth=148;bgimage=graphics/menuButtOffE.gif;overbgimage=graphics/menuButtOnE.gif;text=home;url=index.htm;");

}

drawMenus();