
function display_menu_1() {
  navStyle1.image=Config_CDN_URL + "v/vspfiles/templates/si/images/Template/Menu1_Bullet.gif";
  navStyle1.subimage=Config_CDN_URL + "v/vspfiles/templates/si/images/Template/Menu1_Bullet_End.gif";
  with(milonic=new menuname("m_v1p0")) {
    style=navStyle1;
    itemwidth="";
    alwaysvisible=1;
    orientation="horizontal";
    position="relative";
    aI("text=Custom Work;url=/SearchResults.asp?Cat=27;pagematch=[-_]s/27\\.htm$|searchresults\\.asp\\?cat=27$;");
    aI("text=Historical Packs;url=/SearchResults.asp?Cat=25;pagematch=[-_]s/25\\.htm$|searchresults\\.asp\\?cat=25$;showmenu=m_v1p25;");
    aI("text=EULA;url=/SearchResults.asp?Cat=26;pagematch=[-_]s/26\\.htm$|searchresults\\.asp\\?cat=26$;");
  }
  subNavStyle1.image=Config_CDN_URL +"v/vspfiles/templates/si/images/Template/Menu1_Bullet.gif";
  subNavStyle1.subimage=Config_CDN_URL +"v/vspfiles/templates/si/images/Template/Menu1_Bullet_End.gif";
  with(milonic=new menuname("m_v1p25")) {
    style=subNavStyle1;
    aI("text=Historical Packs&nbsp;&nbsp;&nbsp;;url=/SearchResults.asp?Cat=36;pagematch=[-_]s/36\\.htm$|searchresults\\.asp\\?cat=36$;");
  }
  drawMenus();
}

