//NOTE: All styles declared in menu_data_styles.js //NOTE: Main menu declared in menu_data_main.asp - these are just the sub menus //**************************************************************** //Create the About menu // with(milonic=new menuname("aboutmenu")){ orientation="vertical"; if (!ie) top="offset=30"; overflow="scroll"; style=subStyle; aI("text=Ethos;url=../common/about.asp?id=ethos;"); aI("text=Services;url=../common/about.asp?id=services;"); } //**************************************************************** //Create the Forum menu // with(milonic=new menuname("forummenu")){ orientation="vertical"; if (!ie) top="offset=30"; overflow="scroll"; style=subStyle; aI("text=Discussions;url=../common/forum.asp;"); aI("text=Links;url=../common/links.asp;"); } //**************************************************************** //Create the Events menu // with(milonic=new menuname("eventsmenu")){ orientation="vertical"; if (!ie) top="offset=30"; overflow="scroll"; style=subStyle; aI("text=Ecocide trial;url=../common/ecocide.asp;"); aI("text=Ecocide trial - the sentence;url=../common/ecocide-sentence.asp;"); } drawMenus();