with(milonic=new menuname("Main Menu")){
  style=MainMenuStyle;
  position="relative";
  top=0;
  left=0;
  alwaysvisible=1;
  align="right";
  orientation="vertical";
  aI("text=<B>Home&nbsp;&nbsp;&nbsp;</B>;url=/default.aspx;status=Genesee Valley Chapter Home Page;");
  aI("text=<B>my GVC Account</B>;showmenu=myGVC;");
  aI("text=<B>Chapter Info</B>;showmenu=ChapterInfo;");
  aI("text=<B>Calendar&nbsp;&nbsp;&nbsp;</B>;url=/calendar/calendar.aspx;status=Chapter Events;");
  aI("text=<B>Classified Ads&nbsp;&nbsp;&nbsp;</B>;url=/classified/Classified.aspx;status=GVC Classified Ads;");
  aI("text=<B>my Car&nbsp;&nbsp;&nbsp;</B>;url=/MyCar/Index.aspx;status=View Members Cars;");
  aI("text=<B>Event Descriptions</B>;showmenu=EventDescriptions;");
  aI("text=<B>Event Results</B>;showmenu=EventResults;");
  aI("text=<B>Forums&nbsp;&nbsp;&nbsp;</B>;url=/InstantForum/");

  aI("text=<B>Merchandise & &nbsp;<br>Promotion&nbsp;</B>;showmenu=Merch;");
  aI("text=<B>Advertising & &nbsp;<br>Sponsorship&nbsp;</B>;showmenu=Adver;");
  aI("text=<B>Community &nbsp;<br>Involvement&nbsp;</B>;url=/community/community.aspx;status=Chapter Events;");
  aI("text=<B>Archives&nbsp;&nbsp;&nbsp;</B>;showmenu=Archive;");      
          
  aI("text=<img src=/_images/rss.gif width=36 height=14 border=0  align=right /><B>RSS Feed&nbsp;&nbsp;&nbsp;</B>;url=/rss_info.aspx;status=Subscribe to GVC Feed;separatorsize=6;");
  }
  drawMenus();
