

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
//style=menuStyle;
position="relative";
style=horizStyle;

aI("text=Home;url=index.htm;status=Back To Home Page;");
/*aI("text=Info;url=info.htm;status=Back To Home Page;");*/
aI("showmenu=Info;text=Info;");
aI("showmenu=Games;text=Games;");
aI("showmenu=Select;text=Select;");
aI("status=Contact Information;text=Contact;url=contact.htm;");
aI("status=Sponsors and those we must thank;text=Sponsors;url=sponsors.htm;");
aI("status=Go to the Site Map;text=Site Map;url=sitemap.htm;"); 

//aI("status=Go to the Site Map;text=Site Map;url=../pg/sitemap.html;image=../menu/menu_ptr.gif;pageimage=../menu/menu_ptr_over.gif;overimage=../menu/menu_ptr_over.gif;");
}

drawMenus();