_menuCloseDelay=500 // The time delay for menus to remain visible on mouse out _menuOpenDelay=150 // The time delay before menus open on mouse over _followSpeed=5 // Follow scrolling speed _followRate=40 // Follow scrolling Rate _subOffsetTop=4 // Sub menu top offset _subOffsetLeft=4 // Sub menu left offset _scrollAmount=3 // Only needed for Netscape 4.x _scrollDelay=20 // Only needed for Netcsape 4.x with(menuStyle=new mm_style()){ onbgcolor="#999999"; oncolor="#ffffff"; offbgcolor="#ffffff"; offcolor="#999999"; bordercolor="#cccccc"; borderstyle="solid"; borderwidth=1; separatorcolor="#cccccc"; separatorsize="1"; padding=5; fontsize="75%"; fontstyle="normal"; fontfamily="Verdana, Tahoma, Arial"; pagecolor="black"; pagebgcolor="#82B6D7"; headercolor="#000000"; headerbgcolor="#ffffff"; subimage="http://www.porticos.net/images/expandTriangle.gif"; subimagepadding="2"; overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=180, Strength=3)"; outfilter=""; } with(milonic=new menuname("About")){ style=menuStyle; top=2; left=0; alwaysvisible=0; orientation="vertical"; aI("image=images/top.gif;imagealign=center;type=header;align=center;"); aI("text=People;url=people.pl;showmenu=PeopleCategories"); aI("text=History;url=history.pl;"); aI("text=Clients;url=clients.pl;"); aI("image=images/top.gif;imagealign=center;type=header;align=center;"); } with(milonic=new menuname("Portfolio")){ style=menuStyle; top=2; left=0; alwaysvisible=0; orientation="vertical"; aI("image=images/top.gif;imagealign=center;type=header;align=center;"); aI("text=Component;url=displayPortfolio.pl?categoryID=2;target=_blank;"); aI("text=Expertise;url=displayPortfolio.pl?categoryID=3;target=_blank;"); aI("text=Project;url=displayPortfolio.pl?categoryID=1;target=_blank;"); aI("image=images/top.gif;imagealign=center;type=header;align=center;"); } with(milonic=new menuname("PeopleCategories")){ style=menuStyle; alwaysvisible=0; orientation="vertical"; aI("image=images/top.gif;imagealign=center;type=header;align=center;"); aI("text=Advisory Board;url=people.pl?ref=6;"); aI("text=Consultants;url=people.pl?ref=4;"); aI("text=Management;url=people.pl?ref=1;"); aI("text=Staff;url=people.pl?ref=7;"); aI("image=images/top.gif;imagealign=center;type=header;align=center;"); } drawMenus();